PINE64
Call waiting issue - Printable Version

+- PINE64 (https://forum.pine64.org)
+-- Forum: PinePhone (https://forum.pine64.org/forumdisplay.php?fid=120)
+--- Forum: PinePhone Software (https://forum.pine64.org/forumdisplay.php?fid=121)
+---- Forum: Manjaro on PinePhone (https://forum.pine64.org/forumdisplay.php?fid=130)
+---- Thread: Call waiting issue (/showthread.php?tid=15491)

Pages: 1 2 3


Call waiting issue - kmsgli - 12-08-2021

Wondering if anyone else has had this issue. When I am on a call and I get another call the phone stops me from being heard, I have to hang up to continue my call.

Can I turn off call waiting to avoid this issue or has anyone seen this issue?

Thanks.


RE: Call waiting issue - kmsgli - 12-11-2021

(12-08-2021, 07:42 PM)kmsgli Wrote: Wondering if anyone else has had this issue. When I am on a call and I get another call the phone stops me from being heard, I have to hang up to continue my call.

Can I turn off call waiting to avoid this issue or has anyone seen this issue?

Thanks.

Really no one else has had this issue? It occurs everytime I get a call when I am on another call.


RE: Call waiting issue - zetabeta - 12-11-2021

(12-11-2021, 03:39 PM)kmsgli Wrote:
(12-08-2021, 07:42 PM)kmsgli Wrote: Wondering if anyone else has had this issue. When I am on a call and I get another call the phone stops me from being heard, I have to hang up to continue my call.

Can I turn off call waiting to avoid this issue or has anyone seen this issue?

Thanks.

Really no one else has had this issue? It occurs everytime I get a call when I am on another call.

at commands: https://wiki.pine64.org/images/1/1b/Quectel_EC2x%26EG9x%26EG2x-G%26EM05_Series_AT_Commands_Manual_V2.0.pdf

i haven't tested call waiting on pinephone. actually, i haven't been using call wating for years because i don't need it. however i have been tested that AT+CCWA command for enable and disable but i don't remember specific string at the moment. could be "AT+CCWA=1,0,255" to disable.

you probably want to disable call waiting for mean while. what i know about some commands like call waitind and call forwarding, you may need to downgrade to gsm or umts network to do those commands.


RE: Call waiting issue - kmsgli - 12-14-2021

Quote:at commands: https://wiki.pine64.org/images/1/1b/Quectel_EC2x%26EG9x%26EG2x-G%26EM05_Series_AT_Commands_Manual_V2.0.pdf

i haven't tested call waiting on pinephone. actually, i haven't been using call wating for years because i don't need it. however i have been tested that AT+CCWA command for enable and disable but i don't remember specific string at the moment. could be "AT+CCWA=1,0,255" to disable.

you probably want to disable call waiting for mean while. what i know about some commands like call waitind and call forwarding, you may need to downgrade to gsm or umts network to do those commands.




How do I input commands to the modem directly?

Thanks


RE: Call waiting issue - zetabeta - 12-14-2021

(12-14-2021, 08:17 PM)kmsgli Wrote:
Quote:at commands: https://wiki.pine64.org/images/1/1b/Quectel_EC2x%26EG9x%26EG2x-G%26EM05_Series_AT_Commands_Manual_V2.0.pdf

i haven't tested call waiting on pinephone. actually, i haven't been using call wating for years because i don't need it. however i have been tested that AT+CCWA command for enable and disable but i don't remember specific string at the moment. could be "AT+CCWA=1,0,255" to disable.

you probably want to disable call waiting for mean while. what i know about some commands like call waitind and call forwarding, you may need to downgrade to gsm or umts network to do those commands.




How do I input commands to the modem directly?

Thanks

i think following, i remind of downgrading into umts or gsm networks.

Code:
to check:
as a user
$ sudo mmcli -m any --command="AT+CCWA=0,2"
as a root
# mmcli -m any --command="AT+CCWA=0,2"

to disable:
as a user
$ sudo mmcli -m any --command="AT+CCWA=0,0"
as a root
# mmcli -m any --command="AT+CCWA=0,0"



RE: Call waiting issue - kmsgli - 12-15-2021

Code:
to check:
as a user
$ sudo mmcli -m any --command="AT+CCWA=0,2"
as a root
# mmcli -m any --command="AT+CCWA=0,2"

to disable:
as a user
$ sudo mmcli -m any --command="AT+CCWA=0,0"
as a root
# mmcli -m any --command="AT+CCWA=0,0"

Code:
[manjaro@manjaro-arm ~]$ sudo mmcli -m any --command="AT+CCWA=0,2"
[sudo] password for manjaro:
response: '+CCWA: 1,1
+CCWA: 1,32'
[manjaro@manjaro-arm ~]$ sudo mmcli -m any --command="AT+CCWA=0,0"
error: command failed: 'GDBus.Error:org.freedesktop.ModemManager1.Error.MobileEquipment.Unknown: Unknown mobile equipment error: 258'
[manjaro@manjaro-arm ~]$

That is what i got from those commands.


RE: Call waiting issue - zetabeta - 12-16-2021

(12-15-2021, 05:07 PM)kmsgli Wrote:
Code:
to check:
as a user
$ sudo mmcli -m any --command="AT+CCWA=0,2"
as a root
# mmcli -m any --command="AT+CCWA=0,2"

to disable:
as a user
$ sudo mmcli -m any --command="AT+CCWA=0,0"
as a root
# mmcli -m any --command="AT+CCWA=0,0"

Code:
[manjaro@manjaro-arm ~]$ sudo mmcli -m any --command="AT+CCWA=0,2"
[sudo] password for manjaro:
response: '+CCWA: 1,1
+CCWA: 1,32'
[manjaro@manjaro-arm ~]$ sudo mmcli -m any --command="AT+CCWA=0,0"
error: command failed: 'GDBus.Error:org.freedesktop.ModemManager1.Error.MobileEquipment.Unknown: Unknown mobile equipment error: 258'
[manjaro@manjaro-arm ~]$

That is what i got from those commands.
first command seems to indicate that call waiting is on. call waiting is more less operator service.

my guess downgrade to lower networks has some issues, if using gui, disable and enable modem after selection of network technology. then try latter command again.


RE: Call waiting issue - kmsgli - 12-17-2021

(12-16-2021, 01:12 AM)zetabeta Wrote:
(12-15-2021, 05:07 PM)kmsgli Wrote:
Code:
to check:
as a user
$ sudo mmcli -m any --command="AT+CCWA=0,2"
as a root
# mmcli -m any --command="AT+CCWA=0,2"

to disable:
as a user
$ sudo mmcli -m any --command="AT+CCWA=0,0"
as a root
# mmcli -m any --command="AT+CCWA=0,0"

Code:
[manjaro@manjaro-arm ~]$ sudo mmcli -m any --command="AT+CCWA=0,2"
[sudo] password for manjaro:
response: '+CCWA: 1,1
+CCWA: 1,32'
[manjaro@manjaro-arm ~]$ sudo mmcli -m any --command="AT+CCWA=0,0"
error: command failed: 'GDBus.Error:org.freedesktop.ModemManager1.Error.MobileEquipment.Unknown: Unknown mobile equipment error: 258'
[manjaro@manjaro-arm ~]$

That is what i got from those commands.
Quote:first command seems to indicate that call waiting is on. call waiting is more less operator service.

my guess downgrade to lower networks has some issues, if using gui, disable and enable modem after selection of network technology. then try latter command again

Tried using the network options in the settings to downgrade to 2g network still with no luck. Peculiar no one else has reported this issue?



RE: Call waiting issue - zetabeta - 12-19-2021

(12-17-2021, 07:01 PM)kmsgli Wrote: Tried using the network options in the settings to downgrade to 2g network still with no luck. Peculiar no one else has reported this issue?

for some unknown reason i retested and ccwa commands does not work through mmcli, it worked in the past. try minicom "minicom -D /dev/ttyUSB2".

for minicom, getting menu is control-a and z. in menu, q for quit and e for echo on/off.


RE: Call waiting issue - kmsgli - 12-23-2021

(12-19-2021, 01:19 PM)zetabeta Wrote:
(12-17-2021, 07:01 PM)kmsgli Wrote: Tried using the network options in the settings to downgrade to 2g network still with no luck. Peculiar no one else has reported this issue?

for some unknown reason i retested and ccwa commands does not work through mmcli, it worked in the past. try minicom "minicom -D /dev/ttyUSB2".

for minicom, getting menu is control-a and z. in menu, q for quit and e for echo on/off.

I cant seem to make minicom work, with any luck it will be fixed in a release down the road it seems to happen every time. Bad luck with phone call timing i guess.