SIP resource for outbound publish
This configuration documentation is for functionality provided by res_pjsip_outbound_publish
.
Overview
Outbound Publish
This module allows res_pjsip
to publish to other SIP servers.
pjsip.conf
outbound-publish
The configuration for outbound publish
Configuration Option Reference
Option Name |
Type |
Default Value |
Regular Expression |
Description |
---|---|---|---|---|
|
|
|
|
Expiration time for publications in seconds |
|
|
|
|
Authentication object to be used for outbound publishes. |
|
|
|
|
SIP URI of the outbound proxy used to send publishes |
|
|
|
SIP URI of the server and entity to publish to |
|
|
|
|
SIP URI to use in the From header |
|
|
|
|
SIP URI to use in the To header |
|
|
|
|
|
Event type of the PUBLISH. |
|
|
|
|
Maximum number of authentication attempts before stopping the publication. |
|
|
|
|
Must be of type 'outbound-publish'. |
Configuration Option Descriptions
server_uri
This is the URI at which to find the entity and server to send the outbound PUBLISH to. This URI is used as the request URI of the outbound PUBLISH request from Asterisk.
from_uri
This is the URI that will be placed into the From header of outgoing PUBLISH messages. If no URI is specified then the URI provided in server_uri
will be used.
to_uri
This is the URI that will be placed into the To header of outgoing PUBLISH messages. If no URI is specified then the URI provided in server_uri
will be used.
Import Version
This documentation was imported from Asterisk Version SVN-branch-13-r420538