-
- Downloads
jamiaccount: do not stop all subcall if one fails
+ In jamiaccount, if a requestSIPConnection was failing, all subcalls were stopped causing the main call to fail if not connected. In this patch we only stop the subcall linked to that request. + In connectionmanager, if a request failed, we stopped all other connections instead of just using the id of the request. This fix calls whenever somebody called a contact right after the contact changed its connectivity (and the keep-alive is not sent). Change-Id: I0d9b14795aad37363de992cb29d4d4ca44668285
Showing
- src/jamidht/connectionmanager.cpp 5 additions, 5 deletionssrc/jamidht/connectionmanager.cpp
- src/jamidht/jamiaccount.cpp 10 additions, 6 deletionssrc/jamidht/jamiaccount.cpp
- src/jamidht/jamiaccount.h 5 additions, 3 deletionssrc/jamidht/jamiaccount.h
- src/sip/sipcall.h 9 additions, 8 deletionssrc/sip/sipcall.h
Loading
Please register or sign in to comment