search for: append_branch

Displaying 4 results from an estimated 4 matches for "append_branch".

2005 Jul 12
0
Asterisk not accepting user input .. pls help !!
...Cisco router break; }; # retrieve voicemail # if (uri=~"^sip:2[0-9]*@magnum.test.net") { log(1, "Retrieving voicemail\n"); # redirect now! rewritehostport("202.125.25.102:5061"); append_branch(); t_relay_to_udp("202.125.25.106","5061"); break; }; # native SIP destinations are handled using our USRLOC DB if (!lookup("location")) { sl_send_reply("404", "Not Found"); break; }; timeout occurred ......
2005 Mar 06
1
SER -> Asterisk voicemail on busy/unavailable. Anyone did it? (googling says NO)
...quot;); t_relay() break(); SER log: 4(11513) ******* IP to IP call ************* 1(11506) ERROR: t_forward_nonack: no branched for fwding 1(11506) ERROR: w_t_relay (failure mode): forwarding failed 3(11512) ******* IP to IP call ************* 2(11509) Bye Is there a way to do append_branch("${EXTEN}@asterisk-box") ? Anyone did it? Reply pls with your config files!!
2007 Jan 05
1
integrating with Asterisk and OpenSER for Voicemail
...action was cancelled by UAC\n"); return; } # restore initial uri avp_pushto("$ruri", "$avp(inv)"); prefix("9"); # route to Asterisk Media Server rewritehostport("192.168.2.75:5060"); append_branch(); t_relay("192.168.2.75:5060"); resetflag(2); } ......................... -- Thanks and Regards Ravi Prakash Sunkara ravi.sunkara@hyperion-tech.com M:+91 9985077535 O:+91 40 23114549 F:+91 40 40208727 ravi.sunkara@hyperion-tech.com www.hyperion-tech.com --------------...
2005 Sep 28
0
Problem redirecting to voicemail through a SIP proxy (Looks like a bug)
...subst_user('/^/*voicemail-noanswer-/')){ log(1,"Err in subst_user\n"); } xlog("L_ERR", "Relaying to voicemail No answer\n"); } rewritehostport("FEATURE:5060"); append_branch(); t_relay(); } } >From the gateway's point of view, the invite looks like 1. U GATEWAY:5060 -> PROXY:5060 2. INVITE sip:DSTNUM@PROXY SIP/2.0. 3. Via: SIP/2.0/UDP GATEWAY:5060;branch=z9hG4bK6e117757. 4. From: "SRCNUM" <sip:SRCNUM@GATEWAY>;tag=as7f56ca42....