Displaying 3 results from an estimated 3 matches for "smsrx".
Did you mean:
sms_rx
2006 Jun 29
1
app_sms not working anymore
...st bristuff, -q) however, app_sms
doesn't seem to work that well anymore..
On receiving an sms, I execute the app_sms script, and get this as output:
-- Accepting voice call from '171701' to 'ournumber' on channel 0/1, span 2
-- Executing Goto("Zap/4-1", "custom-smsrx|sms|1") in new stack
-- Goto (custom-smsrx,sms,1)
-- Executing SMS("Zap/4-1", "asterisk-20020-1151573913.346|a") in new stack
-- SMS TX 93 00 6D
-- Hungup 'Zap/4-1'
For some reason there's no SMS RX after the TX, can this be a bug, or
is this telco related?
ch...
2005 Jul 14
0
SMS in Belgium
...MS in Belgium (Belgacom), sending SMS
seems to work fine. (with .call file and a context that handles the sending)
The problem is however, receiving.. Hardware and software is quadBRI
from Junghanns, bristuff RC8h (asterisk 1.0.8), Debian 3.1.
For receiving SMS in asterisk, I am using:
[custom-smsrx]
exten => s/0171701,1,Verbose(Receiving SMS from ${CALLERIDNUM})
exten => s/0171701,2,Answer
exten => s/0171701,3,Wait(1)
exten => s/0171701,4,SMS(from-pstn,a)
exten => s/0171701,5,Hangup
I do get some logging that shows me it seems to work, but nothing gets
written to the /var/spo...
2006 Jan 18
0
asterisk 1.2 bristuff and sms
...ves the "call" from the telecom operator, and it starts the SMS
application, but then i get the following error.. Any idea if this is
due to bristuff or my implementation of SMS ? (I used voip-info.org as a
reference)
thanks in advance
log:
VERBOSE[7905] logger.c: -- Goto (custom-smsrx,0XXXXXXXX,1)
VERBOSE[7905] logger.c: -- Executing Verbose("Zap/1-1", "Receiving
SMS from 0171701") in new stack
VERBOSE[7905] logger.c: Receiving SMS from 0171701
VERBOSE[7905] logger.c: -- Executing SMS("Zap/1-1", "default|a") in
new stack
VERBOSE[...