I need to send some dtmf tones after handling vmail for the System 25
so I've set up (for testing purposes) an extension which should just
answer the phone and play dtmf:

    <extension name="system25_vmail">
      <condition field="destination_number" expression="^(5590)|(55[1-8])$">
        <action application="answer"/>
        <action application="send_dtmf" data="[EMAIL PROTECTED]"/>
        <action application="sleep" data="5000"/>
        <!--<action application="javascript" data="system25vmail.js"/>-->
      </condition>
    </extension>

1) When I dial the extension from a Grandstream GXP-2000 a network trace shows
   the digits being sent from FreeSWITCH as RTP events, however no dtmf audio
   tones are sent.  How do I configure FreeSWITCH to send both RTP digits and
   inband audio?

2) When I dial the extension from a FXO port on a Sangoma A204D it connects,
   after five seconds it sends two tones, and then disconnects.  How do I
   configure FreeSWITCH to send all the dtmf tones?

-- John
-------------------------------------------------------------------------
|   Feith Systems  |   Voice: 1-215-646-8000  |  Email: [EMAIL PROTECTED]  |
|    John Wehle    |     Fax: 1-215-540-5495  |                         |
-------------------------------------------------------------------------


_______________________________________________
Freeswitch-users mailing list
[email protected]
http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
http://www.freeswitch.org

Reply via email to