chan_pjsip: add allow_sending_180_after_183 option

added new global config option "allow_sending_180_after_183"
that if enabled will preserve 180 after a 183

ASTERISK-29842

Change-Id: I8a53f8c35595b6d16d8e86e241b5f110d92f3d18
This commit is contained in:
Mark Petersen
2022-02-21 14:23:21 +01:00
committed by Kevin Harwell
parent 73fb22714e
commit 9ffc2f711c
7 changed files with 94 additions and 1 deletions

View File

@@ -1311,6 +1311,12 @@
; creating an implicit subscription (see RFC 4488).
; (default: "yes")
;allow_sending_180_after_183=yes ; Allow Asterisk to send 180 Ringing to an endpoint
; after 183 Session Progress has been send.
; If disabled Asterisk will instead send only a
; 183 Session Progress to the endpoint.
; (default: "no")
; MODULE PROVIDING BELOW SECTION(S): res_pjsip_acl
;==========================ACL SECTION OPTIONS=========================
;[acl]