pjsip.conf
[subscription_persistence]
Persists SIP subscriptions so they survive restarts.
packet- Entire SIP SUBSCRIBE packet that created the subscriptionsrc_name- The source address of the subscriptionsrc_port- The source port of the subscriptiontransport_key- The type of transport the subscription was received onlocal_name- The local address the subscription was received onlocal_port- The local port the subscription was received oncseq- The sequence number of the next NOTIFY to be senttag- The local tag of the dialog for the subscriptionendpoint- The name of the endpoint that subscribedexpires- The time at which the subscription expirescontact_uri- The Contact URI of the dialog for the subscriptionprune_on_boot- If set, indicates that the contact used a reliable transport and therefore the subscription must be deleted after an asterisk restart.generator_data- If set, contains persistence data for all generators of content for the subscription.
[resource_list]
Resource list configuration parameters.
type- Must be of type 'resource_list'event- The SIP event package that the list resource belong to.list_item- The name of a resource to report state on-
full_state- Indicates if the entire list's state should be sent out.Note
Even with this option disabled, there are certain situations where Asterisk is forced to send a notification with the states of all resources in the list. When a subscriber renews or terminates its subscription to the list, Asterisk MUST send a full state notification.
-
notification_batch_interval- Time Asterisk should wait, in milliseconds, before sending notifications. resource_display_name- Indicates whether display name of resource or the resource name being reported.
[inbound-publication]
The configuration for inbound publications
endpoint- Optional name of an endpoint that is only allowed to publish to this resourcetype- Must be of type 'inbound-publication'.
User Notes
No notes yet. Be the first to contribute a tip or example.
Contribute a note
Share a tip, gotcha, or practical example. Keep it under 2000 characters. No questions (use the Asterisk community forums for support). Wrap code in backticks.