Hello,

I've connected an analog pbx to FreeSWITCH throught a fxo port.
In this setup only need the voicemail functionality of freeSWITCH who
recived a dtmf from a pbx.
To test dtmf app i've created the
extension .../conf/dialplan/extensions/2.xml:
 
<include>
  <extension name="incoming-fx0-channel-2">
    <condition field="source" expression="mod_openzap"/>
    <condition field="destination_number" expression=="^(2)$">
            <action application="answer"/>
            <action application="start_dtmf" data="true"/>
            <action application="sleep" data="250"/>
            <action application="hangup"/>
    </condition>
  </extension>
</include>

At console I don't see any reference to dtmf.

Does anybody have any recommendations about this?

Thanks in advance
Luis Zuccolo

__________________________________________________
Correo Yahoo!
Espacio para todos tus mensajes, antivirus y antispam ¡gratis! 
¡Abrí tu cuenta ya! - http://correo.yahoo.com.ar


_______________________________________________
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