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(s) to be used for outbound publishes. |
|
|
|
|
|
Full 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. |
|
|
|
Transport used for outbound publish |
|
|
|
|
Enable multi-user support |
|
|
|
|
|
Must be of type 'outbound-publish'. |
Configuration Option Descriptions
outbound_auth
This is a comma-delimited list of auth sections defined in pjsip.conf
used to respond to outbound authentication challenges.
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.
transport
multi_user
When enabled the user portion of the server uri is replaced by a dynamically created user
Import Version
This documentation was imported from Asterisk Version GIT-18-3330764