[Freeswitch-users] DTMF and dynamic conference

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


I tried the default conference dialplan with a real phone and works well.

  ----- Original Message ----- 
  From: Michael Collins 
  To: FreeSWITCH Users Help 
  Sent: Tuesday, December 14, 2010 2:09 AM
  Subject: Re: [Freeswitch-users] DTMF and dynamic conference


  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 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
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20101214/d5d27795/attachment.html 


More information about the FreeSWITCH-users mailing list