From: Ben Ford Date: Fri, 24 May 2019 14:01:14 +0000 (-0500) Subject: build: Fix file format in CHANGES-staging. X-Git-Tag: 16.4.0~2^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f23d0002c61aadb3426bdde6bfe47508117c9079;p=thirdparty%2Fasterisk.git build: Fix file format in CHANGES-staging. One of the change files doesn't conform to the format that the release scripts need in order to parse it. Change-Id: Ie0b634cf27e4cbc671b9fe92993b6f2ecf60254c --- diff --git a/doc/CHANGES-staging/res_pjsip_add_norefersub_global_config.txt b/doc/CHANGES-staging/res_pjsip_add_norefersub_global_config.txt index 4e076723e2..e0573bc250 100644 --- a/doc/CHANGES-staging/res_pjsip_add_norefersub_global_config.txt +++ b/doc/CHANGES-staging/res_pjsip_add_norefersub_global_config.txt @@ -1,9 +1,9 @@ -res_pjsip: Added a norefersub configuration setting +Subject: res_pjsip Added a new PJSIP global setting called norefersub. Default is true to keep support working as before. -res_pjsip_refer: Configures PJSIP norefersub capability accordingly. +res_pjsip_refer configures PJSIP norefersub capability accordingly. Checks the PJSIP global setting value. If it is true (default) it adds the norefersub capability to PJSIP.