]> 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:08 +0000 (11:16 -0600)
commit2d2b28bfa4f725c6b4568b62f63329a1662bb11f
tree95a822b41997b01ff77dd1a7669e4e55c3299b76
parent4631e77078eb2a3e39508fa79526d1f01c1ed412
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