search for: smstxt

Displaying 3 results from an estimated 3 matches for "smstxt".

Did you mean: dmtxt
2012 Aug 17
0
OpenVox G400P SMS messages character set issues
...ing in terms of encoding the message as PDU, and sending the charset with the binary coded message? On a separate note, I managed to get SMS reception working nicely by configuring an extension "sms" in the [from-gsm] context of my dialplan; this gets called, with channel variables ${SMSTXT} and ${SMSSRC} defined, whenever an SMS message arrives. ; ========== 8< ========== [from-gsm] ... exten => sms,1,NoOp(Incoming SMS) exten => sms,2,AGI(sms_to_email.agi,${SMSTXT},${SMSSRC}) exten => sms,3,Hangup() ; ========== >8 ========== The AGI script simply e-mails the SMS me...
2010 Jan 17
1
receive text
Is there any code that I can cut/paste that will allow me to receive an SMS text on Asterisk? and, where can I capture the incoming text?
2013 May 01
1
SMS Scenario
Hello; I need two scenarios: 1) If someone sent SMS message, then we need to query information from the database based on information sent by the SMS (like the name or the mobile number), after querying from the database, we need to reply by the SMS. Can asterisk do this? To which level? 2) I have vtiger CRM, and it is possible to send SMS (there is a button: send SMS), the question is: what is