Re: [asterisk-users] Sending SMS and SIM card

2019-04-27 Thread Frank Vanoni
On Fri, 2019-04-26 at 14:39 +, bilal ghayyad wrote: > Any small example how to send gsm calls through chan_dognle and how > to send sms through chan_dongle? To send SMS, there is a CLI command. You can use the commands in your extensions.conf accordingly your needs.

Re: [asterisk-users] Sending SMS and SIM card

2019-04-27 Thread Frank Vanoni
On Fri, 2019-04-26 at 14:39 +, bilal ghayyad wrote: > Any small example how to send gsm calls through chan_dognle and how > to send sms through chan_dongle? In dongle.conf: [gsmgateway] context=gsm imei=123456789012345 imsi=098765432112345 In extensions.conf: [gsm] ; Incoming calls from

Re: [asterisk-users] Sending SMS and SIM card

2019-04-26 Thread bilal ghayyad
Hello John; And for GSM calls, u were using sip trunk from asterisk to these gateways? And how you were sending sms? > I use VoIP Innovations and ThinQ (formally SIPRoutes) and they both support > SMS. That way it’s very easy to write it into the dial plan. RegardsBilal--

Re: [asterisk-users] Sending SMS and SIM card

2019-04-26 Thread bilal ghayyad
Hello;chan_dongle can be used for sms and for gsm calls at the same time, how? Any small example how to send gsm calls through chan_dognle and how to send sms through chan_dongle? > You can use a cheap 3G-USB-dongle and chan_dongle. --

Re: [asterisk-users] Sending SMS and SIM card

2019-04-25 Thread Tech Support
Subject: Re: [asterisk-users] Sending SMS and SIM card Thank you Steve. Regarding to Goip32 that you used it before: how you were handling the received messages? In other words: if you sent a message for someone and he replied for you, how you were able to see the reply? And was it possible

Re: [asterisk-users] Sending SMS and SIM card

2019-04-25 Thread Frank Vanoni
You can use a cheap 3G-USB-dongle and chan_dongle. -- _ -- 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?

Re: [asterisk-users] Sending SMS and SIM card

2019-04-25 Thread bilal ghayyad
Thank you Steve.Regarding to Goip32 that you used it before: how you were handling the received messages?In other words: if you sent a message for someone and he replied for you, how you were able to see the reply? And was it possible to have any action based on his reply (for example, forward

Re: [asterisk-users] Sending SMS and SIM card

2019-04-23 Thread Steve Edwards
On Tue, 23 Apr 2019, bilal ghayyad wrote: Is it possible to send SMS from asterisk? Using DAHDI or using what is possible? You can use an SMS provider like Twillio. And, is there a card that can be fixed in the machine and insert the SIM card in this card to be used for GSM calls and

[asterisk-users] Sending SMS and SIM card

2019-04-23 Thread bilal ghayyad
Hello; Is it possible to send SMS from asterisk? Using DAHDI or using what is possible? And, is there a card that can be fixed in the machine and insert the SIM card in this card to be used for GSM calls and sending SMS through asterisk? Through which channel? Is it DAHDI or something else?

Re: [asterisk-users] Sending SMS with a Portech MV-374 GSM Gateway

2013-09-11 Thread Zoltán Fekete
Hi, with the latest firmware you can send SMS messages directly from the device webpage or telnet cli. If you would send automatic messages eg. send message after call you can find the base commands in this php script: http://www.voip-info.org/liberty/view/file/2799 Or download the simple SMS

Re: [asterisk-users] Sending SMS with a Portech MV-374 GSM Gateway

2013-09-10 Thread Michel Verbraak
On 09-09-13 23:11, Niccolò Belli wrote: Hi, I have a Portech MV-374 GSM Gateway and I'd like to send SMS from a web page to confirm the subscriptions. How can I achieve it? Is Asterisk of any use to send SMS with the Portech? I really have no idea because I know nothing about the whole SMS

[asterisk-users] Sending SMS with a Portech MV-374 GSM Gateway

2013-09-09 Thread Niccolò Belli
Hi, I have a Portech MV-374 GSM Gateway and I'd like to send SMS from a web page to confirm the subscriptions. How can I achieve it? Is Asterisk of any use to send SMS with the Portech? I really have no idea because I know nothing about the whole SMS thing... Thanks, Niccolò --

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 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, i

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-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 the

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 bilmar...@yahoo.com wrote: - What are the elements of

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

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

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

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-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...)

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:)

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

[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

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 bilmar...@yahoo.com wrote: Hi; If my landline service provider

[asterisk-users] Sending SMS on Friday at 12 Noon EDT

2011-06-16 Thread randulo
Hi, This Friday Chris Matthieu of SMSified.com will explain how to send SMS from your apps. As usual, there will be talk about Asterisk, questions, answers, and comments about telephony, networks, VoIP and even some OT. All are welcome to join the weekly average of 35-60 callers live. If you

Re: [asterisk-users] Sending SMS on Friday at 12 Noon EDT

2011-06-16 Thread virendra bhati
Hi, If I am right then will you discuss about the sending sms with asterisk into that conference ? On Thu, Jun 16, 2011 at 1:41 PM, randulo rand...@randulo.com wrote: Hi, This Friday Chris Matthieu of SMSified.com will explain how to send SMS from your apps. As usual, there will be talk

Re: [asterisk-users] Sending SMS on Friday at 12 Noon EDT

2011-06-16 Thread randulo
On Thu, Jun 16, 2011 at 11:52 AM, virendra bhati virbh...@gmail.com wrote: If I am right then will you discuss about the sending sms with asterisk into that conference ? We can if someone wants to, that's how the VUC works. :r --

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 Wed,

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

2010-08-18 Thread asterisk asterisk
Could you share your AGI script? CK On Wed, Aug 18, 2010 at 5:43 AM, Johann Hoehn johann.ho...@ecommerce.comwrote: 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

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 by using email to

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 johann.ho...@ecommerce.comwrote: On 08/17/2010 09:00 AM, Tino wrote: Hello, I would like to send sms to some

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, 2010 at

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

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 asterisk@sedwards.com 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

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 asterisk.org http://asterisk.org@sedwards.com http://sedwards.com wrote: Un-top-posting... On 08/17/2010 09:00 AM, Tino wrote:

[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

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. A list

[asterisk-users] Sending SMS problems.

2010-04-14 Thread Agazzini Maurizio
Dear Sir, I'm trying to configure the SMS capabilities of my provider (Telecom Italia) with my asterisk. I tryed with a normal phone (SMSC number 42100) and all is working fine, incoming and outgoung SMS. Now I'm trying to configure my asterisk for support SMS, the incoming messages are working

Re: [asterisk-users] Sending SMS

2008-03-12 Thread Jesus Mogollon
Kannel + AGI seems like the best solution as long as you have a SMPP connection. Has anybody been able to send MMS thru Kannel? (Integrated with Asterisk, of course). I know there's MBUNI for Kannel but is there a Gateway out there for people with no SMPP connectivity? Jesus Mogollon On Tue, Mar

[asterisk-users] Sending SMS

2008-03-11 Thread voip crazy
Hello all, I want to send SMS using asterisk, I just read there are lot of apps to do that, but I do not know which to choose, like cmd SMS, Fast SMS, ZIM-SMS,.etc. http://www.voip-info.org/wiki/view/SMS Which is the way you use to send SMS messages using asterisk? Which apps do you use?

Re: [asterisk-users] Sending SMS

2008-03-11 Thread monim benayad
We use : Kannel + AGI On 3/11/08, voip crazy [EMAIL PROTECTED] wrote: Hello all, I want to send SMS using asterisk, I just read there are lot of apps to do that, but I do not know which to choose, like cmd SMS, Fast SMS, ZIM-SMS,.etc. http://www.voip-info.org/wiki/view/SMS Which is

Re: [asterisk-users] Sending SMS

2008-03-11 Thread troxlinux
where I can find information?, I continue looking for in google and I don't find a lot greetings 2008/3/11, monim benayad [EMAIL PROTECTED]: We use : Kannel + AGI ___ -- Bandwidth and Colocation Provided by http://www.api-digital.com --

Re: [asterisk-users] Sending SMS

2007-02-25 Thread Supa
Try this: http://www.bayhamsystems.com/asterisk.html Works for me just fine, and it is very easy to get up and running, even with older version 1.2.3 On 2/24/07, Al Bochter [EMAIL PROTECTED] wrote: Is there anyone sending SMS with Asterisk? -- Best regards, Al Bochter Bochter Services

Re: [asterisk-users] Sending SMS

2007-02-25 Thread Michiel van Baak
On 13:29, Sun 25 Feb 07, Supa wrote: Try this: http://www.bayhamsystems.com/asterisk.html Works for me just fine, and it is very easy to get up and running, even with older version 1.2.3 I can recommend them as well. Works great and delivery times are good. With some scripting knowledge you

Re: [asterisk-users] Sending SMS

2007-02-25 Thread Supa
You can even add php scripting to send messages via browser On 2/25/07, Michiel van Baak [EMAIL PROTECTED] wrote: On 13:29, Sun 25 Feb 07, Supa wrote: Try this: http://www.bayhamsystems.com/asterisk.html Works for me just fine, and it is very easy to get up and running, even with older

Re: [asterisk-users] Sending SMS

2007-02-25 Thread Michiel van Baak
On 14:19, Sun 25 Feb 07, Supa wrote: You can even add php scripting to send messages via browser That's what I do in a couple of apps indeed ;) And the perl we use in nagios to send sms. Possibilities are endless ... -- Michiel van Baak [EMAIL PROTECTED] http://michiel.vanbaak.eu GnuPG key:

Re: [asterisk-users] Sending SMS

2007-02-25 Thread Supa
Can anyone else recommend any other providers not listed already On 2/25/07, Michiel van Baak [EMAIL PROTECTED] wrote: On 14:19, Sun 25 Feb 07, Supa wrote: You can even add php scripting to send messages via browser That's what I do in a couple of apps indeed ;) And the perl we use in nagios

Re: [asterisk-users] Sending SMS

2007-02-25 Thread Brian Capouch
Supa wrote: Try this: http://www.bayhamsystems.com/asterisk.html Works for me just fine, and it is very easy to get up and running, even with older version 1.2.3 Anyone out there running it against 1.4.0? It built just fine for me, but then it crashes the server when I try to run it.

[asterisk-users] Sending SMS

2007-02-24 Thread Al Bochter
Is there anyone sending SMS with Asterisk? -- Best regards, Al Bochter Bochter Services http://www.BochterServices.com/?t=Email ___ --Bandwidth and Colocation provided by Easynews.com -- asterisk-users mailing list To UNSUBSCRIBE or update options

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

Re: [asterisk-users] Sending SMS from Asterisk

2007-02-14 Thread Peter Bowyer
[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 wrote: by your .ca address I

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

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: Try

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

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

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

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 had

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 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 notoriously

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 and building

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, which is

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 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 awful

[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

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

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

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-to-SMS

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 arrive

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 Asterisk

[Asterisk-Users] Sending SMS from ISDN to cellular

2004-11-10 Thread Elmar Haneke
Hi, how to configure * to send an SMS to an mobile phone (Germany, D2). in extensions.conf I did insert: [smsdial] exten = _X.,1,SMS(default,,${EXTEN},${CALLERIDNAME}) exten = _X.,2,SMS(default) exten = _X.,3,Hangup In the outgoing directory I do playe an call-file: