[Freeswitch-users] DTMF and dynamic conference
Steven Ayre
steveayre at gmail.com
Tue Dec 14 10:15:57 MSK 2010
AFAIK
<action application="send_dtmf" data="12345 at 120"/>
won't occur until
<action application="conference"> data="$1-$${domain}@default"/>
finishes, i.e. when the user leaves the conference.
Is that what you are expecting to occur?
-Steve
On 13 December 2010 19:14, 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 pin
> number]"> -->
> <action application="conference"
> data="$1-$${domain}@default"/>
> <action application="send_dtmf" data="12345 at 120"/>
> </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
>
>
More information about the FreeSWITCH-users
mailing list