atefsaeed2010 / asterisk-chan-dongle-01

Automatically exported from code.google.com/p/asterisk-chan-dongle
Other
0 stars 1 forks source link

E3131A not receiving SMS #147

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. send SMS from mobile phone to dongle

What is the expected output? What do you see instead?
SMS received by asterisk

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

Model                   : E3131A
Firmware                : 21.157.48.00.55

raspbx*CLI> dongle show version 

chan_dongle: Huawei 3G Dongle Channel Driver, Version 1.1, Revision 34
Project Home: http://code.google.com/p/asterisk-chan-dongle
Bug Reporting: http://code.google.com/p/asterisk-chan-dongle/issues/list

Please provide any additional information below.

I have E3131A dongle, and everything is working OK (voice calls, ussd, sending 
SMS) but receiving SMS with asterisk is not working.

I found this page:
http://sigalrm.blogspot.com/2010/08/how-to-read-sms-messages-from-huawei.html

with script on this page I can read SMS.
but then i have to restart dongle, so asterisk can send sms again.

is there some workaround to enable receiving SMS with asterisk?

Original issue reported on code.google.com by ffr...@gmail.com on 28 Aug 2013 at 9:38

GoogleCodeExporter commented 9 years ago
Could you provide more details. What exactly you meant with "not working". 
Debug level logs covering the issue would be very useful for analysis.
Also please provide more details regarding how exactly you have configured your 
dialplan to receive SMS and what you have in dongle.conf.

Original comment by artem.g....@gmail.com on 4 Sep 2013 at 8:18

GoogleCodeExporter commented 9 years ago
Hi, 

I can send SMS, but SMS is not received by asterisk. on asterisk debug logs 
only I can see command AT and response OK

with minicim when SMS is received by dongle this message is displayed:
+CMTI: "ME",7

Whit AT commands I can read SMS from dongle via minicim and then decode PDU.

Original comment by ffr...@gmail.com on 5 Sep 2013 at 8:05

GoogleCodeExporter commented 9 years ago
sms mem full ?

Original comment by bg_...@mail.ru on 7 Sep 2013 at 11:58

GoogleCodeExporter commented 9 years ago
Dongle and SIM card are new.

On another dongle I have memory full, but this error is displayed on asterisk 
log.

Original comment by ffr...@gmail.com on 8 Sep 2013 at 6:43

GoogleCodeExporter commented 9 years ago
Try to add command "AT^PORTSEL=1" to dongle init sequence. This may help to 
resolve your issue.

Original comment by artem.g....@gmail.com on 18 Oct 2013 at 11:48

GoogleCodeExporter commented 9 years ago
TNX 
it is working. 
And now I'm searching how to automate this on module reload :)

Original comment by ffr...@gmail.com on 12 Nov 2013 at 3:31