Functions | |
| int | am_publish_send (const char *to, const char *from, 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 * | 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 | |
| route | Set the 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. |
1.5.4