mirror of
https://github.com/asterisk/asterisk.git
synced 2026-07-15 08:04:47 -07:00
Merged revisions 300520 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.6.2 ........ r300520 | lmadsen | 2011-01-04 15:52:41 -0600 (Tue, 04 Jan 2011) | 9 lines Fix backwards and broken XML documentation. (closes issue #18547) Reported by: jcovert Patches: xmldoc.c.patch uploaded by jcovert (license 551) chan_iax2.c.doc.patch uploaded by jcovert (license 551) chan_sip.c.patch uploaded by jcovert (license 551) chan_agent.c.patch uploaded by jcovert (license 551) ........ git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.8@300521 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -167,7 +167,7 @@ ASTERISK_FILE_VERSION(__FILE__, "$Revision$")
|
||||
</enumlist>
|
||||
</parameter>
|
||||
</syntax>
|
||||
<description />
|
||||
<description></description>
|
||||
</function>
|
||||
<manager name="Agents" language="en_US">
|
||||
<synopsis>
|
||||
|
||||
@@ -164,7 +164,7 @@ ASTERISK_FILE_VERSION(__FILE__, "$Revision$")
|
||||
</enumlist>
|
||||
</parameter>
|
||||
</syntax>
|
||||
<description />
|
||||
<description></description>
|
||||
<see-also>
|
||||
<ref type="function">SIPPEER</ref>
|
||||
</see-also>
|
||||
@@ -176,7 +176,7 @@ ASTERISK_FILE_VERSION(__FILE__, "$Revision$")
|
||||
<syntax>
|
||||
<parameter name="varname" required="true" />
|
||||
</syntax>
|
||||
<description />
|
||||
<description></description>
|
||||
</function>
|
||||
<manager name="IAXpeers" language="en_US">
|
||||
<synopsis>
|
||||
|
||||
+2
-2
@@ -429,7 +429,7 @@ ASTERISK_FILE_VERSION(__FILE__, "$Revision$")
|
||||
</enumlist>
|
||||
</parameter>
|
||||
</syntax>
|
||||
<description />
|
||||
<description></description>
|
||||
</function>
|
||||
<function name="SIPCHANINFO" language="en_US">
|
||||
<synopsis>
|
||||
@@ -463,7 +463,7 @@ ASTERISK_FILE_VERSION(__FILE__, "$Revision$")
|
||||
</enumlist>
|
||||
</parameter>
|
||||
</syntax>
|
||||
<description />
|
||||
<description></description>
|
||||
</function>
|
||||
<function name="CHECKSIPDOMAIN" language="en_US">
|
||||
<synopsis>
|
||||
|
||||
+1
-1
@@ -1793,7 +1793,7 @@ static char *xmldoc_build_field(const char *type, const char *name, const char *
|
||||
node = ast_xml_find_element(ast_xml_node_get_children(node), var, NULL, NULL);
|
||||
|
||||
if (!node || !ast_xml_node_get_children(node)) {
|
||||
ast_log(LOG_DEBUG, "Cannot find variable '%s' in tree '%s'\n", name, var);
|
||||
ast_log(LOG_DEBUG, "Cannot find variable '%s' in tree '%s'\n", var, name);
|
||||
return ret;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user