Exosip2 request outside of dialog -
Build a default request message.
This method will be updated to send any message outside of dialog In this later case, you'll specify the method to use in the second argument.
Parameters:
excontext eXosip_t instance.
message Pointer for the SIP request to build.
method request method. (like 'MESSAGE' or 'PING'...)
to SIP url for callee.
from SIP url for caller.
route Route header for request. (optional)
Send an request.
Parameters:
excontext eXosip_t instance.
message SIP request to send.
Build answer for a request.
Parameters:
excontext eXosip_t instance.
tid id of transaction.
status status for SIP answer to build.
answer The SIP answer to build.
Send answer for a request.
Parameters:
excontext eXosip_t instance.
tid id of transaction.
status status for SIP answer to send.
answer The SIP answer to send. (default will be sent if NULL)
Generated automatically by Doxygen for libeXosip2 from the source code.