Set local header directly, used for handover:
| 203 | void dsSetLocalMO(const FullMobileId &msid, bool addTag); |
| 204 | // Set local header directly, used for handover: |
| 205 | void dsSetLocalHeader(const SipPreposition *header) { LOG(DEBUG); mLocalHeader = *header; } |
| 206 | void dsSetRemoteHeader(const SipPreposition *header) { LOG(DEBUG); mRemoteHeader = *header; } |
| 207 | void dsSetCallId(const std::string wCallId) { mCallId = wCallId; } |
| 208 |
no outgoing calls
no test coverage detected