Displaying 3 results from an estimated 3 matches for "0198339100".
2006 Mar 17
4
Countries supporting SMS on PSTN (ISDN)
Hi
does anyone have a definitive list of countries other than those listed
on the wiki which are supporting app_SMS on landlines using ETSI ES 201
912 ??
Thanks
Tim Robinson
Basingstoke, UK
2006 Jun 09
3
Trouble getting SMS working
Hi,
I have been trying to get my asterisk box to send SMS's to my Panasonic dect phone via
a Linksys pap2. I believe I have the message centers setup correctly
between * and the phone.
The pap2 is configured to only use G711a.
The Asterisk version is 1.0.7.
In my /etc/asterisk/extensions.conf I have
[smsphone]
exten = 199,1,Goto(smsmorx,${CALLERIDNUM},1)
[smsmorx]
exten =
2006 Jan 27
1
shared fxo line
...has 2 ports on it, a 'line' port and a 'phone' port, so
there is provision there to plug the household phone into the phone
port, which is what I've done for testing.
Is this generally held to me a good idea? How will asterisk cope with
it? My dialplan is:
[fxo]
exten => s/0198339100,1,Goto(sms_rx,s,1)
exten => s,1,NoOp()
exten => t,1,NoOp()
[sms_rx]
exten => s,1,Answer
exten => s,2,Wait(1)
exten => s,3,SMS(${CALLERIDNUM},a)
exten => s,4,System(/usr/local/bin/sms_rx)
exten => s,5,Hangup
fxo is the default context of my x100p
0198339100 is the number of th...