atefsaeed2010 / datacard

Automatically exported from code.google.com/p/datacard
Other
0 stars 1 forks source link

Sending an SMS Using E150 Modem with Elastix SMS Module #87

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Sending any SMS Over 70 Characters ie: 71 and over

What is the expected output? What do you see instead?
when i do as an example:
# asterisk -rx "datacard sms huawei 0791234567 Test Message of up to 75 
characters"

the error i get is: Error adding SMS commands to queue

when i do:
# asterisk -rx "datacard sms huawei 0791234567 Test Message of up to 70 
characters"
everything is fine and the sms gets delivered

What version of the product are you using? On what operating system?
Elastix 2.2

Please provide any additional information below.

Using the Elastix SMS Module as per Link:
downloads.sourceforge.net/project/elasti...-sms-beta-0.3.tar.gz

Any help greatly Appreciated

Original issue reported on code.google.com by husky...@gmail.com on 20 Dec 2011 at 7:09