| 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 | |
| 209 | // RFC3261 12.2.1.1: "The URI in the To field of the request MUST be set to the remote URI |
no outgoing calls
no test coverage detected