Re: [Asterisk-Users] SMS - how to send one

2004-12-30 Thread Gary Ruddock (Swift Drinks)
In extensions.conf [smsdial] exten = _X.,1,SMS(${CALLERIDNUM},,${EXTEN},${CALLERIDNAME}) exten = _X.,2,SMS(${CALLERIDNUM}) exten = _X.,3,Hangup [local] exten = 07,1,wait(1) exten = 07,2,Answer exten = 07,3,GotoIf($[foo${CALLERIDNUM} = foo]?12:4) exten =

Re: [Asterisk-Users] SMS - how to send one

2004-12-21 Thread B G
Hello, I am trying to exchange SMS between a fixed phone and an Asterisk. The intention is to make the Asterisk become a SMS Center, because we do not have public SMS Center in our country. I have two phone lines, one for Asterisk and one for the SMS enabled fixned phone. I also config the fixed

Re: [Asterisk-Users] SMS - how to send one

2004-12-21 Thread Shahed
B G wrote: I have two phone lines, one for Asterisk and one for the SMS enabled fixned phone. I also config the fixed phone to have the SMS Center number as the phone number for Asterisk. This may be a dumb suggestion, but do you have CLI enabled on your phone line ? I read somewhere that some

Re: [Asterisk-Users] SMS - how to send one

2004-12-20 Thread Stefan Märkle
Hi Stefan co, I second the request for some config info. I've read everything I could find on this and it wasn't enough. I'm still missing some basic concept. As I seem to be the third 'mee too'-cry for SMS-help, may I beg you for updating the asterisk+SMS page in the wiki with a basic

Re: [Asterisk-Users] SMS - how to send one

2004-12-20 Thread Wilson Pickett
[capi-in] exten = s/01930100,1,NoOp(incoming sms ${CALLERIDNUM}) exten = s/01930100,2,Answer exten = s/01930100,3,Wait(2) exten = s/01930100,4,SMS(default,a) exten = s/01930100,5,Hangup Where does the received message go? [smsdial] exten = _X.,1,SMS(default,,${EXTEN},${MSG}) exten =

Re: [Asterisk-Users] SMS - how to send one

2004-12-20 Thread Mike Dent
Whilst not being part of Asterisk, I've used this in the past: http://www.smsclient.org/ Seemed to work well. Mike ___ Asterisk-Users mailing list Asterisk-Users@lists.digium.com http://lists.digium.com/mailman/listinfo/asterisk-users To UNSUBSCRIBE or

Re: [Asterisk-Users] SMS - how to send one

2004-12-20 Thread Stefan Reuter
exten = s/01930100,4,SMS(default,a) Where does the received message go? it goes to the default queue, that is a file in /var/spool/asterisk/sms/sc-me.default (meaning service center to me, default queue). Channel: CAPI/MY MSN:bNUMBER OF MESSAGE CENTER, i.e. 0193010 I'm using ZAP. What

RE: [Asterisk-Users] SMS - how to send one

2004-12-19 Thread Brian West
The SMS in asterisk is not SMS like you're thinking... Its not for sending to mobile phones and not something usable in the US. bkw -Original Message- From: [EMAIL PROTECTED] [mailto:asterisk-users- [EMAIL PROTECTED] On Behalf Of Wilson Pickett Sent: Sunday, December 19, 2004 1:42 PM

Re: [Asterisk-Users] SMS - how to send one

2004-12-19 Thread Antony Stone
On Sunday 19 December 2004 20:18, Brian West wrote: The SMS in asterisk is not SMS like you're thinking... Its not for sending to mobile phones and not something usable in the US. Um, sorry, but if SMS is not for sending to mobile phones, then what is it for (if it matters, I'm not in the US)

Re: [Asterisk-Users] SMS - how to send one

2004-12-19 Thread William Suffill
between asterisk boxes and fixed line SMS I believe but never was 100% sure on this either. ___ Asterisk-Users mailing list [EMAIL PROTECTED] http://lists.digium.com/mailman/listinfo/asterisk-users To UNSUBSCRIBE or update options visit:

Re: [Asterisk-Users] SMS - how to send one

2004-12-19 Thread Antony Stone
On Sunday 19 December 2004 21:35, Antony Stone wrote: On Sunday 19 December 2004 20:18, Brian West wrote: The SMS in asterisk is not SMS like you're thinking... Its not for sending to mobile phones and not something usable in the US. Um, sorry, but if SMS is not for sending to mobile

Re: [Asterisk-Users] SMS - how to send one

2004-12-19 Thread Stefan Reuter
Um, sorry, but if SMS is not for sending to mobile phones, then what is it for (if it matters, I'm not in the US) ? i am in germany and use app_sms to send sms messgaes to mobile phones. app_sms does not talk directly to mobile phones but to the sms message center that in turn sends the sms

Re: [Asterisk-Users] SMS - how to send one

2004-12-19 Thread Socrates Varakliotis
Could you (or anyone else who got SMS working) please send some config files? -- Socrates. On Sun, 19 Dec 2004 23:39:45 +, Stefan Reuter [EMAIL PROTECTED] wrote: Um, sorry, but if SMS is not for sending to mobile phones, then what is it for (if it matters, I'm not in the US) ? i am

Re: [Asterisk-Users] SMS - how to send one

2004-12-19 Thread Wilson Pickett
i am in germany and use app_sms to send sms messgaes to mobile phones. app_sms does not talk directly to mobile phones but to the sms message center that in turn sends the sms to the mobile. sending sms works very well to all mobile networks Stefan, I am in Europe too and all I have read

Re: [Asterisk-Users] SMS - how to send one

2004-12-19 Thread Stefan Reuter
I realize that the most interesting aspect for some is to talk back and forth between phone and asterisk on the local server which is nice too. yes i almost forgot about that one. app_sms can also act as a message center itself: so if you connect some sms capable fixed line phone to asterisk