Home --> Documentations --> PJSIP Reference
#include <sip_uri.h>
URI 'virtual' function table. All types of URI in this library (such as sip:, sips:, tel:, and name-addr) will have pointer to this table as their first struct member. This table provides polimorphic behaviour to the URI.
Get URI scheme.
Get the URI object contained by this URI, or the URI itself if it doesn't contain another URI.
Print URI components to the buffer, following the rule of which components are allowed for the context.
Compare two URIs according to the context.
Clone URI.