Send sms using asterisk

Hello all,

I using asterisk-13.2.0 with sangoma cards (w400)
what is the best away send sms using asterisk ?

In the background what creates and create an application in windows and send the sms across the board that is on the asterisk server.

Regards,

I would use an sms service , much more reliable and will be cheaper in the long run, most sms services support https requests to send txts

1 Like

Use twilio to send SMS , they have a nice API, where you can do many great things, and also as @ianplain said many providers supports POST or GET requet so you can use CURL or PHP, or any other programing language. Iā€™m very satisfied with the Twilio SMS API