-
- Downloads
siptransport: fix tlsInfos_
sipTransport was only true on destroy, causing tlsInfos_ to be always incorrect. Moreover, if the SIPTransport is generated from a channeled socket, we do not need to copy the peerCertificate. Finally, update conference to use the tlsInfos_ to get the URI instead of playing with peerNumber's Change-Id: If8b93a4614e790e6ffbfd1bcc0aa68f6407344ce
Showing
- src/conference.cpp 17 additions, 11 deletionssrc/conference.cpp
- src/conference.h 1 addition, 0 deletionssrc/conference.h
- src/sip/siptransport.cpp 41 additions, 37 deletionssrc/sip/siptransport.cpp
- src/sip/siptransport.h 4 additions, 0 deletionssrc/sip/siptransport.h
- test/unitTest/call/call.cpp 63 additions, 0 deletionstest/unitTest/call/call.cpp
Loading
Please register or sign in to comment