|
|
SMS Server Tools 3 Community |
Welcome, Guest. The forum is currently read-only, but will open soon. |
Thu Nov 21, 2024 17:27 |
Login and Post Reply
Page: 1
Author |
Post |
|
#1 Mon Apr 13, 2015 18:58, 116 months ago.
|
Member
Registered: Apr 2015
Location: United States of America
|
Operating system name and version: Ubuntu 12 Version of smsd: 3.1.15 Smsd installed from: sms3tools site=> compiled and installed on server Name and model of a modem / phone: Motorola RAZR3, Huawei E3251 Interface: USB Hello, we are currently making an sms application in Uganda using the Airtel and MTN mobile networks. When we run our application via Airtel, it goes smoothly, yet using the MTN networks seems to throw a bunch of errors. We have tried both the RAZR3 and the Huawei E3251, and yet the same errors persist. Based on the logs, it seems to be a memory issue: GSM1=> Airtel GSM2=>MTN CMS ERROR 300: CMS Error 500 CME Error 25: CME Error 516: These are the four different errors we are seeing. I removed the PDU input for now. Thanks
|
|
#2 Tue Apr 14, 2015 00:16, 116 months ago.
|
Member
Registered: Apr 2015
Location: United States of America
Topic owner
|
Here is our smsd.conf as a reference:
|
|
#3 Tue Apr 14, 2015 15:14, 116 months ago.
|
Member
Registered: Apr 2015
Location: United States of America
Topic owner
|
Update:
We accessed the phone directly and did the following commands:
AT+CPMS? ("MT","IM","OM","BM","DM"),("OM","DM"),("IM") OK AT+CREG? +CREG: 0,1 OK
AT+CREG=? +CREG: (0- 1) OK
based on this, we set up our smsd.conf as follows:
##MTN [GSM2] ##ensure device corresponds to serial port device = /dev/ttyACM0 pre-init = CREG=1 incoming = yes check_network = 0 check_memory_method = 31 memory_start = 0 primary_memory = MT hangup_incoming_call = yes ##mobile phones do not need pins. unsure about modems #pin = 1111 baudrate = 115200 ##state the queue you wish to utilize queues = mtn
The CME error 300 went away for primary memory, so thats a plus! However we are getting 500 errors still, and the pre-init string did not work. Is there a way we can set CREG=1 from the conf file?
|
Login and Post Reply
Page: 1
Time in this board is UTC.
|
|
|
|
|
|
|