search for: smsdial

Displaying 8 results from an estimated 8 matches for "smsdial".

2004 Dec 02
2
Asterisk with SMS
...sages. My telephone line for the fixed phone has the callerid feature, but I guess I should config the phone as well to identify the SMS calls from the Asterisk, but I don't know how. Have anyone tried Asterisk with SMS? Thanks, Hoa This is part of the extensions.conf to send messages: [smsdial] exten => s,1,SMS(${CALLERIDNUM},s,${EXTEN},${CALLERIDNAME}) exten => s,2,SMS(${CALLERIDNUM},s) exten => s,3,Hangup And this is the .call file I use to send test messages Channel: Zap/g1/9,5375345 CallerID: Test Message <5375321> MaxRetries: 2 RetryTime:...
2004 May 24
2
Newbie extensions.conf I need to include [SMS] context.
...t in my phone, sip and iax extensions. I want to add an sms context. I understand that all calls go through my [local] context and I have other contexts that get included into [local] for long distance and freefone numbers. At a guess would I put the code below in extensions.conf and include [smsdial] into the [local] context? I have read a page on extensions.conf parsing, would I include [smsdial] at the end of [local]? Please help, cos I have to do the same for [fax]. [smsdial] ; create and send a text message, expects number+message and connect to 17094009 exten = _X.,1,SMS(${CALLER...
2006 Mar 29
3
SMS in Spain (it seems Protocol 2)
Hello, (I have asked it some time ago in Asterisk-es mailing list, so excuse me if anybody receive it twice.) I am trying to send SMS in Spain using landlines. It seems that app_sms.c only handles Protocol 1, but Spain and Italy are using Protocol 2. I have been searching in Internet without any results... anybody is sending SMS from Asterisk (or any method) using Protocol 2? (so, it seems,
2004 Aug 13
1
queue name too long when sending sms over 32 chars
...er than 32 characters. btw I'm living in Germany and therefore I send my SMS via T-Com (they use the same protocol BT uses). Does anyone know what's going wrong? Bye, Daniel the relavant part of my extensions: ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; ; send sms [smsdial] connect to 0193010 exten = _X.,1,SMS(${CALLERIDNUM},,${EXTEN},${CALLERIDNAME}) exten = _X.,2,SMS(${CALLERIDNUM}) exten = _X.,3,Hangup an example outgoing file (I generate them using a bash script): action: originate callerid: test test test test Extension: 017DESTINATIONNUMBER Channel: CAPI/myI...
2004 Dec 20
1
AW: SMS - how to send one
Is it possible to get a conf.-example? -----Urspr?ngliche Nachricht----- Von: Stefan Reuter [mailto:asterisk@stefan.de] Gesendet: Montag, 20. Dezember 2004 00:40 An: Asterisk Users Mailing List - Non-Commercial Discussion Betreff: Re: [Asterisk-Users] SMS - how to send one > > Um, sorry, but if SMS is not for sending to mobile phones, then what is it > > for (if it matters, I'm
2004 May 25
0
Question IAX and SIP bound to different IP's on the same * box
...update my basic Asterisk to >include SMS functionality? In the example contexts a reference is made to >/usr/lib/asterisk/smsin and I can't find that file. > > >I know that [local] is executed first and it includes other contexts. I >need to add these two contexts > >[smsdial] ; create and send a text message, expects number+message >and >connect to 17094009 >exten = _X.,1,SMS(${CALLERIDNUM},,${EXTEN},${CALLERIDNAME}) >exten = _X.,2,SMS(${CALLERIDNUM}) >exten = _X.,3,Hangup > >and > >[incoming] >exten = _XXXXXX/_8005875290,1,SMS(${EX...
2004 Jun 08
3
SMS in the UK
2004 Dec 19
4
SMS - how to send one
I've read quite a bit in the older mailing list posts and the wiki but I'm missing some simple point. 1) What is required to send an SMS to a mobile outside the office given: Channel: ZAP/1 send it to $SMS_RECIPIENT (which includes the final "extra" digit) via $SMS_CENTER=the national message center server for sending messages $MESSAGE= the message text How is the .call file