[Home]

Summary:ASTERISK-13920: Initializing Sagem my850 carat
Reporter:Nicola Turato (nikkk)Labels:
Date Opened:2009-04-08 06:59:58Date Closed:2009-04-09 10:06:17
Priority:MinorRegression?No
Status:Closed/CompleteComponents:Addons/chan_mobile
Versions:Frequency of
Occurrence
Related
Issues:
Environment:Attachments:
Description:Sagem my850 disconnects after AT+CMGF command:


[Apr  8 12:37:45] DEBUG[928]: chan_mobile.c:3411 do_monitor_phone: [my850] OK
[Apr  8 12:37:45] DEBUG[928]: chan_mobile.c:2961 handle_response_ok: [my850] volume level synchronization successful
[Apr  8 12:37:45] DEBUG[928]: chan_mobile.c:1331 rfcomm_write_full: rfcomm_write]) (40) [AT+CMGF=1
[Apr  8 12:37:45] DEBUG[928]: chan_mobile.c:3411 do_monitor_phone: [my850] +CMS ERROR: 0
[Apr  8 12:37:45] DEBUG[928]: chan_mobile.c:3495 do_monitor_phone: [my850] ignoring unknown message: +CMS ERROR: 0
   -- Bluetooth Device my850 has disconnected.


Manually sending "AT+CMGF=1" I get "+CMS ERROR:0"


Comments:By: Matthew Nicholson (mnicholson) 2009-04-08 14:05:43

Does the debug log give a reason for the disconnection?

By: Matthew Nicholson (mnicholson) 2009-04-08 15:03:20

I may have found the problem.  Try with the latest svn (r856).

By: Matthew Nicholson (mnicholson) 2009-04-08 15:30:13

One more try.  Try with at least r859.

By: Nicola Turato (nikkk) 2009-04-09 02:50:32

Now it works fine. Thanks