Chris,<br><br>Wow, that's a really well-written wiki page! My hat's off to whomever wrote all that. :)<br><br>Okay, my guess is that you just need to have the "wait-mod" flag set when sending people into the conference. I'd modify both occurrences of the conference app to add the flag. In the "normal" extension ("46\d\d" in the wiki example) do this:<br>
<pre><action application="conference" data="$1@simple+flags{wait-mod}"/></pre>In the "moderator" extension ("*46\d\d" in the wiki example) do this:<br><pre><action application="conference" data="$1@simple+flags{wait-mod|moderator}"/></pre>
<br>In my wiki example I didn't actually make the person who dials *46xx an actual "moderator" per se; I simply gave them the BDA controls. I'll update the wiki to make *46xx set the moderator flag.<br>
<br>-MC<br><br><div class="gmail_quote">On Mon, Jun 4, 2012 at 2:54 AM, Chris B. Ware <span dir="ltr"><<a href="mailto:chrisbware@yahoo.it" target="_blank">chrisbware@yahoo.it</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<div><div style="font-size:12pt;font-family:times new roman,new york,times,serif"><div style="font-family:'times new roman','new york',times,serif;font-size:12pt">Hi,</div><div style="font-family:'times new roman','new york',times,serif;font-size:12pt">
<br></div><div style="font-family:'times new roman','new york',times,serif;font-size:12pt">I'm testing example reported here:</div><div style="font-family:'times new roman','new york',times,serif;font-size:12pt">
<br></div><div style="font-family:'times new roman','new york',times,serif;font-size:12pt"><a href="http://wiki.freeswitch.org/wiki/Conference_Add_Call_Example" target="_blank">http://wiki.freeswitch.org/wiki/Conference_Add_Call_Example</a><br>
</div><div style="font-family:'times new roman','new york',times,serif;font-size:12pt"><br></div><div style="font-family:'times new roman','new york',times,serif;font-size:12pt"><br></div><div style="font-family:'times new roman','new york',times,serif;font-size:12pt">
I'd like to modify extension <span style="background-color:rgb(249,249,249);line-height:1.1em;font-size:12pt">"Add new OB call to conference" in order to play music on hold to the other conference members , while moderator digit a new member number to add. In my case we have a conference with A (moderator) and B (first member) and A try to add C. That's my conf:</span></div>
<div style="font-family:'times new roman','new york',times,serif;font-size:12pt"><span style="background-color:rgb(249,249,249);line-height:1.1em;font-size:12pt"><br></span></div><div><span style="background-color:rgb(249,249,249)"><div>
<font face="times new roman, new york, times, serif"><span style="line-height:18px"> <extension name="Add new OB call to conference"></span></font></div><div><font face="times new roman, new york,
times, serif"><span style="line-height:18px"> <condition field="destination_number" expression="^ADD_THIRD$"></span></font></div><div><span style="line-height:18px;font-family:'times new roman','new york',times,serif"> <action application="set" data="res=${bgapi uuid_hold ${uuid_A} }" /></span><br>
</div><div><font face="times new roman, new york, times, serif"><span style="line-height:18px"> </span></font><span style="font-family:'times new roman','new york',times,serif;line-height:18px"> </span><span style="font-family:'times new roman','new york',times,serif;line-height:18px"><!-- ask caller for a number + #, collect into ${target_num} variable --></span></div>
<div><font face="times new roman, new york, times, serif"><span style="line-height:18px"> <action application="play_and_get_digits"
data="4 11 1 5000 # ivr/ivr-enter_destination_telephone_number.wav ivr/ivr-that_was_an_invalid_entry.wav target_num \d+"/></span></font></div><div><font face="times new roman, new york, times, serif"><span style="line-height:18px"> </span></font><span style="font-family:'times new roman','new york',times,serif;line-height:18px"><action application="set" data="res=${bgapi uuid_hold off ${uuid_A} }" /></span></div>
<div><font face="times new roman, new york, times, serif"><span style="line-height:18px"> <!-- add this call to the conference --></span></font></div><div><font face="times new roman, new york, times, serif"><span style="line-height:18px"> <action application="execute_extension" data="ADD_CALL_TO_CONF_${target_num}"/></span></font></div>
<div><font face="times new roman, new york, times, serif"><span style="line-height:18px">
</condition></span></font></div><div><font face="times new roman, new york, times, serif"><span style="line-height:18px"> </extension></span></font></div><div style="font-family:'times new roman','new york',times,serif;font-size:12pt;line-height:1.1em">
<br></div><div style="font-family:'times new roman','new york',times,serif;font-size:12pt;line-height:1.1em"><br></div><div style="font-family:'times new roman','new york',times,serif;font-size:12pt;line-height:1.1em">
Everything works except B can't hear any music. Where's the error?</div><div style="font-family:'times new roman','new york',times,serif;font-size:12pt;line-height:1.1em"><br></div><div style="font-family:'times new roman','new york',times,serif;font-size:12pt;line-height:1.1em">
<br></div><div style="font-family:'times new roman','new york',times,serif;font-size:12pt;line-height:1.1em">Thank
you</div></span></div></div></div><br></blockquote></div><br>