Open ulion opened 7 years ago
im not publish chan_dongle for asterisk version > 1.8 but yout log has references to cel. This mean not 1.6 or 1.8 version of asterisk ? If yes better if you ask authors of sources you use.
callwaiting=auto mean do not send set AT+CCWA=?,?,1 command to dongle.
@bg111 it is newest version of raspbx
and the problem is that when the call wait going on or finished, how will the dongle handle it or affected by it, it's simple to test, if you have other or similar device, setup same env callwaiting=auto but sim with call wait enabled, it will display it's disabled but it indeed works. then when the line is busy, call to the sim, wait it until it hang up, the issue will happen.
When the sim has call wait enabled. and in dongle.conf setup callwaiting=auto as default set in raspbx does. then when the asterisk boot up, in the asterisk console run: dongle show device state dongle0 it display "Call Waiting : Disabled" the call waiting did work with this setup (not work when callwaiting=yes sadly).
the problem is, when the call waiting finally got no pickup, the dongle lost connection, changed to Invalid state:
it then keep failing to connect to the dongle even restart the system.
so any idea what's the bug which caused this? I'm using E-180 with firmware version 11.126 it seems I have to set callwaiting=no to avoid this, but what exactly caused this issue, is it possible we figure it out and fix it?