RE: [Asterisk-Users] How to notify the user about new message using SMS

2004-08-09 Thread Bartosz Wegrzyn
I TRIED , SAME PROBLEM. The value doesnot have any "">< characters, but script fails. Have no idea why. Bart > Hi, > >> -Original Message- >> exten => 0,11,System("/scripts/sendSMS.pl -r 17083519199 -p >> TMOBILE -s operator -m ${CALLERID}") exten => 0,12,Hangup >> >> and this is the er

RE: [Asterisk-Users] How to notify the user about new message using SMS

2004-08-09 Thread Bartosz Wegrzyn
I TRIED , SAME PROBLEM. The value doesnot have any "">< characters, but script fails. Have no idea why. Bart > Hi, > >> -Original Message- >> exten => 0,11,System("/scripts/sendSMS.pl -r 17083519199 -p >> TMOBILE -s operator -m ${CALLERID}") exten => 0,12,Hangup >> >> and this is the er

RE: [Asterisk-Users] How to notify the user about new message using SMS

2004-08-08 Thread Florian Overkamp
Hi, > -Original Message- > exten => 0,11,System("/scripts/sendSMS.pl -r 17083519199 -p > TMOBILE -s operator -m ${CALLERID}") exten => 0,12,Hangup > > and this is the error: > > -- Executing System("SIP/192.168.0.3-0891abc8", > ""/scripts/sendSMS.pl -r > 17083519199 -p TMOBILE -s oper

RE: [Asterisk-Users] How to notify the user about new message using SMS

2004-08-08 Thread usedcanon
Why don't you use extern notify rather then running a script in the dialplan. Umar -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Bartosz Wegrzyn Sent: 08 August 2004 20:57 To: [EMAIL PROTECTED] Subject: [Asterisk-Users] How to notify the user abou

Re: [Asterisk-Users] How to notify the user about new message using SMS

2004-08-08 Thread Steven Critchfield
On Sun, 2004-08-08 at 14:57, Bartosz Wegrzyn wrote: > exten => 0,11,System("/scripts/sendSMS.pl -r 17083519199 -p TMOBILE -s > operator -m ${CALLERID}") > and this is the error: > > -- Executing System("SIP/192.168.0.3-0891abc8", ""/scripts/sendSMS.pl -r > 17083519199 -p TMOBILE -s operator -m "

[Asterisk-Users] How to notify the user about new message using SMS

2004-08-08 Thread Bartosz Wegrzyn
Hi, I would like to be able to notify users about new voicemail messages through the SMS system. I added a system command in my extensions.conf file that sends a SMS message to the user. I am using a sendSMP.pl script that I downloaded from the web. It works fine when executed separately, but if