string SipMessage::smGetInviteImsi() { // Get request username (IMSI) from assuming this is the invite message. string username = smUriUsername(); LOG(DEBUG) <<LOGVAR(username) <<LOGVAR(extractIMSI(sipSkipPrefix1(username.c_str()))); return string(extractIMSI(sipSkipPrefix1(username.c_str()))); }
string SipMessage::smGetInviteImsi() { // Get request username (IMSI) from assuming this is the invite message. string username = smUriUsername(); return string(extractIMSI(username.c_str())); }