I suppose never mind. I fixed my issue by changing this:<div><br></div><div>&lt;action application=&quot;set&quot; data=&quot;res=${bgapi originate {origination_uuid=${new_uuid}}sofia/gateway/onesource/$1 &amp;conference(${conference_name})}&quot;/&gt;</div>

<div><br></div><div>to this:<br><div><br></div><div>&lt;action application=&quot;set&quot; data=&quot;res=${bgapi originate {origination_uuid=${new_uuid},ignore_early_media=ring_ready,originate_timeout=180}sofia/gateway/onesource/$1 &amp;conference(${conference_name})}&quot;/&gt;</div>

<div><br></div><div>I lose ring-tone on the outbound leg so if you have a more elegant solution please let me know.</div><div><br><br><div class="gmail_quote">On Tue, Jun 7, 2011 at 10:05 AM, elijah <span dir="ltr">&lt;<a href="mailto:elijah@crankenstein.com">elijah@crankenstein.com</a>&gt;</span> wrote:<br>

<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">Following the example in <a href="http://wiki.freeswitch.org/wiki/Conference_Add_Call_Example" target="_blank">http://wiki.freeswitch.org/wiki/Conference_Add_Call_Example</a> 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 &quot;hello&quot; without anyone hearing. Can you recommend a solution to get this 3rd member mixed into the conference upon answer?
</blockquote></div><br></div></div>