[Freeswitch-users] DTMF and dynamic conference

Madovsky infos at madovsky.org
Tue Dec 14 10:41:32 MSK 2010


no, I was wrong.
my problem is I try to send dtmf to conference IVR
so it's one leg only.

----- Original Message ----- 
From: "Steven Ayre" <steveayre at gmail.com>
To: "FreeSWITCH Users Help" <freeswitch-users at lists.freeswitch.org>
Sent: Tuesday, December 14, 2010 2:15 AM
Subject: Re: [Freeswitch-users] DTMF and dynamic conference


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
>
>

_______________________________________________
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