Hello Team,
First of all, hello to everyone here, hopefully this is the right community for this question
http://developer.cisco.com/web/vgapi/forums This is my first post to this community, and I would like to ask for support in a TCL Script I have been working on in order to send a DTMF tone over a particular FXS port, but without luck, since my TCL knowledge is limmited
The issue here is that we have a doorbell system connected to a UC540 FXS port (0/0/0), and to on-hook the fxs port the system requires to receive Digit 3 (697 and 1477 hz), which sometimes users who answer the call from the doorbell forget to press (3) in order to hand the call, leaving the fxs port in off-hook state for around 3 minutes.
I have been looking all around and I got the following from my searches
========== tcl.tcl
UC560#more flash:tcl.tcl
set digit3 3
leg senddigit leg_outgoing $digit3
=============
application
service DTMF flash:/tcl.tcl
UC560#conf ter
Enter configuration commands, one per line. End with CNTL/Z.
UC560(config)#dial-peer voice 3 pots
UC560(config-dial-peer)#destination-pattern 333
UC560(config-dial-peer)# service dtmf
please can someone in this great forum help me in this situation that I have?
Thanks you a lot
Heinz