bg111 / asterisk-chan-dongle

Automatically exported from code.google.com/p/asterisk-chan-dongle

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ZTE Support

tewfik-dj opened this issue · comments

Hi and thanks for the great work !
I have currently a ZTE MF70 3G Modem, and I'd like to help
Where should I start ?

Thanks guys for the project !

ps: I am a developper/sysadmin with fairly a good knowledge of embedded systems, asterisk, c/c++ and nix* systems

Progress so far :

  • ZTE MF70 support voice (according to specs here and there), but the one I've got has its firmware somehow capped

Response to AT+GCAP gives +CGSM only ( no +CVOICE sadly)

  • Got a nice AT commands set working for a different ZTE modem (an M2M most likely)
    Not all commands work but it's a good start (I believe proprietary commands are AT+Z.....)

http://wless.ru/files/GSM/ZTE/2G/ME3000_V2/AT_Command_Manual_For_ZTE_Corporation_ME3000_V2_Module_V1.5.pdf

  • I ve got mine switched to download mode to have it's com port exposed (I believe the dc unlocker software made it to that mode)
    But I couldn't use the drivers available here and there, only one worked for me on win7x32

DriverVer = 09/07/2011,9.2074.2.2
CatalogFile = PROLiNKusbmodem.cat

ID 19d2:0016 ZTE WCDMA Technologies MSM

  • I need now to backup the onboard flash (maybe do some reverse engineering, we never know what gems could be found), and then upload a new firmware that hasn't the voice capability disabled

  • Long road to go and we are not even at the chan_dongle level, but I'll take it as challenge. These 3G modems are available, cheap and fun to work with

So the question is now : Qualcomm QPST / QFIL couldn't read my modem (yet, I am missing something for sure), how to enable diagnostic mode on this usb modem, aaaand how to find an appropriate flash dump

Keep you posted,

I have Zte MF170.
And I got the Voice port.
I did it through Qpst and special version of config file placed at dongle filesystem root.
And 4th port VoUSB was appeared.
Moreover, I could set up the dongle with Asterisk chan_dongle.
But there is no voice because Asterisk chan_dongle mainly made for using AT^DDSETEX for operate with sound.
As I think Zte uses a little bit other way or other AT command.
P. S.: Voice calling for MF170 works in Windows via its Dashboard.
And there Oktell PBX which have module supported Zte MF170.
That is it is possible to get Zte dongles working with voice.