Skip to content
Snippets Groups Projects
Commit a031c92d authored by Hugo Lefeuvre's avatar Hugo Lefeuvre Committed by Philippe Gorley
Browse files

call management: add PEER_BUSY status


There is currently no distinction between the "peer busy" and "we
replied busy after timeout" states, since both end in the BUSY state.

Add a new PEER_BUSY state allowing such a distinction:
* PEER_BUSY is set when peer replied busy
* BUSY is set when we replied busy to an incoming call

Bump daemon API number to major 7.0.0 since this is breaking the
current API. In fact, these changes should not break anything in
any well implemented client because unknown states should be properly
handled, but better check.

Change-Id: Id83f6db3d4524a91951b9945797f5fd2c019ff2f
Reviewed-by: default avatarSebastien Blin <sebastien.blin@savoirfairelinux.com>
parent 114c6644
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment