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 !