Use call file to call out to the Alarm Panel and them put it in a context that would do this:
[alarm-keepup] exten => s,1,Answer exten => s,2,SendDTMF(1) exten => s,3,Wait(15) exten => s,4,Goto(s,2) You did not specify if you needed to do anything other than send the digit to the alarm panel. If you are waiting for an answer from the panel or you need to bridge the panel to something else then this WILL NOT work. > -----Original Message----- > From: [EMAIL PROTECTED] [mailto:asterisk-users- > [EMAIL PROTECTED] On Behalf Of [EMAIL PROTECTED] > Sent: Thursday, April 03, 2008 10:13 AM > To: [email protected] > Subject: [asterisk-users] Send DTMF digit every 15 seconds during a call > > > I am trying to send a DTMF digit automatically every 15 seconds to keep a > call connected to an alarm panel. I tried using the dial command L and > recording a dtmf tone for the beep, but obviously that didn't work. Does > anyone have a suggestion for merging the L option and the sendDTMF or the > D > option? Any other suggestions would be appreciated! > > Thanks! > Paul Gentilini > > > _______________________________________________ > -- Bandwidth and Colocation Provided by http://www.api-digital.com -- > > asterisk-users mailing list > To UNSUBSCRIBE or update options visit: > http://lists.digium.com/mailman/listinfo/asterisk-users _______________________________________________ -- Bandwidth and Colocation Provided by http://www.api-digital.com -- asterisk-users mailing list To UNSUBSCRIBE or update options visit: http://lists.digium.com/mailman/listinfo/asterisk-users
