| 413 | //return username; |
| 414 | } |
| 415 | string SipMessage::smGetInviteImsi() |
| 416 | { |
| 417 | // Get request username (IMSI) from assuming this is the invite message. |
| 418 | string username = smUriUsername(); |
| 419 | return string(extractIMSI(username.c_str())); |
| 420 | } |
| 421 | |
| 422 | string SipMessage::smGetRand401() |
| 423 | { |
no test coverage detected