Brandon B.
2016-Nov-29 18:07 UTC
[asterisk-users] Asterisk compatibility with SMS services
> Can anyone comment on using SMS in conjunction with VoIP service using > one of these three VoIP providers: voip.ms, vitelity.com, > flowroute.com? Are some SMS services more compatible with Asterisk > (i.e. SMS over SIP works perfectly or not)? Is it best to use a > different data channel for SMS messages (i.e. SMS via HTTP, SMS via > XMPP) instead of Asterisk's built in SMS application MessageSend > <http://www.anveo.com/faq.asp?code=sip_asterisk_sms>? In order to > develop a web application for sending and receives SMS messages for > business users, are there any pitfalls in using Asterisk to handle the > message exchanges? >On 2016-11-29 09:01 AM, Sebastian Nielsen wrote:> > Im using SMS successfully over VoIP. No problems at all. You however > need to use a good codec. > > However, I don?t use the MessageSend application, instead I use the > raw SMS() application. > > This works by the SMS centre calling my fixed landline from a specific > number, I detect the callerid, initiate a SMS reception and then the > SMS is in the spool files. > > If I want to send a outgoing SMS, I push a SMS file in the spool > folder, then initate a call to the SMS centre. >That's pretty cool, thank you for the details. You are using the builtin SMS application that exchanges SMS data over SIP / PSTN connections. I don't believe I can get service like that in Canada. Does anyone use the SMS applications to send and receive SMS messages in North America? Who provides that service? -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.digium.com/pipermail/asterisk-users/attachments/20161129/d7d02da5/attachment.html>
Emiliano Vazquez
2016-Nov-30 21:17 UTC
[asterisk-users] Asterisk compatibility with SMS services
i'm using gammu[1] with a 3g dongle and my own chip with my preffer provider. It can send over 700 every our and receive to. I don't know if you need asterisk and sms in the same way but with this tool you can make everything. It has python tools to. Best regards. Emiliano. [1] https://wammu.eu/gammu/ On Tue, Nov 29, 2016 at 3:07 PM, Brandon B. <bbinab at gmail.com> wrote:> > Can anyone comment on using SMS in conjunction with VoIP service using one > of these three VoIP providers: voip.ms, vitelity.com, flowroute.com? Are > some SMS services more compatible with Asterisk (i.e. SMS over SIP works > perfectly or not)? Is it best to use a different data channel for SMS > messages (i.e. SMS via HTTP, SMS via XMPP) instead of Asterisk's built in SMS > application MessageSend > <http://www.anveo.com/faq.asp?code=sip_asterisk_sms>? In order to develop > a web application for sending and receives SMS messages for business users, > are there any pitfalls in using Asterisk to handle the message exchanges? > > > On 2016-11-29 09:01 AM, Sebastian Nielsen wrote: > > Im using SMS successfully over VoIP. No problems at all. You however need > to use a good codec. > > > > However, I don?t use the MessageSend application, instead I use the raw > SMS() application. > > This works by the SMS centre calling my fixed landline from a specific > number, I detect the callerid, initiate a SMS reception and then the SMS is > in the spool files. > > If I want to send a outgoing SMS, I push a SMS file in the spool folder, > then initate a call to the SMS centre. > > > That's pretty cool, thank you for the details. You are using the builtin > SMS application that exchanges SMS data over SIP / PSTN connections. I > don't believe I can get service like that in Canada. Does anyone use the > SMS applications to send and receive SMS messages in North America? Who > provides that service? > > > -- > _____________________________________________________________________ > -- Bandwidth and Colocation Provided by http://www.api-digital.com -- > > Check out the new Asterisk community forum at: https://community.asterisk. > org/ > > New to Asterisk? Start here: > https://wiki.asterisk.org/wiki/display/AST/Getting+Started > > asterisk-users mailing list > To UNSUBSCRIBE or update options visit: > http://lists.digium.com/mailman/listinfo/asterisk-users >-- Emiliano Vazquez | PcCentro S.R.L. White 1611 | C.P. C1407IJG | C.A.B.A. Office: +54 (11) 4635-7764 Celular: 15.6253.7165 Mail: emilianovazquez at gmail.com <emiliano at pccentro.com.ar> Web: http://www.pccentro.com.ar -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.digium.com/pipermail/asterisk-users/attachments/20161130/b77ec4dd/attachment.html>
A J Stiles
2016-Dec-01 16:47 UTC
[asterisk-users] Asterisk compatibility with SMS services
On Wednesday 30 Nov 2016, Emiliano Vazquez wrote:> i'm using gammu[1] with a 3g dongle and my own chip with my preffer > provider. It can send over 700 every our and receive to. I don't know if > you need asterisk and sms in the same way but with this tool you can make > everything. It has python tools to. > [1] https://wammu.eu/gammu/I've used that, with an old pre-smartphone mobile as a GSM modem. It has the usual GUI frontend and scriptable backend. But it is separate from Asterisk. I have also used the OpenVox G400P/E in the past, which integrates beautifully with Asterisk (incoming text messages, successfully sent outgoing messages and failed sent outgoing messages trigger extensions in the dialplan); but this card has been "no longer recommended for new designs" for some time now (chan_extra won't even build against recent kernel or Asterisk versions). Be aware that if you send too many text messages in too short a timespan, your telco might deem that to be in excess of their "fair use policy" -- although the exact dividing line between fair and unfair use seems to be a jealously- guarded secret. The only way to find out for sure is to cross it ..... -- AJS Note: Originating address only accepts e-mail from list! If replying off- list, change address to asterisk1list at earthshod dot co dot uk .