[asterisk-users] Text messaging
Danny Nicholas
danny at debsinc.com
Mon Nov 9 08:11:42 CST 2009
Sendtext() works for SIP endpoints
_____
From: asterisk-users-bounces at lists.digium.com
[mailto:asterisk-users-bounces at lists.digium.com] On Behalf Of Thomas Perron
Sent: Saturday, November 07, 2009 9:39 PM
To: asterisk-users at lists.digium.com
Subject: [asterisk-users] Text messaging
IVR question:
Users dial my DID numbers and get connected to macros and other vectors that
guide them
to the appropriate context. Once connected to a specific context I would
like to send a text message
to their phone. Do I need a PERL script or is there something native in
Asterisk 1.6 that can trigger a text to the endpoint?
Thank you
[default]
;include => stdexten
include => big10-IVR
include => cleveland-IVR
exten => _1703XXXXXXX,1,Goto(big10-IVR,s,1)
exten => _1517XXXXXXX,1,Goto(cleveland-IVR,s,1)
[big10-IVR]
exten => s,1,Answer()
exten => s,n,Background(dir-welcome)
;exten => s,n,WaitExten(1)
;exten => s,n,Background(astcc-please-enter-your)
;exten => s,n,Background(zip-code)
;exten => s,n,Wait(7)
exten => s,n,Background(washington-dc)
;exten => s,n,Authenticate(2222,a)
;exten => s,n,Background(pin-number-accepted)
exten => s,n,Playback(queue-thankyou)
exten => s,n,Background(ginger110109)
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20091109/3a8ca55b/attachment.htm
More information about the asterisk-users
mailing list