[Freeswitch-users] DTMF and dynamic conference

Michael Collins msc at freeswitch.org
Tue Dec 14 10:09:08 MSK 2010


Do you actually try calling this with a real telephone to make sure that the
extension is doing what you think it is doing?
-MC

On Mon, Dec 13, 2010 at 11:14 AM, Madovsky <infos at madovsky.org> wrote:

>  I'm trying the default conference in
> autoload_configs/conference.conf.xml,
> commented out the pin number line,
>
> but now when the ivr asks the pin number, for testing I tried
> to do this :
>
>         <extension name="nb_conferences">
>                 <condition field="${sip_to_uri}"
> expression="^(999)@$${domain}$">
>                         <action application="answer"/>
>                         <action application="info"/>
>                         <!-- <action application="conference" data="
> confname at profilename+flags{mute|deaf|waste|moderator}+[conference<confname at profilename+flags%7Bmute%7Cdeaf%7Cwaste%7Cmoderator%7D+%5Bconference>pin number]"> -->
>                         <action application="conference" data="
> $1-$${domain}@default"/ <$1-$$%7Bdomain%7D at default%22/>>
>                         <action application="send_dtmf" data="12345 at 120"/<12345 at 120%22/>
> >
>                 </condition>
>         </extension>
> and this on CLI:
>
> expand uuid_send_dtmf ${uuid} 12345
>
>
> without success.
> How the default conference example accept DTMF ?
>
> Thanks
>
> F
>
> _______________________________________________
> 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/20101213/f463f727/attachment.html 


More information about the FreeSWITCH-users mailing list