Esempio n. 1
0
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())));
}
Esempio n. 2
0
string SipMessage::smGetInviteImsi()
{
	// Get request username (IMSI) from assuming this is the invite message.
	string username = smUriUsername();
	return string(extractIMSI(username.c_str()));
}