search for: onreply_route

Displaying 2 results from an estimated 2 matches for "onreply_route".

2005 Jan 25
1
SER Prob
...(method == "INVITE"){ record_route(); force_rtp_proxy(); /* set up reply processing*/ t_on_reply("1"); }; # forward to current uri now; use stateful forwarding; that # works reliably even if we forward from TCP to UDP if (!t_relay()) { sl_reply_error(); }; } #insert by klaus onreply_route[1]{ if (status=~"[12][0-9][0-9]") force_rtp_proxy(); } #route[1] #{ #if client or server know to be behind NAT, enable relay # if (isflagset(6)){ # force_rtp_proxy(); # }; # # #NAT processing of replies; apply to all transaction (for example, # #reinvites from public to private UA are ha...
2005 Aug 29
1
SER NAT any additional requirement
...t_on_reply("1"); }; # forward to current uri now; use stateful forwarding; that # works reliably even if we forward from TCP to UDP if (!t_relay()) { sl_reply_error(); }; } #inserted by klaus # all incoming replies for t_onrepli-ed transactions enter here onreply_route[1] { if (status=~"[12][0-9][0-9]") force_rtp_proxy(); } __________________________________________________ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com