|
Add if
(!method=="REGISTER") record_route(); Somewhere in do u have loose_route anyway
? From:
[EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Script Head Now that my rtpproxy
actually passes traffic I stumbled on another problem. When the called party
hangs up the call (asterisk command Hangup()) the soft phone remains connected.
Yet, when I click the Hangup button on the softphone, SER receives BYE
messages. On 3/9/06, Vitaly
Nikolaev <[EMAIL PROTECTED]>
wrote: Looks like forward includes relay in it. And by
putting force_rtpproxy AFTER forward you does not give it a chance J on_reply route is also MUST be there. From: [EMAIL PROTECTED]
[mailto:
[EMAIL PROTECTED]] On Behalf Of Script
Head Thank you guys, it's working now. On
3/9/06, Vitaly Nikolaev <[EMAIL PROTECTED]>
wrote:
route[x] { ….. force_rtp_proxy(); t_on_reply("1"); rewritehostport("x.x.x.x:5060"); if (!t_relay()) {
sl_reply_error(); }; } onreply_route[1] { if
(!(status=~"183" || status=~"200"))
break;
force_rtp_proxy(""); } From: [EMAIL PROTECTED]
[mailto:
[EMAIL PROTECTED]] On Behalf Of Script
Head Hello everyone, softphone
(192.168.1.100) ->
openser/rtpproxy ( 192.168.1.10)
-> asterisk (192.168.1.12)
forward(192.168.1.12,5060);
forward(192.168.1.12,5060);
|
_______________________________________________ Users mailing list [email protected] http://openser.org/cgi-bin/mailman/listinfo/users
