Commit Graph

6 Commits

Author SHA1 Message Date
Tilghman Lesher
d9a4f654ba Merged revisions 197374 via svnmerge from
https://origsvn.digium.com/svn/asterisk/trunk

........
  r197374 | tilghman | 2009-05-27 18:48:15 -0500 (Wed, 27 May 2009) | 2 lines
  
  Revert commit 192032.  This define is needed on Mac OS X.
........


git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.6.2@197375 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2009-05-27 23:49:24 +00:00
Eliel C. Sardanons
c6169db1f5 Merged revisions 195075 via svnmerge from
https://origsvn.digium.com/svn/asterisk/trunk

........
  r195075 | eliel | 2009-05-18 09:30:34 -0400 (Mon, 18 May 2009) | 3 lines
  
  Do not avoid loading the XML documentation if not XInclude substitution is done.
........


git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.6.2@195094 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2009-05-18 13:50:26 +00:00
Eliel C. Sardanons
50d28d5086 Merged revisions 194982 via svnmerge from
https://origsvn.digium.com/svn/asterisk/trunk

........
  r194982 | eliel | 2009-05-16 16:01:22 -0400 (Sat, 16 May 2009) | 20 lines
  
  Allow to include sections of other parts of the xml documentation.
  
  Avoid duplicating xml documentation by allowing to include other parts of
  the xml documentation using XInclude.
  Example:
     <xi:include xpointer="xpointer(/docs/function[@name='CHANNEL']/synopsis)" />
  (Insert this line to include the synopsis of the CHANNEL function xml
  documentation).
  
  It is also possible to include documentation from other files in the
  'documentation/' directory using the href="" attribute inside a xinclude
  element.
  
  (closes issue #15107)
  Reported by: lmadsen
  
  (issue #14444)
  Reported by: ewieling
........


git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.6.2@195093 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2009-05-18 13:46:10 +00:00
Eliel C. Sardanons
5d0a722cbc Merged revisions 192032 via svnmerge from
https://origsvn.digium.com/svn/asterisk/trunk

........
  r192032 | eliel | 2009-05-04 11:35:35 -0400 (Mon, 04 May 2009) | 3 lines
  
  Do not re-define _POSIX_C_SOURCE if it was already defined.
........


git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.6.2@192033 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2009-05-04 15:54:42 +00:00
Tilghman Lesher
e179e613f7 1. Make OS X compile cleanly with app_stack.
2. Use curl to download sound files, as curl is installed natively on OS X,
whereas wget and fetch are not.
(closes issue #14332)
 Reported by: oej
 Tested by: Corydon76


git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@173130 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2009-02-03 00:29:49 +00:00
Russell Bryant
5b168ee34b Merge changes from team/group/appdocsxml
This commit introduces the first phase of an effort to manage documentation of the
interfaces in Asterisk in an XML format.  Currently, a new format is available for
applications and dialplan functions.  A good number of conversions to the new format
are also included.

For more information, see the following message to asterisk-dev:

http://lists.digium.com/pipermail/asterisk-dev/2008-October/034968.html


git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@153365 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2008-11-01 21:10:07 +00:00