From 3778e1abcd9ffb7fb92253b8333e048239d9f348 Mon Sep 17 00:00:00 2001 From: Pascal Cadotte Michaud Date: Thu, 21 Nov 2019 08:24:58 -0500 Subject: [PATCH] PJSIP_CONTACT: add missing argument documentation add missing argument "rtt" and "status" to the documentation ASTERISK-28626 Change-Id: I8419e4c8203e411b87d93dc395acdbcf7526dedf --- doc/appdocsxml.dtd | 2 +- funcs/func_pjsip_contact.c | 6 ++++++ 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/doc/appdocsxml.dtd b/doc/appdocsxml.dtd index 21f1b9d528..9f00ee51f8 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 + -- 2.47.2