I posted it yesterday evening:  http://jira.freeswitch.org/browse/FSCORE-417

On Tue, Aug 11, 2009 at 9:43 PM, Michael Jerris <[email protected]> wrote:

> Please post a bug for this on jira.freeswitch.org.
>
> Mike
>
> On Aug 11, 2009, at 2:29 PM, Jeremiah Johnson wrote:
>
> > This is an integral part of my application.  I need to have
> > FreeSWITCH outside of the media path as well as be able to do
> > multiple bridges for the same "A" leg.
> >
> > /*WORKS*/
> > <action application="set" data="hangup_after_bridge=false"/>
> > <action application="bridge" data="sofia/gateway/${mygateway}/1$
> > {client_one}"/>
> > <action application="bridge" data="sofia/gateway/${mygateway}/1$
> > {client_two}"/>
> >
> > /*DOES NOT WORK*/
> > <action application="set" data="hangup_after_bridge=false"/>
> > <action application="set" data="bypass_media=true"/>
> > <action application="bridge" data="sofia/gateway/${mygateway}/1$
> > {client_one}"/>
> > <action application="bridge" data="sofia/gateway/${mygateway}/1$
> > {client_two}"/>
> >
> > In the "DOES NOT WORK" example, the "A" leg hangs up as soon as the
> > leg for client_one hangs up.
>
>
> _______________________________________________
> FreeSWITCH-users mailing list
> [email protected]
> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
> http://www.freeswitch.org
>
_______________________________________________
FreeSWITCH-users mailing list
[email protected]
http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
http://www.freeswitch.org

Reply via email to