Revert "PJSIP_CONTACT: add missing argument documentation"

This reverts commit 3778e1abcd.

Reason for revert: Regression in XML validation.

validity error : Content model of enumlist is not determinist:
(configOptionToEnum | (configOptionToEnum , enum+) | enum+)

As we are preparing to do releases and this is not critical
I am reverting this for now until resolved.

Change-Id: I07b539d0406e8af08934a91223e850444bde1b75
This commit is contained in:
Joshua Colp
2019-12-11 07:01:01 -06:00
parent 3778e1abcd
commit c1cfca5ef1
2 changed files with 1 additions and 7 deletions

View File

@@ -62,12 +62,6 @@ ASTERISK_FILE_VERSION(__FILE__, "$Revision$")
<configOptionToEnum>
<xi:include xpointer="xpointer(/docs/configInfo[@name='res_pjsip']/configFile[@name='pjsip.conf']/configObject[@name='contact']/configOption)"/>
</configOptionToEnum>
<enum name="rtt">
<para>The RTT of the last qualify</para>
</enum>
<enum name="status">
<para>Status of the contact</para>
</enum>
</enumlist>
</parameter>
</syntax>