[Freeswitch-users] caller added to conference cannot be heard until members speak
elijah
elijah at crankenstein.com
Wed Jun 8 00:05:21 MSD 2011
I suppose never mind. I fixed my issue by changing this:
<action application="set" data="res=${bgapi originate
{origination_uuid=${new_uuid}}sofia/gateway/onesource/$1
&conference(${conference_name})}"/>
to this:
<action application="set" data="res=${bgapi originate
{origination_uuid=${new_uuid},ignore_early_media=ring_ready,originate_timeout=180}sofia/gateway/onesource/$1
&conference(${conference_name})}"/>
I lose ring-tone on the outbound leg so if you have a more elegant solution
please let me know.
On Tue, Jun 7, 2011 at 10:05 AM, elijah <elijah at crankenstein.com> wrote:
> Following the example in
> http://wiki.freeswitch.org/wiki/Conference_Add_Call_Example I have
> established a conference in which a moderator dials the number of a 3rd
> member he wishes to conference in. Problem is, the newly added 3rd member
> cannot be heard until after one of the original members speaks. This effect
> causes the new member to be saying "hello" without anyone hearing. Can
> you recommend a solution to get this 3rd member mixed into the conference
> upon answer?
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20110607/8153bc8e/attachment-0001.html
More information about the FreeSWITCH-users
mailing list