Re: [asterisk-users] Sending SMS from asterisk

2013-03-14 Thread Miguel Oyarzo
chan_datacard was discontinnued two years ago, chan_dongle is the current dongle driver for asterisk. chan_mobile uses bluetooth mobile phones as FXO devices. to send SMS chan_dongle should be used. i.e: asterisk -rx [ENTER] > dongle sms dongle0 0415340999 hello world this command will send

Re: [asterisk-users] Sending SMS from asterisk

2013-03-13 Thread Asghar Mohammad
HI bilal, I don't think DAHDI can send SMS you have 2 options chan_mobile or chan_datacard "ex chan_dongle" chan_datacard i have not tested but with some mobile phones you can send sms i have tested also with some made in china unbranded phone that are capable to send and receive sms but not good

Re: [asterisk-users] Sending SMS from asterisk

2013-03-13 Thread bilal ghayyad
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, >

Re: [asterisk-users] Sending SMS from asterisk

2013-03-11 Thread Asghar Mohammad
hi, i have not made proper patches but edit chan_mobile.c here is detail: tested with asterisk 1.6.0 and asterisk 1.6.2. "mobile not connect with asterisk" asterisk 1.6.0 line 275 is addr.rc_channel = (uint8_t) 1; change to addr.rc_channel = (uint8_t) 0; asterisk 1.6.2.x line 1290 is addr.rc_c

Re: [asterisk-users] Sending SMS from asterisk

2013-03-11 Thread Patrick Lists
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 l

Re: [asterisk-users] Sending SMS from asterisk

2013-03-11 Thread Asghar Mohammad
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 wrote: > - > > > What are the elements of this solution?

Re: [asterisk-users] Sending SMS from asterisk

2013-03-11 Thread bilal ghayyad
- > > 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

Re: [asterisk-users] Sending SMS from asterisk

2013-03-10 Thread Miguel Oyarzo
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. About the script that you wrot it: This script is using asterisk (through AMI) to send the SMS? Or it is working without ne

Re: [asterisk-users] Sending SMS from asterisk

2013-03-09 Thread bilal ghayyad
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

Re: [asterisk-users] Sending SMS from asterisk

2013-03-09 Thread hbk
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:) Bes

Re: [asterisk-users] Sending SMS from asterisk

2013-03-09 Thread Yves A.
Hi there, for sending SMSes I am using a 3G Modem and SMSlib... it is not bound to asterisk in any way, but I always wanted to integrate this possibility some day. I could not do so, because our landline provider (Vodafone) does not support it via E1 PRI lines... by I thought (never tried...) i

Re: [asterisk-users] Sending SMS from asterisk

2013-03-09 Thread Miguel Oyarzo
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

Re: [asterisk-users] Sending SMS from asterisk

2013-03-08 Thread Gerardo Barajas
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 wrote: > Hi; > > If my landline service provider does not provide th

[asterisk-users] Sending SMS from asterisk

2013-03-08 Thread bilal ghayyad
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,

Re: [asterisk-users] sending sms from Asterisk server

2010-08-19 Thread Steve Edwards
Un-top-posting... > Un-top-posting... > > On 08/17/2010 09:00 AM, Tino wrote: > > I would like to send sms to some external phone numbers from my asterisk > server. Is it possible to send sms via softphones like X-Lite ? . Any > tips regarding this will be helpful > On

Re: [asterisk-users] sending sms from Asterisk server

2010-08-18 Thread Anton Raharja
On 08/19/2010 08:21 AM, Tiago Geada wrote: > I would rather use .call files. So easy to produce a text file... > > On 18 August 2010 21:02, Steve Edwards @sedwards.com > wrote: > > Un-top-posting... > > On 08/17/2010 09:00 AM, Tino wrote: > >

Re: [asterisk-users] sending sms from Asterisk server

2010-08-18 Thread Tiago Geada
I would rather use .call files. So easy to produce a text file... On 18 August 2010 21:02, Steve Edwards wrote: > Un-top-posting... > > On 08/17/2010 09:00 AM, Tino wrote: >> >> I would like to send sms to some external phone numbers from my asterisk >> server. Is it possible to send sms via so

Re: [asterisk-users] sending sms from Asterisk server

2010-08-18 Thread Steve Edwards
Un-top-posting... On 08/17/2010 09:00 AM, Tino wrote: I would like to send sms to some external phone numbers from my asterisk server. Is it possible to send sms via softphones like X-Lite ? . Any tips regarding this will be helpful On Wed, Aug 18, 2010 at 3:13 AM, Johann Hoehn wrote: T

Re: [asterisk-users] sending sms from Asterisk server

2010-08-18 Thread Administrator TOOTAI
Le 18/08/2010 16:03, Tino a écrit : > Hello Johann, > > Thanks for your advice in this matter. But i am not sure how to pass > the numbers to be sent sms in the dialplan. agi(script,param1,param2,...,paramX) from your dialplan where script lies in /var/lib/asterisk/agi-bin > > On Wed, Aug 18, 20

Re: [asterisk-users] sending sms from Asterisk server

2010-08-18 Thread Tino
Hello Johann, Thanks for your advice in this matter. But i am not sure how to pass the numbers to be sent sms in the dialplan. On Wed, Aug 18, 2010 at 3:13 AM, Johann Hoehn wrote: > On 08/17/2010 09:00 AM, Tino wrote: > >> Hello, >> >> I would like to send sms to some external phone numbers fro

Re: [asterisk-users] sending sms from Asterisk server

2010-08-18 Thread Per Jessen
Johann Hoehn wrote: > On 08/17/2010 09:00 AM, Tino wrote: >> Hello, >> >> I would like to send sms to some external phone numbers from my >> asterisk server. Is it possible to send sms via softphones like >> X-Lite ? . Any tips regarding this will be helpful >> >> thanks >> >> > This is easy to do

Re: [asterisk-users] sending sms from Asterisk server

2010-08-17 Thread asterisk asterisk
Could you share your AGI script? CK On Wed, Aug 18, 2010 at 5:43 AM, Johann Hoehn wrote: > On 08/17/2010 09:00 AM, Tino wrote: > > Hello, > > > > I would like to send sms to some external phone numbers from my > > asterisk server. Is it possible to send sms via softphones like X-Lite > > ? . Any

Re: [asterisk-users] sending sms from Asterisk server

2010-08-17 Thread Johann Hoehn
On 08/17/2010 09:00 AM, Tino wrote: > Hello, > > I would like to send sms to some external phone numbers from my > asterisk server. Is it possible to send sms via softphones like X-Lite > ? . Any tips regarding this will be helpful > > thanks > > This is easy to do by using email to SMS gateways.

[asterisk-users] sending sms from Asterisk server

2010-08-17 Thread Tino
Hello, I would like to send sms to some external phone numbers from my asterisk server. Is it possible to send sms via softphones like X-Lite ? . Any tips regarding this will be helpful thanks -- _ -- Bandwidth and Colocation Pr

Re: [asterisk-users] Sending SMS from Asterisk

2007-02-16 Thread Tim Panton
On 14 Feb 2007, at 17:35, Stephen Bosch wrote: Tim Panton wrote: We've used www.Simplewire.com , they have a x86 linux executable which we wrap in a shell script and call from the dialplan with a System() call. We've been happy with them for years. Wow! Are these guys in Canada? (One of

Re: [asterisk-users] Sending SMS from Asterisk

2007-02-14 Thread Steve Kennedy
On Wed, Feb 14, 2007 at 10:29:20AM -0700, Stephen Bosch wrote: [snippage] > If I understand correctly, this means I'll need an extra SIM just to > send messages -- is that right? I build a Kannel server so that it can > talk to a terminal that is on the network and can send messages. > (It's an aw

Re: [asterisk-users] Sending SMS from Asterisk

2007-02-14 Thread Peter Bowyer
On 14/02/07, Stephen Bosch <[EMAIL PROTECTED]> wrote: Peter Bowyer wrote: > There are plenty - I've used 2sms.com, clickatell.com and csoft.co.uk. > bayhamsystems.com have a service tailored for Asterisk users. These are all based in the UK. What if I'm in North America? Does it matter? What

Re: [asterisk-users] Sending SMS from Asterisk

2007-02-14 Thread Stephen Bosch
Tim Panton wrote: > > We've used www.Simplewire.com , they have a x86 linux executable which > we wrap in a > shell script and call from the dialplan with a System() call. > > We've been happy with them for years. Wow! Are these guys in Canada? (One of the sample numbers was a 416 area code, whi

Re: [asterisk-users] Sending SMS from Asterisk

2007-02-14 Thread Stephen Bosch
Peter Bowyer wrote: > On 14/02/07, Stephen Bosch <[EMAIL PROTECTED]> wrote: >> Hi: >> >> Say I want to build an IVR application which sends an SMS message to a >> mobile telephone when the caller responds to a prompt in certain way. >> >> I think I can manage the part about generating the message a

Re: [asterisk-users] Sending SMS from Asterisk

2007-02-14 Thread Stephen Bosch
Steve Kennedy wrote: > On Wed, Feb 14, 2007 at 03:42:23AM +0100, Patrick wrote: > >> On Tue, 2007-02-13 at 18:31 -0700, Stephen Bosch wrote: >>> Singer Wang wrote: by your .ca address I assume your in Canada.. both Telus and Rogers have a email-to-SMS gateway... >>> Well, those are notor

Re: [asterisk-users] Sending SMS from Asterisk

2007-02-14 Thread Stephen Bosch
Peter Bowyer wrote: > The same ones which, by total coincidence, you just advertised on > asterisk-biz, perhaps? What are the chances of that? Thanks for the heads-up. -Stephen- ___ --Bandwidth and Colocation provided by Easynews.com -- asterisk-users

Re: [asterisk-users] Sending SMS from Asterisk

2007-02-14 Thread Steve Kennedy
On Wed, Feb 14, 2007 at 03:42:23AM +0100, Patrick wrote: > On Tue, 2007-02-13 at 18:31 -0700, Stephen Bosch wrote: > > Singer Wang wrote: > > > by your .ca address I assume your in Canada.. > > > both Telus and Rogers have a email-to-SMS gateway... > > Well, those are notoriously unreliable. I've

Re: [asterisk-users] Sending SMS from Asterisk

2007-02-14 Thread Tim Panton
On 14 Feb 2007, at 10:08, matteo brancaleoni wrote: Hi, On Tue, 2007-02-13 at 18:04 -0700, Stephen Bosch wrote: Say I want to build an IVR application which sends an SMS message to a mobile telephone when the caller responds to a prompt in certain way. I think I can manage the part about

Re: [asterisk-users] Sending SMS from Asterisk

2007-02-14 Thread matteo brancaleoni
Hi, On Tue, 2007-02-13 at 18:04 -0700, Stephen Bosch wrote: > Say I want to build an IVR application which sends an SMS message to a > mobile telephone when the caller responds to a prompt in certain way. > I think I can manage the part about generating the message and building > something to ac

Re: [asterisk-users] Sending SMS from Asterisk

2007-02-14 Thread Peter Bowyer
On 14/02/07, Stephen Bosch <[EMAIL PROTECTED]> wrote: Hi: Say I want to build an IVR application which sends an SMS message to a mobile telephone when the caller responds to a prompt in certain way. I think I can manage the part about generating the message and building something to actually se

Re: [asterisk-users] Sending SMS from Asterisk

2007-02-14 Thread joannaliza mariazeta
I forgot to mention that you have to get a GSM modem or a compatible phone to send the messages, with this set up you dont have to worry about negotiating with carriers. It will be just like a normal user sending SMS to one another. On 2/14/07, joannaliza mariazeta <[EMAIL PROTECTED]> wrote: Tr

Re: [asterisk-users] Sending SMS from Asterisk

2007-02-14 Thread joannaliza mariazeta
Try to use SMS Server tools its an SMS Gateway software which can send and receive short messages through GSM modems and mobile phones. Its very useful for sending SMS alerts, we used it with Nagios and Asterisk as well. Best Regards, Joanna Liza Mariazeta On 2/14/07, Stephen Bosch <[EMAIL PROTE

Re: [asterisk-users] Sending SMS from Asterisk

2007-02-14 Thread Peter Bowyer
From: Jon Pounder [mailto:[EMAIL PROTECTED] Sent: Wednesday, February 14, 2007 10:50 AM To: asterisk-users@lists.digium.com Subject: Re: [asterisk-users] Sending SMS from Asterisk Quoting Patrick <[EMAIL PROTECTED]>: > On Tue, 2007-02-13 at 18:31 -0700, Stephen Bosch wrote: >> Singer Wang

RE: [asterisk-users] Sending SMS from Asterisk

2007-02-13 Thread Sam Tam
Drop me an email I know some GSM Gateway that has a direct serial port for SMS> Sam -Original Message- From: Jon Pounder [mailto:[EMAIL PROTECTED] Sent: Wednesday, February 14, 2007 10:50 AM To: asterisk-users@lists.digium.com Subject: Re: [asterisk-users] Sending SMS from Aster

Re: [asterisk-users] Sending SMS from Asterisk

2007-02-13 Thread Jon Pounder
Quoting Patrick <[EMAIL PROTECTED]>: On Tue, 2007-02-13 at 18:31 -0700, Stephen Bosch wrote: Singer Wang wrote: > by your .ca address I assume your in Canada.. > > both Telus and Rogers have a email-to-SMS gateway... Well, those are notoriously unreliable. I've had messages take hours to arriv

Re: [asterisk-users] Sending SMS from Asterisk

2007-02-13 Thread Patrick
On Tue, 2007-02-13 at 18:31 -0700, Stephen Bosch wrote: > Singer Wang wrote: > > by your .ca address I assume your in Canada.. > > > > both Telus and Rogers have a email-to-SMS gateway... > > Well, those are notoriously unreliable. I've had messages take hours to > arrive when sent by the email-t

Re: [asterisk-users] Sending SMS from Asterisk

2007-02-13 Thread Stephen Bosch
Singer Wang wrote: > by your .ca address I assume your in Canada.. > > both Telus and Rogers have a email-to-SMS gateway... Well, those are notoriously unreliable. I've had messages take hours to arrive when sent by the email-to-SMS gateway. I was kinda hoping for something more direct. Rogers pr

Re: [asterisk-users] Sending SMS from Asterisk

2007-02-13 Thread Singer Wang
by your .ca address I assume your in Canada.. both Telus and Rogers have a email-to-SMS gateway... Stephen Bosch wrote: Hi: Say I want to build an IVR application which sends an SMS message to a mobile telephone when the caller responds to a prompt in certain way. I think I can manage the pa

[asterisk-users] Sending SMS from Asterisk

2007-02-13 Thread Stephen Bosch
Hi: Say I want to build an IVR application which sends an SMS message to a mobile telephone when the caller responds to a prompt in certain way. I think I can manage the part about generating the message and building something to actually send it. The part I'm foggy about is: how would I actually