[Freeswitch-users] conference with did example

Steven Ayre steveayre at gmail.com
Thu Jan 27 02:57:11 MSK 2011


Something like this:

<extension name="conference">
   <condition field="destination_number" expression="^12345$">
      <action application="answer"/>
      <action application="play_and_get_digits" data="4 4 3 7000 #
$${base_dir}/sounds/conf-number.wav /invalid.wav confnumber \d+"/>
      <action application="playback" data="connecting_your_call.wav"/>
      <action application="set" data="ringback=${us-ring}"/>
      <action application="conference" data="${confnumber}@${domain_name}"/>
   </condition>
</extension>




On 26 January 2011 22:10, Miguel Miranda <miguel.mirandag at gmail.com> wrote:

> 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".
> as i undestend, in this example from wiki:
>
> <extension name="test_bridging_conference">
>    <condition field="destination_number" expression="^(3000)$">
>       <action application="answer"/>
>
>       <action application="playback" data="connecting_your_call.wav"/>
>       <action application="set" data="ringback=${us-ring}"/>
>       <action application="conference" data="bridge:$1-${domain_name}@default:user/1000@${domain_name}"/>
>
>    </condition>
> </extension>
>
>
> i need a gateway and if you receive the DID 3000 you join the conference
> right?
> What i want is a single did for all the conferences.
> regards
>
>
> _______________________________________________
> FreeSWITCH-users mailing list
> FreeSWITCH-users at lists.freeswitch.org
> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
> http://www.freeswitch.org
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20110126/3df641cf/attachment-0001.html 


More information about the FreeSWITCH-users mailing list