Voice Call Canceled | Telit Cinterion IoT Developer Community
April 28, 2015 - 1:48pm, 2015 views
Hello!
Is it possible to get an URC event from the BGS5 modem to detect a remotelly cancelled incoming voice call? I understand that the modem generates RING changed events, and +CLIP: urc's. I would like to receive an event when the modem turns off the ringtone.
With regards,
Nikša Skeledžija
Hello,
In the EHS6 module there is an interesting command that would probably meet your *****:
AT^SXCALLSTAT=1 command activates the URC's.
The following states will be available then:
0 Active
1 Held
2 Dialing (MOC)
3 Alerting (MOC)
4 Incoming (MTC)
5 Waiting (MTC)
6 Disconnected
7 Connected
But unfortunately I can't see this command in the BGS5. So there's probably no URC that would be thrown automatically after the call attempt.
You could for example issue AT+CEER to ask for the reason of call release.
But you probably just need the indication that the RING URC is finished. So you will need to just wait for RING URC's and implement some timer.
Best regards,
Bartłomiej