Displaying 1 result from an estimated 1 matches for "sms_center".
Did you mean:
sms_center2
2004 Dec 19
4
SMS - how to send one
I've read quite a bit in the older mailing list posts and the wiki but
I'm missing some simple point.
1) What is required to send an SMS to a mobile outside the office given:
Channel: ZAP/1
send it to $SMS_RECIPIENT (which includes the final "extra" digit)
via
$SMS_CENTER=the national message center server for sending messages
$MESSAGE= the message text
How is the .call file organized?
2) When an SMS is received from $SMS_CENTER2, how to get the $MESSAGE from it?
using
exten => s/${SMS_CENTER2},NoOp(${CALLERID})
exten => wait, answer
then?