-
- Downloads
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:
Sebastien Blin <sebastien.blin@savoirfairelinux.com>
Showing
- bin/dbus/cx.ring.Ring.CallManager.xml 2 additions, 1 deletionbin/dbus/cx.ring.Ring.CallManager.xml
- configure.ac 1 addition, 1 deletionconfigure.ac
- doc/doxygen/core-doc.cfg.in 1 addition, 1 deletiondoc/doxygen/core-doc.cfg.in
- src/call.cpp 10 additions, 3 deletionssrc/call.cpp
- src/call.h 1 addition, 1 deletionsrc/call.h
- src/dring/call_const.h 1 addition, 0 deletionssrc/dring/call_const.h
- src/sip/sipcall.cpp 5 additions, 1 deletionsrc/sip/sipcall.cpp
Loading
Please register or sign in to comment