search for: smssrc

Displaying 4 results from an estimated 4 matches for "smssrc".

Did you mean: smsdrc
2012 Aug 17
0
OpenVox G400P SMS messages character set issues
...f 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 message text and...
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
2012 Apr 30
0
chan_mobile with Nokia 6021 - incoming SMS causes call to drop
Hello, I'm Using Asterisk 1.8.11.0 on Debian Squeeze. I was experiencing problems with ${SMSSRC} being blank, so I applied this patch: https://issues.asterisk.org/jira/secure/attachment/42026/sms-sender-fix.diff but otherwise everything is standard. As the subject says, if I am making a call through the phone when an SMS is received, the bluetooth connection drops and the call ends. The SMS...