dect
/
asterisk
Archived
13
0
Fork 0

Merged revisions 300521 via svnmerge from

https://origsvn.digium.com/svn/asterisk/branches/1.8

................
  r300521 | lmadsen | 2011-01-04 15:53:27 -0600 (Tue, 04 Jan 2011) | 17 lines
  
  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: http://svn.digium.com/svn/asterisk/trunk@300522 f38db490-d61c-443f-a65b-d21fe96a405b
This commit is contained in:
lmadsen 2011-01-04 21:54:20 +00:00
parent 20809f2c8a
commit 521c753228
4 changed files with 6 additions and 6 deletions

View File

@ -167,7 +167,7 @@ ASTERISK_FILE_VERSION(__FILE__, "$Revision$")
</enumlist>
</parameter>
</syntax>
<description />
<description></description>
</function>
<manager name="Agents" language="en_US">
<synopsis>

View File

@ -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>

View File

@ -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>

View File

@ -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;
}