Skip to content

Clear sub_peer state on hangup to avoid "486 BUSY" in next call

Lukasz Kotasa requested to merge lk_busy_here_after_hold into devel

Scenario:

  1. EXT: make a call from ext to DUT
  2. DUT: answer a call
  3. DUT: flash hook to hold a call from ext
  4. DUT: onhook
  5. DUT: starts ringing as ext initiate held call
  6. EXT: cancel call (DUT did not answer)

Result: Not possible to make any incomming or outgoing call from DUT.

Merge request reports