From: Pascal Cadotte Michaud Date: Wed, 11 Dec 2019 16:52:31 +0000 (-0500) Subject: PJSIP_CONTACT: add missing argument documentation X-Git-Tag: 13.31.0-rc1~50^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=644ae311bbe9d690deca6286be4c68a6b08cdf2b;p=thirdparty%2Fasterisk.git PJSIP_CONTACT: add missing argument documentation add missing argument "rtt" and "status" to the documentation The change to the dtd file allow an enumlist to contain one or many configOptionToEnum or enum. This is different from the previous patch I submitted when you could have a configOptionToEnum or (a configOptionToEnum followed by one or manu enums) or (one or many enums) ASTERISK-28626 Change-Id: Ia71743ee7ec813f40297b0ddefeee7909db63b6d --- diff --git a/doc/appdocsxml.dtd b/doc/appdocsxml.dtd index 21f1b9d528..7c7e606716 100644 --- a/doc/appdocsxml.dtd +++ b/doc/appdocsxml.dtd @@ -110,7 +110,7 @@ - + diff --git a/funcs/func_pjsip_contact.c b/funcs/func_pjsip_contact.c index 6904df0cc9..cb6727745d 100644 --- a/funcs/func_pjsip_contact.c +++ b/funcs/func_pjsip_contact.c @@ -62,6 +62,12 @@ ASTERISK_FILE_VERSION(__FILE__, "$Revision$") + + The RTT of the last qualify + + + Status of the contact +