Put in every message to identify dialog. Historically we use the callid without the @host for dialog identification purposes. (Which is wrong.) string smGetCallId() const { return string(msmCallId,0,msmCallId.find_first_of('@')); }
| 47 | // Historically we use the callid without the @host for dialog identification purposes. (Which is wrong.) |
| 48 | //string smGetCallId() const { return string(msmCallId,0,msmCallId.find_first_of('@')); } |
| 49 | string smGetCallId() const { return msmCallId; } |
| 50 | |
| 51 | string msmReqUri; |
| 52 | SipPreposition msmTo; |
no outgoing calls
no test coverage detected