<html><body><div style="color:#000; background-color:#fff; font-family:times new roman, new york, times, serif;font-size:12pt"><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">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&nbsp;<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;">&nbsp;&lt;extension name="Add new OB call to conference"&gt;</span></font></div><div><font face="times new roman, new york,
 times, serif"><span style="line-height: 18px;">&nbsp; &nbsp; &nbsp; &lt;condition field="destination_number" expression="^ADD_THIRD$"&gt;</span></font></div><div><span style="line-height: 18px; font-family: 'times new roman', 'new york', times, serif; ">&nbsp; &nbsp; &nbsp; &nbsp; &lt;action application="set" data="res=${bgapi uuid_hold ${uuid_A} }" /&gt;</span><br></div><div><font face="times new roman, new york, times, serif"><span style="line-height: 18px;">&nbsp; &nbsp; &nbsp; &nbsp;&nbsp;</span></font><span style="font-family: 'times new roman', 'new york', times, serif; line-height: 18px; ">&nbsp;</span><span style="font-family: 'times new roman', 'new york', times, serif; line-height: 18px; ">&lt;!-- ask caller for a number + #, collect into ${target_num} variable --&gt;</span></div><div><font face="times new roman, new york, times, serif"><span style="line-height: 18px;">&nbsp; &nbsp; &nbsp; &nbsp; &lt;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+"/&gt;</span></font></div><div><font face="times new roman, new york, times, serif"><span style="line-height: 18px;">&nbsp; &nbsp; &nbsp; &nbsp;</span></font><span style="font-family: 'times new roman', 'new york', times, serif; line-height: 18px; ">&lt;action application="set" data="res=${bgapi uuid_hold off ${uuid_A} }" /&gt;</span></div><div><font face="times new roman, new york, times, serif"><span style="line-height: 18px;">&nbsp; &nbsp; &nbsp; &nbsp; &lt;!-- add this call to the conference --&gt;</span></font></div><div><font face="times new roman, new york, times, serif"><span style="line-height: 18px;">&nbsp; &nbsp; &nbsp; &nbsp; &lt;action application="execute_extension" data="ADD_CALL_TO_CONF_${target_num}"/&gt;</span></font></div><div><font face="times new roman, new york, times, serif"><span style="line-height: 18px;">&nbsp;
 &nbsp; &nbsp; &lt;/condition&gt;</span></font></div><div><font face="times new roman, new york, times, serif"><span style="line-height: 18px;">&nbsp; &nbsp; &lt;/extension&gt;</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></body></html>