User Tools

Site Tools


cookbooks:4.0.x:core

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
Last revision Both sides next revision
cookbooks:4.0.x:core [2013/03/02 23:20]
miconda created
cookbooks:4.0.x:core [2017/07/24 16:48]
mslehto [loadmodule] typo
Line 1: Line 1:
 ====== Kamailio SIP Server v4.0.x (stable): Core Cookbook ====== ====== Kamailio SIP Server v4.0.x (stable): Core Cookbook ======
  
-This tutorial collects the functions and parameters exported by Kamailio core to configuration file.+This tutorial collects the functions and parameters exported by Kamailio core to [[cookbooks:4.0.x:core:cfg|configuration file]].
  
 **Note:** The parameters on this page are **NOT** in alphabetical order. **Note:** The parameters on this page are **NOT** in alphabetical order.
Line 774: Line 774:
 Prototype: **loadmodule "modulepath"** Prototype: **loadmodule "modulepath"**
  
-If modulepath is only modulename or modulename.so, then Kamailio will try to search also for **modulename/modulename.so**, very useful when usining directly the version compiled in the source tree.+If modulepath is only modulename or modulename.so, then Kamailio will try to search also for **modulename/modulename.so**, very useful when using directly the version compiled in the source tree.
  
 Example of usage: Example of usage:
Line 1252: Line 1252:
  
 If the internal resolver/cache is enabled you can add/remove records by hand (using sercmd or xmlrpc) using the DNS RPCs, e.g. dns.add_a, If the internal resolver/cache is enabled you can add/remove records by hand (using sercmd or xmlrpc) using the DNS RPCs, e.g. dns.add_a,
-dns.add_srv, dns.delete_a a.s.o. For more info on DNS RPCs see http://sip-router.org/docbook/sip-router/branch/master/rpc_list/rpc_list.html#dns.add_a+dns.add_srv, dns.delete_a a.s.o. For more info on DNS RPCs see http://www.kamailio.org/docs/docbooks/4.0.x/rpc_list/rpc_list.html#dns.add_a
  
 Note: During startup of SIP-Router, before the internal resolver is loaded, the system resolver will be used (it will be used for queries done from module register functions or modparams fixups, but not for queries done from mod_init() or normal fixups).  Note: During startup of SIP-Router, before the internal resolver is loaded, the system resolver will be used (it will be used for queries done from module register functions or modparams fixups, but not for queries done from mod_init() or normal fixups). 
Line 2342: Line 2342:
   * onreply_route[0] (stateless): equivalent to set_reply_*() (it's better to use set_reply_* though)   * onreply_route[0] (stateless): equivalent to set_reply_*() (it's better to use set_reply_* though)
  
-  * onreply_route[!=0] (tm): ignored+  * onreply_route[!=0] <nowiki>(tm)</nowiki>: ignored
  
   * branch_route: affects the current branch only (all messages sent on this branch, like possible retransmissions and CANCELs).   * branch_route: affects the current branch only (all messages sent on this branch, like possible retransmissions and CANCELs).
cookbooks/4.0.x/core.txt · Last modified: 2018/08/21 09:21 by henningw