libamsip
5.2.1
|
Functions | |
int | am_publish_send (const char *to, const char *from, const char *proxy, const char *route, const char *event, const char *expires, const char *ctype, const char *body) |
int am_publish_send | ( | const char * | to, |
const char * | from, | ||
const char * | proxy, | ||
const char * | route, | ||
const char * | event, | ||
const char * | expires, | ||
const char * | ctype, | ||
const char * | body | ||
) |
Configure amsip to publish to a SIP server.
to | Set the target SIP identity (often the same than "from" header) |
from | Set your SIP identity |
proxy | Set the proxy server |
route | Set the outbound proxy server |
event | Set the event package extension. |
expires | Set the Expires header |
ctype | Set the Content-Type of body |
body | Set the body data. |