Sending SMS over GSM/premicell

Hello !

I need to send SMS-es from my Asterisk, using a GSM SIM card. I have inserted the SIM inside a GSM phone ( premicell ? ) that is connected to my asterisk through an FXO.

It works perfectly to dial outbound calls and to receive inbound ones, but I cannot seem to find a way to send SMS-es.

I have attempted to use SMS() app and smsq, but as I understand that was built for ISDN land-lines (true? ) and it does not seem to work:

[code]-- Attempting call on DAHDI/129/074494600 for application SMS(0) (Retry 1)

Channel DAHDI/129-1 was answered.
Launching SMS(0) on DAHDI/129-1
sms argc 1 queue <0> opts <> addr <> body <>
initial delay 300ms
– SMS TX 92 01 FF
[Mar 3 23:07:25] NOTICE[24297]: app_sms.c:1683 sms_process: bad stop bit[Mar 3 23:07:25] NOTICE[24297]: app_sms.c:1683 sms_process: bad stop bit[Mar 3 23:07:25] NOTICE[24297]: app_sms.c:1683 sms_process: bad stop bit[Mar 3 23:07:25] NOTICE[24297]: app_sms.c:1683 sms_process: bad stop bit[Mar 3 23:07:25] NOTICE[24297]: app_sms.c:1683 sms_process: bad stop bit[Mar 3 23:07:25] NOTICE[24297]: app_sms.c:1683 sms_process: bad stop bit[Mar 3 23:07:25] NOTICE[24297]: app_sms.c:1683 sms_process: bad stop bit[Mar 3 23:07:25] NOTICE[24297]: app_sms.c:1683 sms_process: bad stop bit[Mar 3 23:07:25] NOTICE[24297]: app_sms.c:1683 sms_process: bad stop bit[Mar 3 23:07:25] NOTICE[24297]: app_sms.c:1683 sms_process: bad stop bit[Mar 3 23:07:25] NOTICE[24297]: app_sms.c:1614 sms_process: Error 255, hanging up[/code]

Anyway… how should I go about sending SMS text messages trough a premicell connected to my Asterisk ?

Thanks for any help !

Hi :smile:,
Hope you will be fine. I don’t know much about asterisk but i think you can use fastsms

I am using this in asterisk 1.4.18.1 but now i am moving to 1.6.2 i didn’t check this on 1.6.2.We have a cell phone attach to our server and using attached cell phone message is going through it.
Hope this will help :wink:
Thanks