]> git.ipfire.org Git - thirdparty/asterisk.git/commit
PJSIP_CONTACT: add missing argument documentation
authorPascal Cadotte Michaud <pcm@wazo.io>
Wed, 11 Dec 2019 16:52:31 +0000 (11:52 -0500)
committerPascal Cadotte Michaud <pcm@wazo.io>
Wed, 11 Dec 2019 17:16:26 +0000 (11:16 -0600)
commit644ae311bbe9d690deca6286be4c68a6b08cdf2b
treea38b6da301c7dcaa591e17fbdc4d9ecb12ecccde
parentd4df66dc8a63b49a468431230635c30715c4fd66
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
doc/appdocsxml.dtd
funcs/func_pjsip_contact.c