GetUri
The GetUri function returns the URI portion of a SIP address, such as the address found in the From or To header field of a SIP message.
Syntax
Copy Code | |
---|---|
string GetUri( string address ); |
Parameters
Return Values
Returns the SIP URI as a string; for example, "sip:someone@example.com". Returns null if requested data is not found.