Copyright © 2003 FhG FOKUS
Various checks related to SIP URI.
Check if the username in credentials matches the given username.
Meaning of the parameters is as follows:
username - Username string or AVP.
Example 1. is_user usage
... if (is_user("jan")) { ... }; ...
Check if To header field uri contains tag parameter.
Example 2. has_totag usage
... if (has_totag()) { ... }; ...