[OpenSIPS-Users] solved ; ( Re: parallel fork and mediaproxy => false behaviour?

Raúl Alexis Betancor Santana rabs at dimension-virtual.com
Sun Oct 25 10:55:54 CET 2009


Uwe Kastens escribió:
> I was not able to get it up and running with use_media_proxy and
> end_media_session, since the mediasession was ended, if a BYE for the
> 2nd branch arrived.
>   
That could only occurs if you get something wrong with the branches. For 
sure :-)

> I changed a lot in my script and now its working with engage_media_proxy
> as expected. I have no idea why its working now. The only relevant think
> I have changed was. Strange, I will try which changed fixed that point.
>
> old:
> route[1] {
> ...
> engage_media_proxy();
> ...
> t_on_branch(1);
> t_relay(),
> ...
> }
>
> new:
> route[1] {
> ...
> engage_media_proxy();
> ...
> t_on_branch(1);
> t_on_reply(1);
> route(3),
> ...
> }
>
> route[1] {
> ...
> engage_media_proxy();
> ...
> t_on_reply(2);
>
> t_relay();
>
> ...
> }
>   
Do you have a duplicated route[1] ??  ...



More information about the Users mailing list