You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I was wondering if it would be possible instead of hanging up after 2 seconds when a call is blocked, to have an alternative option where a busy tone would be sent to the caller indicating that the line is busy. I don't know how telephony works and I am not sure if this can be done at all.
The text was updated successfully, but these errors were encountered:
For SIP phone:
Its possible to return a busy state. In side src/SipAccount.cpp function SipAccount::onIncomingCall
For analog phone:
I did not find an AT command to achieve that. Maybe someone else does? The related code is in side src/AnalogPhone.cpp function AnalogPhone::run
I was wondering if it would be possible instead of hanging up after 2 seconds when a call is blocked, to have an alternative option where a busy tone would be sent to the caller indicating that the line is busy. I don't know how telephony works and I am not sure if this can be done at all.
The text was updated successfully, but these errors were encountered: