MCPcopy Create free account
hub / github.com/RangeNetworks/openbts / smGetCallId

Method smGetCallId

SIP/SIPMessage.h:49–49  ·  view source on GitHub ↗

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('@')); }

Source from the content-addressed store, hash-verified

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;

Callers 4

matchMessageMethod · 0.80
findDialogByMsgMethod · 0.80
newDriveIncomingMethod · 0.80
handleInviteMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected