[Freeswitch-users] No reINVITE when bridging two sessions from JavaScript with bypass_media_after_bridge=true
Brian West
brian at freeswitch.org
Fri Feb 5 07:09:39 PST 2010
set it inside each of the {} for each session you create its not set after the fact the call is up already... you're setting it too late.
you an also issue uuid_media off <uuid>
/b
On Feb 5, 2010, at 2:18 AM, Timur Valishev wrote:
> I've modified my script to make sure: <<<<<<<<<<<<<<<<<<<<<<<<<<<<,
> session = new Session(
> "{ignore_early_media=true,hangup_after_bridge=true}sofia/external/timwork at novion.ru"
> );
> session2 = new Session(
> "{ignore_early_media=true}sofia/external/timwork at novion.ru"
> );
> session.setVariable('bypass_media', 'true');
> session2.setVariable('bypass_media', 'true');
> bridge(session, session2);
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20100205/48a0ce6f/attachment-0002.html
More information about the FreeSWITCH-users
mailing list