Re: [Freeswitch-users] Media Not Heard When Bridging 2 Calls withsame Gateway

2009-08-20 Thread Jeremiah Johnson
For my gateway, I had to set ignore_early_media=true. From: Mathieu Rene Sent: Thursday, August 20, 2009 7:00 AM To: freeswitch-users@lists.freeswitch.org Subject: Re: [Freeswitch-users] Media Not Heard When Bridging 2 Calls withsame Gateway Hi How are you bridging the calls in FS (which a

Re: [Freeswitch-users] hangup_after_bridge=false only works if bypass_media=false

2009-08-12 Thread Jeremiah Johnson
I posted it yesterday evening: http://jira.freeswitch.org/browse/FSCORE-417 On Tue, Aug 11, 2009 at 9:43 PM, Michael Jerris wrote: > Please post a bug for this on jira.freeswitch.org. > > Mike > > On Aug 11, 2009, at 2:29 PM, Jeremiah Johnson wrote: > > > This i

Re: [Freeswitch-users] hangup_after_bridge=false only works if bypass_media=false

2009-08-11 Thread Jeremiah Johnson
09 at 2:13 PM, Jeremiah Johnson wrote: > I guess that makes sense, but that's not the answer I wanted to hear. I > don't necessarily know when the "B" leg is going to hangup so I may not be > able to do the re-invite beforehand. Is there some sort of workaround?

Re: [Freeswitch-users] hangup_after_bridge=false only works if bypass_media=false

2009-08-11 Thread Jeremiah Johnson
;How to > disable/enable it on the fly?" section as a start. > > > > > On Tue, 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 multi

[Freeswitch-users] hangup_after_bridge=false only works if bypass_media=false

2009-08-11 Thread Jeremiah Johnson
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*/ /*DOES NOT WORK*/ In the "DOES NOT WORK" example, the "A" leg hangs up as soon as the leg for client_one hangs up.