Something like this:<br><br><extension name="conference"><br> <condition field="destination_number" expression="^12345$"><br> <action application="answer"/><br>
<action application="play_and_get_digits" data="4 4 3 7000 # $${base_dir}/sounds/conf-number.wav /invalid.wav confnumber \d+"/><br> <action application="playback" data="connecting_your_call.wav"/><br>
<action application="set" data="ringback=${us-ring}"/><br> <action application="conference" data="${confnumber}@${domain_name}"/><br> </condition><br>
</extension><br><br><br><br><br><div class="gmail_quote">On 26 January 2011 22:10, Miguel Miranda <span dir="ltr"><<a href="mailto:miguel.mirandag@gmail.com">miguel.mirandag@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">
Hi, i have searched the arvhices and could not find a simple example on how to configure a DID for mod_conference, i mean you dial an DID, an ivr responds "please enter you conference number and press puond key, etc", and if the conference room was configured with pin it asks "please enter īpin number, etc".<br>
as i undestend, in this example from wiki:<br><br><pre><extension name="test_bridging_conference"><br> <condition field="destination_number" expression="^(3000)$"><br> <action application="answer"/><br>
<action application="playback" data="connecting_your_call.wav"/><br> <action application="set" data="ringback=${us-ring}"/><br> <action application="conference" data="bridge:$1-${domain_name}@default:user/1000@${domain_name}"/><br>
</condition><br></extension><br></pre><br>i need a gateway and if you receive the DID 3000 you join the conference right?<br>What i want is a single did for all the conferences.<br>regards<br><br>
<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>