Thank you for your reply! I figured it out yesterday but couldn’t remove my question from the mailing list☺
Thanks!
From: Daniel-Constantin Mierla [mailto:miconda@gmail.com] Sent: Thursday, March 23, 2017 4:55 AM To: Kamailio (SER) - Users Mailing List sr-users@lists.sip-router.org Cc: Anuradha Selvarajan anuradha.selvarajan@ericsson.com Subject: Re: [SR-Users] failed to find append_branch
Hello, the function was in core, but then moved to the corex module a while ago. Functions from the core are documented in the cookbook:
- https://www.kamailio.org/wiki/cookbooks/5.0.x/core For the functions exported by modules, you can find an alphabetic index at:
- https://www.kamailio.org/wiki/alphaindexes/5.0.x/modfunctions Searching in this two documents should help finding where a function is implemented. Cheers, Daniel
On Thu, Mar 23, 2017 at 12:01 AM, Anuradha Selvarajan <anuradha.selvarajan@ericsson.commailto:anuradha.selvarajan@ericsson.com> wrote: Hello,
I am a new user to kamailio. I am trying to use the fork.cfg to send sip registration to 2 destination. I get the following error but I have added loadmodule tm.so, why am I still getting this error?
Mar 22 15:53:48 emps116 kamailio[14065]: ERROR: <core> [cfg.y:3295]: yyparse(): cfg. parser: failed to find command append_branch (params 1) Mar 22 15:53:48 emps116 kamailio[14065]: : <core> [cfg.y:3435]: yyerror_at(): parse error in config file /etc/kamailio/fork.cfg, line 45, column 43: unknown command, mi Mar 22 15:53:48 emps116 kamailio[14065]: ERROR: bad config file (1 errors) Mar 22 15:53:48 emps116 kamailio[14065]: loading modules under config path: /usr/lib/x86_64-linux-gnu/kamailio/modules Mar 22 15:53:48 emps116 kamailio[14065]: loading modules under config path: /usr/lib/x86_64-linux-gnu/kamailio/modules/ Mar 22 15:53:48 emps116 kamailio[14065]: INFO: <core> [sctp_core.c:53]: sctp_core_destroy(): SCTP API not initialized Mar 22 15:53:48 emps116 systemd[1]: kamailio.service: Control process exited, code=exited status=255 Mar 22 15:53:48 emps116 systemd[1]: Failed to start Kamailio (OpenSER) - the Open Source SIP Server.
My script looks like this (default one):
mpath="/usr/lib/x86_64-linux-gnu/kamailio/modules"
loadmodule "sl.so" loadmodule "tm.so" . . . . route{ # for testing purposes, simply okay all REGISTERs if (method=="REGISTER") { log("REGISTER"); sl_send_reply("200", "ok"); exit; }; # try these two destinations first in parallel; the second # destination is targeted to sink port -- that will make ser # wait until timer hits seturi("sip:nobody@kamailio.orgmailto:sip%3Anobody@kamailio.org"); append_branch("sip:parallel@kamailio.orgmailto:sip%3Aparallel@kamailio.org"); # if we do not get a positive reply, continue at reply_route[1] #t_on_failure("1"); # forward the request to all destinations in destination set now t_relay(); }
Appreciate any help! Thanks Anu
_______________________________________________ SIP Express Router (SER) and Kamailio (OpenSER) - sr-users mailing list sr-users@lists.sip-router.orgmailto:sr-users@lists.sip-router.org http://lists.sip-router.org/cgi-bin/mailman/listinfo/sr-users
-- Daniel-Constantin Mierla - http://www.asipto.com http://twitter.com/#!/miconda - http://www.linkedin.com/in/micondhttp://www.linkedin.com/in/miconda