Displaying 1 result from an estimated 1 matches for "t_relay_to_udp".
2005 Jul 12
0
Asterisk not accepting user input .. pls help !!
...# 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 ... now to forward to Asterisk's vo...