So, it's not possible to use voice with Huawei E173? Why you have this modem in supported devices? (http://wiki.e1550.mobi/doku.php?id=requirements) What modem should I buy to use voice and someone tried it and it is working?
Thanks!
you can chek it using minicom to get connected directly to ttyUSB data
line and send AT commands to check responses.
AT+CLAC? ie. gives you al modem features, get the huawei AT command
reference manual (google for it) and check all features in your modem.
Some firmwares are blocked to some features, model is not the only
parameter to check, firmware version is important too (it does modem
respond to the channel driver correctly)
U2DIAG is not mandatory, and even, you can set usb_modeswitch to change
modem init at a lower level, with no need to reswitch it at channel
instance.
Thats why modem is supported by the channel, maybe need a little work
from you to get it in the right direction.
Hope this info helps
Alejandro
El 16/07/13 08:09, Michal escribi�:
You cannot handle receiving messages using smsd (there is asterisk error message on receive), but this is good enough handled by dongle, thus smsd is just for sending. I tried this configuration many times and it worked like a charm. There is much work on interfaces right now to be good to scale whole thing to real GSM gateway with 16 and more modems.
Thanks for help!
I try to post my progress.
M.
As a comment, i have a playSMS box using dongles in coexistence with
asterisk. But it's impossible to make them co-use same modems, just
because both of the systems "monopolize" the modems.
Dongle channel is the best (IMHO) to manage the whole thing, just
because it can perfectly handle SMS. Maybe, an AGI script to process the
data into asterisk, correcting the way they are processed. Or some work,
directly, in the chan code. AT commands and responses are, relatively
easy to be understanded.
El 17/07/13 08:37, Marco Gaiarin escribi�:
Hi guys,
I managed to get working configuration both calls and SMS simultaneously (when calling you can send/receive SMS). Check out my final configuration:You cannot handle receiving messages using smsd (there is asterisk error message on receive), but this is good enough handled by dongle, thus smsd is just for sending. I tried this configuration many times and it worked like a charm. There is much work on interfaces right now to be good to scale whole thing to real GSM gateway with 16 and more modems.