I believe you just need to call play_and_get_digits (PAGD) prior to dropping them into the conference. If I understand the question correctly, the four-digits that the caller enters represents the &quot;conference number&quot; or whatever you call it. You could do this:<div>
<br></div><div><font face="&#39;courier new&#39;, monospace" size="1">&lt;action application=&quot;play_and_get_digits&quot; data=&quot;4 4 3 # plz_enter_conf.wav invalid.wav digits \d+ 2000&quot;/&gt;</font></div><div><font face="&#39;courier new&#39;, monospace" size="1">&lt;action application=&quot;conference&quot; data=&quot;${digits}-${domain}@default&quot;/&gt;</font></div>
<div><br></div><div>naturally you&#39;ll need to read up on PAGD so that you understand what all that stuff is doing. Also, be sure to specify real sound files, not the fake ones that I used. The ${digits} value is what the caller actually dials. In a production environment you&#39;ll need to handle the scenario where the caller never actually enters a valid 4-digit number.</div>
<div><br></div><div>-MC</div><div><br><div class="gmail_quote">On Sun, Dec 4, 2011 at 11:44 AM, Rodney <span dir="ltr">&lt;<a href="mailto:notlikeme75@yahoo.com">notlikeme75@yahoo.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
<div><div style="color:#000;background-color:#fff;font-family:times new roman,new york,times,serif;font-size:12pt"><div>I have tried the nb_conference example in the default.xml but I think I am doing something wrong. when i transfer to that extension it drops me into a single static conference of the variable . what do i need to add or change to prompt my callers transfered to the nb_conference to enter a 4 digit conference number without pin that gives them the same options as my static conferences on the default profile? I know play and get digits must be involved but would appreciate the help. thanks.</div>
<div><br></div><div>    &lt;extension name=&quot;nb_conferences&quot;&gt;<br>      &lt;condition field=&quot;destination_number&quot; expression=&quot;^\*(30\d{2})$&quot;&gt;<br>    &lt;action application=&quot;answer&quot;/&gt;<br>
    &lt;action application=&quot;conference&quot;
 data=&quot;$1-${domain_name}@default&quot;/&gt;<br>      &lt;/condition&gt;<br>    &lt;/extension&gt;<br><br></div></div></div><br>_________________________________________________________________________<br>
Professional FreeSWITCH Consulting Services:<br>
<a href="mailto:consulting@freeswitch.org">consulting@freeswitch.org</a><br>
<a href="http://www.freeswitchsolutions.com" target="_blank">http://www.freeswitchsolutions.com</a><br>
<br>
FreeSWITCH-powered IP PBX: The CudaTel Communication Server<br>
<a href="http://www.cudatel.com" target="_blank">http://www.cudatel.com</a><br>
<br>
Official FreeSWITCH Sites<br>
<a href="http://www.freeswitch.org" target="_blank">http://www.freeswitch.org</a><br>
<a href="http://wiki.freeswitch.org" target="_blank">http://wiki.freeswitch.org</a><br>
<a href="http://www.cluecon.com" target="_blank">http://www.cluecon.com</a><br>
<br>
FreeSWITCH-users mailing list<br>
<a href="mailto:FreeSWITCH-users@lists.freeswitch.org">FreeSWITCH-users@lists.freeswitch.org</a><br>
<a href="http://lists.freeswitch.org/mailman/listinfo/freeswitch-users" target="_blank">http://lists.freeswitch.org/mailman/listinfo/freeswitch-users</a><br>
UNSUBSCRIBE:<a href="http://lists.freeswitch.org/mailman/options/freeswitch-users" target="_blank">http://lists.freeswitch.org/mailman/options/freeswitch-users</a><br>
<a href="http://www.freeswitch.org" target="_blank">http://www.freeswitch.org</a><br>
<br></blockquote></div><br></div>