mirror of
https://github.com/asterisk/asterisk.git
synced 2025-09-04 03:50:31 +00:00
res_pjsip_notify: add dialplan application
Add dialplan application PJSIPNOTIFY to send either pre-configured NOTIFY messages from pjsip_notify.conf or with headers defined in dialplan. Also adds the ability to send pre-configured NOTIFY commands to a channel via the CLI. Resolves: #799 UserNote: A new dialplan application PJSIPNotify is now available which can send SIP NOTIFY requests from the dialplan. The pjsip send notify CLI command has also been enhanced to allow sending NOTIFY messages to a specific channel. Syntax: pjsip send notify <option> channel <channel>
This commit is contained in:
@@ -432,6 +432,16 @@
|
||||
;type=aor
|
||||
;max_contacts=2
|
||||
|
||||
;===============DEFAULT ENDPOINT FOR OUTBOUND REQUESTS TO URI===================
|
||||
;
|
||||
; This is an example default outbound endpoint. The global setting:
|
||||
; default_outbound_endpoint needs to be set to such an endpoint in order to be
|
||||
; able to send an outbound request to a URI without a specified endpoint.
|
||||
;
|
||||
;[default_outbound_endpoint]
|
||||
;type=endpoint
|
||||
;context=none-invalid
|
||||
|
||||
|
||||
;============EXAMPLE ACL CONFIGURATION==========================================
|
||||
;
|
||||
|
Reference in New Issue
Block a user