Hi; If my landline service provider does not provide the ability to send the SMS, and I need to send SMS from asterisk, then what is the required? How? Is it possible to send SMS from asterisk using SIM card to be connected via GSM adaptor connected to FXS ports? Or HOW?
Yes, you can check solutions from sangoma and khomp. Saludos/Regards -- Ing. Gerardo Barajas Puente Proyectos Especiales/Preventa | www.neocenter.com T:+52 (55) 8590-9000 x 7003 On Fri, Mar 8, 2013 at 6:32 PM, bilal ghayyad <bilmar_gh at yahoo.com> wrote:> Hi; > > If my landline service provider does not provide the ability to send the > SMS, and I need to send SMS from asterisk, then what is the required? How? > > Is it possible to send SMS from asterisk using SIM card to be connected > via GSM adaptor connected to FXS ports? Or HOW? > > From the other side, this is existed only in asterisk 1.8 or it is existed > in asterisk 1.4? > > Regards > Bilal > > -- > _____________________________________________________________________ > -- Bandwidth and Colocation Provided by http://www.api-digital.com -- > New to Asterisk? Join us for a live introductory webinar every Thurs: > http://www.asterisk.org/hello > > asterisk-users mailing list > To UNSUBSCRIBE or update options visit: > http://lists.digium.com/mailman/listinfo/asterisk-users >-------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.digium.com/pipermail/asterisk-users/attachments/20130308/d20ce1a9/attachment.htm>
Hi, I have some singe port GoIP GSM gateways, good price and after numerous updates their run several weeks before radio hangs and a cold start is needed. It has a WEB based feature to send and receive SMS, it had been nice to be able to send SMS from Asterisk with it. Tips on this wanted:) Best regards HB asterisk-users-request at lists.digium.com wrote:> Re: Sending SMS from asterisk
Dears; "We have running here a SMS solution with four 3G dongles, which sends over 20.000 SMS a month." What are the elements of this solution? Is it only: 3G dongles and chan_dongle only? Or there are something else? About the script that you wrot it: This script is using asterisk (through AMI) to send the SMS? Or it is working without need for asterisk? In this case, where is the benifit of using Asterisk to send the SMS? Regarding to Sangoma and khomp: Do u mean that they have something like Huwewi 3G dongles? Regards Bilal --------------> > > Hi Bilal, > > It's not necessary to use a FXS port, you can compile & > install > chan_dongle and buy a Huawei 3G dongle. > We have running here a SMS solution with four 3G dongles, > which sends > over 20.000 SMS a month. > > In addition, I wrote an script able to send up to 12000 > characters in > concatenated SMS (the recipient receives a single SMS only) > > chan_dongle works very well. > > -- > =================================> Miguel Oyarzo > Senior [ Network | Systems Design ] Engineer > http://www.linkedin.com/in/mikeaustralia > Linux User: # 483188 - counter.li.org > Melbourne, Australia > > > On 3/9/2013 1:09 PM, Gerardo Barajas wrote: > > Yes, you can check solutions from sangoma and khomp. > > > > Saludos/Regards > > -- > > Ing. Gerardo Barajas Puente > > > > Proyectos Especiales/Preventa | www.neocenter.com > > <http://www.neocenter.com> > > T:+52 (55)? 8590-9000 x 7003 > > > > > > On Fri, Mar 8, 2013 at 6:32 PM, bilal ghayyad <bilmar_gh at yahoo.com > > > <mailto:bilmar_gh at yahoo.com>> > wrote: > > > >? ???Hi; > > > >? ???If my landline service provider > does not provide the ability to > >? ???send the SMS, and I need to > send SMS from asterisk, then what is > >? ???the required? How? > > > >? ???Is it possible to send SMS from > asterisk using SIM card to be > >? ???connected via GSM adaptor > connected to FXS ports? Or HOW? > > > >? ???From the other side, this is > existed only in asterisk 1.8 or it is > >? ???existed in asterisk 1.4? > > > >? ???Regards > >? ???Bilal
-----------------> > What are the elements of this solution? Is it only: 3G > dongles and chan_dongle only? Or there are something else? > > Bash and perl programing, asterisk and chan_dongle. >* Bash and perl programing to do what? It is going to use AMI instead of sending the messages from the commands given in the extensions.conf? Why to use chan_dongle and not chan_mobile? Regards Bilal
HI Bilal, i am using chan_mobile for call termination, you can use it but you need to tweak chan_mobile.c it is broken from a long time. let me know if you want give it a try. On Mon, Mar 11, 2013 at 6:22 PM, bilal ghayyad <bilmar_gh at yahoo.com> wrote:> ----------------- > > > What are the elements of this solution? Is it only: 3G > > dongles and chan_dongle only? Or there are something else? > > > > Bash and perl programing, asterisk and chan_dongle. > > > > * Bash and perl programing to do what? It is going to use AMI instead of > sending the messages from the commands given in the extensions.conf? > > Why to use chan_dongle and not chan_mobile? > > Regards > Bilal > > -- > _____________________________________________________________________ > -- Bandwidth and Colocation Provided by http://www.api-digital.com -- > New to Asterisk? Join us for a live introductory webinar every Thurs: > http://www.asterisk.org/hello > > asterisk-users mailing list > To UNSUBSCRIBE or update options visit: > http://lists.digium.com/mailman/listinfo/asterisk-users >-------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.digium.com/pipermail/asterisk-users/attachments/20130311/1e75d12b/attachment.htm>
On 03/11/2013 07:07 PM, Asghar Mohammad wrote:> HI Bilal, > i am using chan_mobile for call termination, you can use it but you need > to tweak chan_mobile.c it is broken from a long time. > let me know if you want give it a try.If you could send the patches you made to chan_mobile to this mailing list then other Asterisk users can benefit from your work and use chan_mobile too. Regards, Patrick
Hi Asghar; I was looking to use chan_mobile for sending SMS, is it possible? Or it is only for calls? By the way, if I have GSM adaptor that convert from SIM card to FXS port, then who I need chan_mobile? I can use DAHDI. So when to use chan_mobile? Regards Bilal ---------> > HI Bilal, > i am using chan_mobile for call termination, you can use it > but you need > to tweak chan_mobile.c it is broken from a long time. > let me know if you want give it a try. > > On Mon, Mar 11, 2013 at 6:22 PM, bilal ghayyad <bilmar_gh at yahoo.com> > wrote: > > > ----------------- > > > > What are the elements of this solution? Is it > only: 3G > > > dongles and chan_dongle only? Or there are > something else? > > > > > > Bash and perl programing, asterisk and > chan_dongle. > > > > > > > * Bash and perl programing to do what? It is going to > use AMI instead of > > sending the messages from the commands given in the > extensions.conf? > > > > Why to use chan_dongle and not chan_mobile? > > > > Regards > > Bilal