From 9946bcc5571ffc12e30ea3b7aa0071a753664bd0 Mon Sep 17 00:00:00 2001 From: Joshua Colp <jcolp@digium.com> Date: Wed, 31 Oct 2018 12:53:08 +0000 Subject: [PATCH] res_pjsip: Add XML documentation for "use_callerid_contact" ASTERISK-28087 Change-Id: I69d48813ec514f5ef06c6de994cba52630e0a3b4 --- res/res_pjsip.c | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/res/res_pjsip.c b/res/res_pjsip.c index 93fa6a38c9..2ef0eb983b 100644 --- a/res/res_pjsip.c +++ b/res/res_pjsip.c @@ -1828,6 +1828,13 @@ at the first semicolon.</para></note> </description> </configOption> + <configOption name="use_callerid_contact" default="no"> + <synopsis>Place caller-id information into Contact header</synopsis> + <description><para> + This option will cause Asterisk to place caller-id information into + generated Contact headers.</para> + </description> + </configOption> </configObject> </configFile> </configInfo> -- GitLab