machtudong / asterisk-chan-dongle

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

FreeBSD IMEI not Working #158

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
dongle.conf

[dongle0]
audio=/dev/cuaU0.1
data=/dev/cuaU0.2

Setting áudio and data work s fine, but with imei:

[dongle0]
group=0
imei=35XXXXXXXXXXXXX

With IMEI not Works!

What is the expected output? What do you see instead?

What version of the product are you using? On what operating system?
FreeBSD 9.2 Asterisk 1.8

Please provide any additional information below.

dongle show device state  dongle0
-------------- Status -------------
  Device                  : dongle0
  State                   : Free
  Audio                   : /dev/cuaU0.1
  Data                    : /dev/cuaU0.2
  Voice                   : Yes
  SMS                     : Yes
  Manufacturer            : huawei
  Model                   : E1553
  Firmware                : 11.608.13.00.150
  IMEI                    : 3541XXXXXXXXXXX
  IMSI                    : 7XXXXXXXXXXXXXX
  GSM Registration Status : Registered, home network
  RSSI                    : 22, -69 dBm
  Mode                    : No Service
  Submode                 : No service
  Provider Name           : Claro BR
  Location area code      : 7699
  Cell ID                 : 36B9
  Subscriber Number       : +6192512035
  SMS Service Center      : +556192075300
  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

Original issue reported on code.google.com by jersonju...@gmail.com on 6 Nov 2013 at 5:42

GoogleCodeExporter commented 9 years ago
Quoting fron dongle.conf sample:  "imei/imsi discovery is available on Linux 
only"

http://wiki.e1550.mobi/doku.php?id=configuration

Original comment by lucibunea@gmail.com on 9 Nov 2013 at 9:08

GoogleCodeExporter commented 9 years ago
To achieve the same thing on BSD, you can use :

Dial(Dongle/i:35343603XXXXXXX/${EXTEN})

Original comment by lucibunea@gmail.com on 9 Nov 2013 at 9:15

GoogleCodeExporter commented 9 years ago
Tanks

Original comment by jersonju...@bsd.com.br on 11 Nov 2013 at 1:08

GoogleCodeExporter commented 9 years ago
Tanks

Original comment by jersonju...@bsd.com.br on 11 Nov 2013 at 1:08

GoogleCodeExporter commented 9 years ago
for resolve IMEI to USBtty (not present in FreeBSD) used /sys device tree (also 
other/miss on FreeBSD)

Original comment by bg_...@mail.ru on 30 Dec 2013 at 9:30

GoogleCodeExporter commented 9 years ago

Original comment by bg_...@mail.ru on 14 Oct 2014 at 10:34