Exosip2 register and registration management -
Build initial REGISTER request.
Parameters:
excontext eXosip_t instance.
from SIP url for caller.
proxy Proxy used for registration.
contact Contact address. (optional)
expires The expires value for registration.
reg The SIP request to build.
Build initial REGISTER request with qvalue for contact.
Parameters:
excontext eXosip_t instance.
from SIP url for caller.
proxy Proxy used for registration.
contact Contact address. (optional)
expires The expires value for registration.
qvalue The qvalue value for contact header.
reg The SIP request to build.
Build a new REGISTER request for an existing registration.
Parameters:
excontext eXosip_t instance.
rid A unique identifier for the registration context
expires The expires value for registration.
reg The SIP request to build.
Send a REGISTER request for an existing registration.
Parameters:
excontext eXosip_t instance.
rid A unique identifier for the registration context
reg The SIP request to build. (NULL for default REGISTER)
Remove existing registration without sending REGISTER.
Parameters:
excontext eXosip_t instance.
rid A unique identifier for the registration context
Generated automatically by Doxygen for libeXosip2 from the source code.