[asterisk-commits] mmichelson: branch 12 r421485 - /branches/12/res/res_pjsip.c

SVN commits to the Asterisk project asterisk-commits at lists.digium.com
Tue Aug 19 15:27:49 CDT 2014


Author: mmichelson
Date: Tue Aug 19 15:27:47 2014
New Revision: 421485

URL: http://svnview.digium.com/svn/asterisk?view=rev&rev=421485
Log:
Alter documentation for callerid_privacy to use correct values.


Modified:
    branches/12/res/res_pjsip.c

Modified: branches/12/res/res_pjsip.c
URL: http://svnview.digium.com/svn/asterisk/branches/12/res/res_pjsip.c?view=diff&rev=421485&r1=421484&r2=421485
==============================================================================
--- branches/12/res/res_pjsip.c (original)
+++ branches/12/res/res_pjsip.c Tue Aug 19 15:27:47 2014
@@ -116,12 +116,12 @@
 					<description>
 						<enumlist>
 							<enum name="allowed_not_screened" />
-							<enum name="allowed_passed_screened" />
-							<enum name="allowed_failed_screened" />
+							<enum name="allowed_passed_screen" />
+							<enum name="allowed_failed_screen" />
 							<enum name="allowed" />
 							<enum name="prohib_not_screened" />
-							<enum name="prohib_passed_screened" />
-							<enum name="prohib_failed_screened" />
+							<enum name="prohib_passed_screen" />
+							<enum name="prohib_failed_screen" />
 							<enum name="prohib" />
 							<enum name="unavailable" />
 						</enumlist>




More information about the asterisk-commits mailing list