mirror of
https://github.com/asterisk/asterisk.git
synced 2025-11-09 11:28:25 +00:00
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:
@@ -110,7 +110,7 @@
|
||||
<!ATTLIST option implies CDATA "">
|
||||
<!ATTLIST option hasparams CDATA "">
|
||||
|
||||
<!ELEMENT enumlist (configOptionToEnum|(configOptionToEnum,enum+)|enum+)>
|
||||
<!ELEMENT enumlist (configOptionToEnum|enum+)>
|
||||
<!ELEMENT enum (para|note|warning|parameter|enumlist|info|xi:include)*>
|
||||
<!ATTLIST enum name CDATA "">
|
||||
|
||||
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user