PJSIP_PARSE_URI()
Synopsis
Parse an uri and return a type part of the URI.
Description
Parse an URI and return a specified part of the URI.
Syntax
PJSIP_PARSE_URI(uri,type)
Arguments
uri
- URI to parsetype
- Thetype
parameter specifies which URI part to readdisplay
- Display name.scheme
- URI scheme.user
- User part.passwd
- Password part.host
- Host part.port
- Port number, or zero.user_param
- User parameter.method_param
- Method parameter.transport_param
- Transport parameter.ttl_param
- TTL param, or -1.lr_param
- Loose routing param, or zero.maddr_param
- Maddr param.
See Also
Import Version
This documentation was imported from Asterisk Version GIT-18-3330764