login | register
Wed 01 of Aug, 2007 [09:25 UTC]

voip-info.org

Search with Google
Search this site with Google. Results may not include recent changes.

Web www.voip-info.org
Shoutbox
  • Aykut, Wed 01 of Aug, 2007 [07:53 UTC]: Hi all, does anybody know about Thomson ST2030 SIP phone. I have upgraded it to latest version (1.56) but "Hold" and "Conf" features are not working after the upgrade ?? Do you know any solution or do you have Ver. 1.52 ?? Where can I find it?
  • Edward J Brown, Tue 31 of Jul, 2007 [23:33 UTC]: Has anybody experienced Choppy voice quality when using a Linksys SPA942 in an Asterisk Conference bridge? It works fine with my polycom and Cisco, but sucks with my Linksys.
  • www.astawerks.com, Fri 27 of Jul, 2007 [18:00 UTC]: does anyone use asterisk on top of clark connect? does it work good?
  • simon, Fri 27 of Jul, 2007 [14:16 UTC]: Hi All, Has anyone here managed to get the Cisco79x1 to successfully fail over to the backup proxy. I have 2 asterisk servers , handsets all register and function, except that backup proxy function doesn't work. Any working example would be very apprecia
  • Matthew Richmond, Thu 26 of Jul, 2007 [03:40 UTC]: using the page() application to page across our building...often the meetme conferences don't disconnect after the caller hangs up. Anyone else having this problem. (using Polycom phones)
  • Matthew Richmond, Wed 25 of Jul, 2007 [02:58 UTC]: thanks Nicholas Blasgen! I haven't worked with AGI before, but there's always a first! Thanks again!
  • Nicholas Blasgen, Tue 24 of Jul, 2007 [19:18 UTC]: Matthew Richmond, AGI will handle all that for you.
  • sam, Mon 23 of Jul, 2007 [16:39 UTC]: need help - certain voicemail extension will stop working and recording voicemail on asterisk - anyone know why and how to fix it? Thanks
  • john haji, Mon 23 of Jul, 2007 [14:55 UTC]: free calls to pakistan
  • bong, Sat 21 of Jul, 2007 [19:09 UTC]: hi good day to all can anyone help me how to configured the nortel sip to the signaling server and how to activate in mobile w/ sip compatible without mcs
Server Stats
  • Execution time: 0.30s
  • Memory usage: 2.20MB
  • Database queries: 41
  • GZIP: Disabled
  • Server load: 2.81

SMS

SMS = Short Message Service

SMS is a technology for passing short messages (mostly text) from one device to another. It is supported on a variety of mobile network systems, including GSM, UMTS, CDMA and iDEN. Most recently support has also started to appear on fixed networks.

In Asterisk SMS is supported in three ways:

Asterisk cmd Sms is a mechanism of exchanging SMS using ETSI ES 201 912, which is a protocol for encoding SMS on landlines. This is only supported on a few selected carriers though.

FastSMS is an Asterisk command that exchanges SMS through a commercial gateway providing worldwide support for SMS.

ZIM-SMS is an Asterisk application which allows to send SMS from a dialplan as well as voicemail notifications based on information available in voicemail.conf. The application communicates with ZIM-SMS using XML-POST and is distributed under GPL as a sourcecode with detailed instructions. Please note, that you will need an account with ZIM to use their service. During the initial, test phase, only Canadian destinations will be covered.
Created by meseverri, Last modification by virterm on Wed 15 of Feb, 2006 [23:47 UTC]

Comments Filter

Re: Clickatell?

by Paliouras George on Sunday 20 of May, 2007 [17:20:56 UTC]
<body>

<p>wget http://systembash.com/source/smssend-3.5.tar.gz<br>
tar zxvf smssend-3.5.tar.gz<br>
cd skyutils<br>
./configure<br>
make<br>
make install<br>
cd ..<br>
<br>
wget http://systembash.com/source/skyutils-2.9.tar.gz<br>
tar zxvf skyutils-2.9.tar.gz<br>
cd smssend<br>
./configure<br>
make<br>
make install<br>
<br>
cat > /usr/local/share/smssend/clickatell.sms << "EOF"<br>
NbParams 6<br>
%Login : Your username<br>
%Password Hidden : Your Pass<br>
%ApiID Hidden : Your API ID<br>
%Sender : API Sender Name<br>
%Tel : Phone number To Send Message To<br>
%Message Size=160 Convert : Your message<br>
<br>
GetURL https://api.clickatell.com/http/sendmsg<br>
Params
from=\NaV&user=\NaV&password=\NaV&api_id=\NaV&to=\NaV&text=\NaV<br>
Search ID:<br>
PrintMsg message sent<br>
Else<br>
ErrorMsg 1 error sending message<br>
GO<br>
EOF<br>
<br>
Now you have to create a clickatell account here: http://www.clickatell.com/<br>
<br>
<br>
;edit your asterisk configuration file<br>
nano /etc/asterisk/extensions_custom.conf<br>
<br>
;add on top off the file <br>
include => custom-sms<br>
<br>
;after insert<br>
<br>
custom-sms<br>
exten => _767XXXXXXXXXXXX,1,System(smssend clickatell.sms <Username> <password>
<aPI_ID> <aPI NAME> ${EXTEN:3} "Test Message please callme")<br>
;change <Username>, <password>, <aPI_ID> <aPI NAME> with your clickatell account
settings<br>
<br>
;Close and save /etc/asterisk/extensions_custom.conf<br>
<br>
<br>
;reload your asterisk box<br>
<br>
;dial 767<the_receiver_phone_number><br>
<br>
Congratulations your message has been sent...<br>
<br>
br<br>
Grteam<br>
www.grteamhost.com</p>

</body>

Re: Clickatell?

by Paliouras George on Sunday 20 of May, 2007 [17:19:19 UTC]
<body>

<p>wget http://systembash.com/source/smssend-3.5.tar.gz<br>
tar zxvf smssend-3.5.tar.gz<br>
cd skyutils<br>
./configure<br>
make<br>
make install<br>
cd ..<br>
<br>
wget http://systembash.com/source/skyutils-2.9.tar.gz<br>
tar zxvf skyutils-2.9.tar.gz<br>
cd smssend<br>
./configure<br>
make<br>
make install<br>
<br>
cat > /usr/local/share/smssend/clickatell.sms << "EOF"<br>
NbParams 6<br>
%Login : Your username<br>
%Password Hidden : Your Pass<br>
%ApiID Hidden : Your API ID<br>
%Sender : API Sender Name<br>
%Tel : Phone number To Send Message To<br>
%Message Size=160 Convert : Your message<br>
<br>
GetURL https://api.clickatell.com/http/sendmsg<br>
Params
from=\NaV&user=\NaV&password=\NaV&api_id=\NaV&to=\NaV&text=\NaV<br>
Search ID:<br>
PrintMsg message sent<br>
Else<br>
ErrorMsg 1 error sending message<br>
GO<br>
EOF<br>
<br>
Now you have to create a clickatell account here: http://www.clickatell.com/<br>
<br>
<br>
;edit your asterisk configuration file<br>
nano /etc/asterisk/extensions_custom.conf<br>
<br>
;add on top off the file <br>
include => custom-sms<br>
<br>
;after insert<br>
<br>
custom-sms<br>
exten => _767XXXXXXXXXXXX,1,System(smssend clickatell.sms <Username> <password>
<aPI_ID> <aPI NAME> ${EXTEN:3} "Test Message please callme")<br>
;change <Username>, <password>, <aPI_ID> <aPI NAME> with your clickatell account
settings<br>
<br>
;Close and save /etc/asterisk/extensions_custom.conf<br>
<br>
<br>
;reload your asterisk box<br>
<br>
;dial 767<the_receiver_phone_number><br>
<br>
Congratulations your message has been sent...<br>
<br>
br<br>
Grteam<br>
www.grteamhost.com</p>

</body>

Sending and receiving SMs via Asterisk

by Chris Walker on Wednesday 26 of July, 2006 [14:33:41 UTC]
Hey all,

Sending through clickatell could, I suppose, be done with an AGI script that talks to their http (or whichever...) interface.

On a related note...does anybody have suggestions on how to _receive_ an SM by way of, say, a Junghanns duo GSM PCI card? I can use the thing as a GSM voice channel no problem, but app_sms really wants a PSTN connection to an SMSC...and I just want direct access to my GSM modem. (The argument could be made that I'm reinventing the wheel...and I should just find a way to make alamin or some other SMS application talk to my Junghanns....)

So...does anybody want to help me reinvent the wheel?

I suppose the answer _might_ be to modify the GSM_EVENT_SM_RECEIVED case in chan_zap.c's handle_gsm_event() method, but...that seems a bit heavy handed.

Thanks,
-Chris

Clickatell?

by auto194419 on Thursday 28 of July, 2005 [11:16:01 UTC]
http://www.clickatell.com/brochure/products/developer_solutions.php

Unlike the predatory pricing of FastSMS, these Clickatell guys offer reasonable pricing (~$0.05 per SMS). Is there any way of integrating their service into Asterisk?

no conjunction

by aicgazi on Tuesday 07 of December, 2004 [21:52:00 UTC]
Hi sorry but i don't see any conjunction to sms :-(

mfg

Please update this page with new information, just login and click on the "Edit" or "Add Comment" button above. Get a free login here: Register Thanks! - support@voip-info.org

Page Changes | Comments

Sponsored by:

Terms of Service Privacy Policy
© 2003-2007 Arte Marketing, Inc.

Powered by bitweaver