I have 3 dongles and am trying to get more consistent behaviour from them
info on 3 dongles
[code]
#dongle show device state dongle0
-------------- Status -------------
Device : dongle0
State : Free
Audio : /dev/ttyUSB1
Data : /dev/ttyUSB2
Voice : Yes
SMS : Yes
Manufacturer : huawei
Model : E303
Firmware : 21.158.13.00.864
IMEI : 86907XXXXXXXXXX
IMSI : 33402XXXXXXXXXX
GSM Registration Status : Registered, home network
RSSI : 22, -69 dBm
Mode : No Service
Submode : No service
Provider Name : TELCEL
Location area code : "36D2"
Cell ID : "5CC7"
Subscriber Number : +521331006XXXX
SMS Service Center : +5294100001410
Use UCS-2 encoding : Yes
USSD use 7 bit encoding : No
USSD use UCS-2 decoding : Yes
Tasks in queue : 0
Commands in queue : 0
Call Waiting : Disabled
Current device state : start
Desired device state : start
When change state : now
Calls/Channels : 0
Active : 0
Held : 0
Dialing : 0
Alerting : 0
Incoming : 0
Waiting : 0
Releasing : 0
Initializing : 0
__________________________________________________________________________
#dongle show device state dongle1
-------------- Status -------------
Device : dongle1
State : Free
Audio : /dev/ttyUSB4
Data : /dev/ttyUSB5
Voice : Yes
SMS : Yes
Manufacturer : huawei
Model : E153
Firmware : 11.609.18.00.00
IMEI : 35237XXXXXXXXXX
IMSI : 3340202XXXXXXXX
GSM Registration Status : Registered, home network
RSSI : 25, -63 dBm
Mode : WCDMA
Submode : WCDMA
Provider Name : Mx Telcel GSM
Location area code : 36D2
Cell ID : 5CC7
Subscriber Number : 322XXXXXXX
SMS Service Center : +5294100001410
Use UCS-2 encoding : Yes
USSD use 7 bit encoding : Yes
USSD use UCS-2 decoding : No
Tasks in queue : 0
Commands in queue : 0
Call Waiting : Disabled
Current device state : start
Desired device state : start
When change state : now
Calls/Channels : 0
Active : 0
Held : 0
Dialing : 0
Alerting : 0
Incoming : 0
Waiting : 0
Releasing : 0
Initializing : 0
___________________________________________________________________________
dongle show device state dongle2
-------------- Status -------------
Device : dongle2
State : Free
Audio : /dev/ttyUSB7
Data : /dev/ttyUSB8
Voice : Yes
SMS : Yes
Manufacturer : huawei
Model : E153
Firmware : 11.609.18.00.00
IMEI : 35350XXXXXXXXXX
IMSI : 33403XXXXXXXXXX
GSM Registration Status : Registered, home network
RSSI : 24, -65 dBm
Mode : No Service
Submode : No service
Provider Name : movistar
Location area code : 2CFB
Cell ID : 8CCA
Subscriber Number : +52415123XXXX
SMS Service Center :
+525512235100 Use UCS-2 encoding : Yes
USSD use 7 bit encoding : Yes
USSD use UCS-2 decoding : No
Tasks in queue : 0
Commands in queue : 0
Call Waiting : Disabled
Current device state : start
Desired device state : start
When change state : now
Calls/Channels : 0
Active : 0
Held : 0
Dialing : 0
Alerting : 0
Incoming : 0
Waiting : 0
Releasing : 0
Initializing : 0
[/code]
1
I see differences in the following section
Use UCS-2 encoding : Yes
USSD use 7 bit encoding : No
USSD use UCS-2 decoding : Yes
2
#dongle show devices
ID Group State RSSI Mode Submode Provider Name Model Firmware IMEI IMSI Number
dongle0 0 Free 22 0 0 TELCEL E303 21.158.13.00.864 86907XXXXXXXXXX 33402XXXXXXXXXX +52133XXXXXXXX
dongle1 0 Free 25 5 4 Mx Telcel GSM E153 11.609.18.00.00 35237XXXXXXXXXX 33402XXXXXXXXXX 322XXXXXXX
dongle2 0 Free 24 0 0 movistar E153 11.609.18.00.00 35350XXXXXXXXXX 33403XXXXXXXXXX +52415XXXXXXX
I am concerned about the mode ands submode displayed above and not sure where this comes from
3
I run chan_dongle on a text mode asterisk box . That sends calls to my Elastix PBX over the internet.
It seems I am stuck using the slin codec to send calls to elastix or I miss the first several seconds of a call, get screeching noises or no audio at all . It helps also if I answer the call immediately in the asterisk dial plan then pass on to destination.
4
The e303 was a particular bugger to get voice activated on it required modification of drivers so it would load them once in download mode. I however can not disable the virtual CD nor the micoSD using at commands and in fact if I add the line u2diag=0 n d0ngle.conf it returns an error (or same command from console).
the e303 also will not load via imei in dongle.conf
THanks
Mark