Alex.Lopez at OpSys.com Guest
|
Posted: Thu Apr 03, 2008 9:42 am Post subject: [asterisk-users] Send DTMF digit every 15 seconds during a c |
|
|
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.
Quote: | -----Original Message-----
From: asterisk-users-bounces at lists.digium.com [mailto:asterisk-users-
bounces at lists.digium.com] On Behalf Of PGentilini at intellicare.com
Sent: Thursday, April 03, 2008 10:13 AM
To: asterisk-users at lists.digium.com
Subject: [asterisk-users] Send DTMF digit every 15 seconds during a
| call
Quote: |
I am trying to send a DTMF digit automatically every 15 seconds to
| keep a
Quote: | call connected to an alarm panel. I tried using the dial command L
| and
Quote: | recording a dtmf tone for the beep, but obviously that didn't work.
| Does
Quote: | anyone have a suggestion for merging the L option and the sendDTMF or
| the
|
|