-
- Downloads
manager: make manager owns sipvoiplink
The current design describes SIPVoIPLink as a Singleton. This cause some behaviors where the link is destroyed then immediately created or vice-versa and its creation/destruction can't really be planned. This design was made to allow multiple Managers to exist. However, we never do that, so let's keep it simple, there is only one Manager and all accounts needs that SIPVoIPLink This patch change this behavior and the voip link is now owned by the manager. Change-Id: I248e41742d342cf452a5503f532fe5ab862166e6
Showing
- src/jamidht/jamiaccount.cpp 5 additions, 5 deletionssrc/jamidht/jamiaccount.cpp
- src/manager.cpp 12 additions, 4 deletionssrc/manager.cpp
- src/manager.h 3 additions, 0 deletionssrc/manager.h
- src/sip/pres_sub_client.cpp 2 additions, 2 deletionssrc/sip/pres_sub_client.cpp
- src/sip/pres_sub_server.cpp 1 addition, 1 deletionsrc/sip/pres_sub_server.cpp
- src/sip/sdp.cpp 3 additions, 3 deletionssrc/sip/sdp.cpp
- src/sip/sipaccount.cpp 24 additions, 24 deletionssrc/sip/sipaccount.cpp
- src/sip/sipaccountbase.cpp 1 addition, 1 deletionsrc/sip/sipaccountbase.cpp
- src/sip/sipaccountbase.h 1 addition, 1 deletionsrc/sip/sipaccountbase.h
- src/sip/sipcall.cpp 6 additions, 12 deletionssrc/sip/sipcall.cpp
- src/sip/sippresence.cpp 2 additions, 2 deletionssrc/sip/sippresence.cpp
- src/sip/sipvoiplink.cpp 6 additions, 20 deletionssrc/sip/sipvoiplink.cpp
- src/sip/sipvoiplink.h 0 additions, 4 deletionssrc/sip/sipvoiplink.h
Loading
Please register or sign in to comment