Le 27/08/2010 13:20, Tino a écrit : > So the role of asterisk is just to call System() application and rest > will be done by mail2sms gateway provider ? . Also how can i pass the > number to which the sms should be sent ? > > On Fri, Aug 27, 2010 at 4:33 PM, Administrator TOOTAI > <[email protected] <mailto:[email protected]>> wrote: > > Le 27/08/2010 12:46, Tino a écrit : > > Are you using any web interface for this? > > > > On Wed, Aug 18, 2010 at 4:26 PM, Administrator TOOTAI > > <[email protected] <mailto:[email protected]> > <mailto:[email protected] <mailto:[email protected]>>> wrote: > > > > Le 17/08/2010 15:00, Tino a écrit : > > > Hello, > > Hi, > > > > > > 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 > > We are doing this using our mail2sms gw using the System() > cmd from > > asterisk. I think any commercial mail2sms gateway should fit > your > > needs. > > > No, the mail|mutt command launched from System() in our dialplan. Our > mail gateway recognized the sms domain and route the message to > the SMS > gateway which then, through an bash script, extract the datas from > mail > body and send them per SMS. > > For the latest step you can use any provider which allow you to > connect > from web interface. They generally give you an URL you can use to send > SMSs from inside a script. >
It depend on how you will treat all the steps. If you're doing everything on your own like we do, you can put the number in the subject, take the body as the message and send to your SMS gw. If it's to your SMS gw to do the stuff, you have to send them mail which is compatible with their process. FYI, our SMS gw is not only for Asterisk, we also use it for mail2sms services, for alerts (video camera, network analyzing (nagios, zabbix), sms2mail, aso). -- Daniel -- _____________________________________________________________________ -- Bandwidth and Colocation Provided by http://www.api-digital.com -- asterisknow mailing list To UNSUBSCRIBE or update options visit: http://lists.digium.com/mailman/listinfo/asterisknow
