SIM does not register on network in the 3G dongle

Hi,

I’m using Raspberry with FreePBX (RaspBX) latest version.
I’m using a Huawei E180 compatible dongle with a SIM from the same provider of the 3G dongle.
I think the voice support is now available.
I removed the PIN already.

But, it seems the SIM card does not register on the network. I already put the SIM in a cellphone and it works. But not in here. It does not register.

LOG:

*CLI> dongle show device state dongle0
-------------- Status -------------
Device : dongle0
State : GSM not registered
Audio : /dev/ttyUSB1
Data : /dev/ttyUSB0
Voice : Yes
SMS : Yes
Manufacturer : huawei
Model : E180
Firmware : 11.104.14.00.84
IMEI : 35424102010XXXX
IMSI : 26806927400XXXX
GSM Registration Status : Not registered, not searching
RSSI : 11, -119 dBm
Mode : No Service
Submode : No service
Provider Name : P TMN
Location area code : 19B
Cell ID : 238820
Subscriber Number : Unknown
SMS Service Center : +351962100000
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

Have any idea? The dongle is from “P TMN” too…

If helps, here is the output of dongle0 (mine is Huawei e303):

-------------- Status -------------
Device : dongle0
State : Free
Audio : /dev/ttyUSB1
Data : /dev/ttyUSB2
Voice : Yes
SMS : Yes
Manufacturer : huawei
Model : E303S
Firmware : 21.157.31.00.850
IMEI : xxxxxxx
IMSI : xxxxxxx
GSM Registration Status : Registered, home network
RSSI : 12, -118 dBm
Mode : No Service
Submode : No service
Provider Name : TIM 19
Location area code : "C3C7"
Cell ID : "B7FE"
Subscriber Number : Unknown
SMS Service Center : xxxxxxx
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

Note that Audio and Data devices are different from yours.

[]'s

Ok, After applying th SYSCFG settings, the SIM is now registered in the network.

Examples:
AT^SYSCFG=2,1,3FFFFFFF,1,2 for GPRS/EDGE Preferred
AT^SYSCFG=2,2,3FFFFFFF,1,2 for 3G Preferred
AT^SYSCFG=13,1,3FFFFFFF,1,2 for GPRS/EDGE Only
AT^SYSCFG=14,2,3FFFFFFF,1,2 for 3G Only

What makes you think Asterisk is going to be able to use this thing? I have never heard of a USB GSM channel driver.

If it doesn’t support an existing channel driver format (like SIP, or H.323) you are out of luck. chan_mobile is for bluetooth devices.

Just because CentOS can see the raw USB device does not help Asterisk.

I deleted your second thread on this topic. Please one thread per topic.