Commit Graph

16805 Commits

Author SHA1 Message Date
Mark Michelson
72156967ff Merged revisions 155863 via svnmerge from
https://origsvn.digium.com/svn/asterisk/trunk

................
r155863 | mmichelson | 2008-11-10 15:14:44 -0600 (Mon, 10 Nov 2008) | 22 lines

Merged revisions 155861 via svnmerge from 
https://origsvn.digium.com/svn/asterisk/branches/1.4

........
r155861 | mmichelson | 2008-11-10 15:07:39 -0600 (Mon, 10 Nov 2008) | 14 lines

Channel drivers assume that when their indicate callback
is invoked, that the channel on which the callback was called
is locked. This patch corrects an instance in chan_agent where
a channel's indicate callback is called directly without first
locking the channel.

This was leading to some observed locking issues in chan_local,
but considering that all channel drivers operate under the
same expectations, the generic fix in chan_agent is the right
way to go.

AST-126


........

................


git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.6.1@155864 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2008-11-10 21:15:57 +00:00
Tilghman Lesher
5cd8611a62 Merged revisions 155804 via svnmerge from
https://origsvn.digium.com/svn/asterisk/trunk

........
  r155803 | tilghman | 2008-11-10 14:49:59 -0600 (Mon, 10 Nov 2008) | 1 line
  
  I got tired of saying this in every single bugnote referring to this file.
........


git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.6.1@155826 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2008-11-10 20:56:37 +00:00
Tilghman Lesher
c42c0b578f Merged revisions 155763 via svnmerge from
https://origsvn.digium.com/svn/asterisk/trunk

........
  r155763 | tilghman | 2008-11-10 12:04:30 -0600 (Mon, 10 Nov 2008) | 6 lines
  
  Fix memory leak when MALLOC_DEBUG is enabled.
  (closes issue #13864)
   Reported by: eliel
   Patches: 
         readline.c.patch uploaded by eliel (license 64)
........


git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.6.1@155764 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2008-11-10 18:05:44 +00:00
Eliel C. Sardanons
070ace76d2 Blocked revisions 155711 via svnmerge
........
  r155711 | eliel | 2008-11-10 11:53:23 -0200 (Mon, 10 Nov 2008) | 11 lines
  
  Move all the XML documentation API from pbx.c to xmldoc.c.
  Export the XML documentation API:
     ast_xmldoc_build_synopsis()
     ast_xmldoc_build_syntax()
     ast_xmldoc_build_description()
     ast_xmldoc_build_seealso()
     ast_xmldoc_build_arguments()
     ast_xmldoc_printable()
     ast_xmldoc_load_documentation()
........


git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.6.1@155712 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2008-11-10 14:01:17 +00:00
Sean Bright
c464e1677e Merged revisions 155671 via svnmerge from
https://origsvn.digium.com/svn/asterisk/trunk

........
r155671 | seanbright | 2008-11-09 11:30:29 -0500 (Sun, 09 Nov 2008) | 1 line

Fix this as well.  Pointed out by tzafrir.
........


git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.6.1@155672 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2008-11-09 16:32:49 +00:00
Sean Bright
d2906bd822 Blocked revisions 155637 via svnmerge
........
r155637 | seanbright | 2008-11-08 22:34:28 -0500 (Sat, 08 Nov 2008) | 1 line

Fix some spelling errors, and convert tabs to spaces.
........


git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.6.1@155638 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2008-11-09 03:35:50 +00:00
Sean Bright
c96fef8e54 Blocked revisions 155590 via svnmerge
........
r155590 | seanbright | 2008-11-08 20:59:59 -0500 (Sat, 08 Nov 2008) | 5 lines

In order to move away from nested function use, some changes to the recently introduced
ast_channel_search_locked need to be made.  Specifically, the caller needs to be able to
pass arbitrary data which in turn is passed to the callback.  This patch addresses all
of the nested functions currently in asterisk trunk.

........


git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.6.1@155615 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2008-11-09 02:12:07 +00:00
Sean Bright
839cb83ea3 Merged revisions 155554 via svnmerge from
https://origsvn.digium.com/svn/asterisk/trunk

................
r155554 | seanbright | 2008-11-08 20:27:00 -0500 (Sat, 08 Nov 2008) | 14 lines

Merged revisions 155553 via svnmerge from 
https://origsvn.digium.com/svn/asterisk/branches/1.4

........
r155553 | seanbright | 2008-11-08 20:08:07 -0500 (Sat, 08 Nov 2008) | 6 lines

Use static functions here instead of nested ones.  This requires a small
change to the ast_bridge_config struct as well.  To understand the reason
for this change, see the following post:

    http://gcc.gnu.org/ml/gcc-help/2008-11/msg00049.html

........

................


git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.6.1@155556 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2008-11-09 01:43:14 +00:00
Russell Bryant
2f4460b0ea Merged revisions 155516 via svnmerge from
https://origsvn.digium.com/svn/asterisk/trunk

........
r155516 | russell | 2008-11-08 15:46:43 -0600 (Sat, 08 Nov 2008) | 3 lines

 - Check for failure when putting the packet in the ast_str
 - fix a spelling error in a header file

........


git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.6.1@155517 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2008-11-08 21:48:23 +00:00
Russell Bryant
12dd36c274 Merged revisions 155513 via svnmerge from
https://origsvn.digium.com/svn/asterisk/trunk

........
r155513 | russell | 2008-11-08 15:34:36 -0600 (Sat, 08 Nov 2008) | 3 lines

Remove some code that is basically a no-op.  Code above this already ensures that
the buffer is terminated.

........


git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.6.1@155515 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2008-11-08 21:41:03 +00:00
Mark Michelson
f4b8d95569 Merged revisions 155467 via svnmerge from
https://origsvn.digium.com/svn/asterisk/trunk

........
r155467 | mmichelson | 2008-11-07 17:41:44 -0600 (Fri, 07 Nov 2008) | 12 lines

Set the invite state to INV_CANCELLED in a place that
makes more sense. Where it was set before, it was impossible
to actually delay sending a CANCEL if we had not yet received
a provisional response to an INVITE.

(closes issue #13626)
Reported by: atis
Patches:
      13626.patch uploaded by putnopvut (license 60)
Tested by: atis


........


git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.6.1@155469 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2008-11-07 23:42:45 +00:00
Sean Bright
917766211a Blocked revisions 155401 via svnmerge
........
  r155401 | seanbright | 2008-11-07 17:39:30 -0500 (Fri, 07 Nov 2008) | 8 lines
  
  Add ability to pass arbitrary data to the ao2_callback_fn (called from
  ao2_callback and ao2_find).  Currently, passing OBJ_POINTER to either
  of these mandates that the passed 'arg' is a hashable object, making
  searching for an ao2 object based on outside criteria difficult.
  
  Reviewed by Russell and Mark M. via ReviewBoard:
      http://reviewboard.digium.com/r/36/
........


git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.6.1@155402 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2008-11-07 22:40:11 +00:00
Tilghman Lesher
21c0fa49b0 Merged revisions 155399 via svnmerge from
https://origsvn.digium.com/svn/asterisk/trunk

................
  r155399 | tilghman | 2008-11-07 16:28:58 -0600 (Fri, 07 Nov 2008) | 14 lines
  
  Merged revisions 155398 via svnmerge from 
  https://origsvn.digium.com/svn/asterisk/branches/1.4
  
  ........
    r155398 | tilghman | 2008-11-07 16:27:32 -0600 (Fri, 07 Nov 2008) | 7 lines
    
    Clarify error message.
    (closes issue #13809)
     Reported by: denke
     Patches: 
           20081104__bug13809.diff.txt uploaded by Corydon76 (license 14)
     Tested by: denke
  ........
................


git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.6.1@155400 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2008-11-07 22:29:46 +00:00
Tilghman Lesher
8e002b0e52 Merged revisions 155395 via svnmerge from
https://origsvn.digium.com/svn/asterisk/trunk

........
  r155395 | tilghman | 2008-11-07 16:03:50 -0600 (Fri, 07 Nov 2008) | 2 lines
  
  Two bugs relating to colnames found by Marquis42 on #asterisk-dev
........


git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.6.1@155396 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2008-11-07 22:05:52 +00:00
Mark Michelson
0e9aaff2e0 Merged revisions 155360 via svnmerge from
https://origsvn.digium.com/svn/asterisk/trunk

........
r155360 | mmichelson | 2008-11-07 15:14:49 -0600 (Fri, 07 Nov 2008) | 8 lines

Remove one more instance of the sample configuration
lying about what's possible. The tz cannot be set in a
context like this. It can only be set in the general
section or per-mailbox.

Thanks to sasargen on #asterisk-dev for pointing this out


........


git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.6.1@155362 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2008-11-07 21:16:14 +00:00
Tilghman Lesher
91d780da3f Merged revisions 155324 via svnmerge from
https://origsvn.digium.com/svn/asterisk/trunk

........
  r155324 | tilghman | 2008-11-07 14:13:32 -0600 (Fri, 07 Nov 2008) | 7 lines
  
  Send call release with unallocated cause instead of normal call clearing, when
  invalid extension is called.
  (closes issue #13408)
   Reported by: adomjan
   Patches: 
         chan_dahdi.c-ss7-unallocated-2 uploaded by adomjan (license 487)
........


git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.6.1@155325 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2008-11-07 20:19:25 +00:00
Sean Bright
563329de01 Blocked revisions 155284 via svnmerge
........
  r155284 | seanbright | 2008-11-07 11:18:52 -0500 (Fri, 07 Nov 2008) | 6 lines
  
  Convert open-coded linked list in indications to the AST_LIST_* macros.  This
  cleans the code up some and should make it more maintainable as time goes on.
  
  Reviewed by Russell, Kevin, Mark M., and Tilghman via ReviewBoard:
  	http://reviewboard.digium.com/r/34/
........


git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.6.1@155285 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2008-11-07 16:19:28 +00:00
Kevin P. Fleming
ebe5a51050 Blocked revisions 155282 via svnmerge
........
  r155282 | kpfleming | 2008-11-07 09:52:05 -0600 (Fri, 07 Nov 2008) | 1 line
  
  stringfields conversion for struct sip_peer, as requested :-)
........


git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.6.1@155283 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2008-11-07 16:01:12 +00:00
Russell Bryant
c3a52cb093 Merged revisions 155264 via svnmerge from
https://origsvn.digium.com/svn/asterisk/trunk

........
r155264 | russell | 2008-11-07 09:42:04 -0600 (Fri, 07 Nov 2008) | 3 lines

Remove a bogus ast_free() that Kevin noticed.  This was probably just left over 
from pre-astobj2ified chan_sip.

........


git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.6.1@155272 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2008-11-07 15:43:55 +00:00
Russell Bryant
d63da12ab1 Merged revisions 155244 via svnmerge from
https://origsvn.digium.com/svn/asterisk/trunk

........
r155244 | russell | 2008-11-07 09:01:02 -0600 (Fri, 07 Nov 2008) | 4 lines

Clarify which part of OBJ_MULTIPLE is not implemented, and under what case it
is perfectly fine to use.  (Inspired by a question I received about my last
commit.)

........


git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.6.1@155245 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2008-11-07 15:01:45 +00:00
Russell Bryant
69109c15b7 Merged revisions 155241 via svnmerge from
https://origsvn.digium.com/svn/asterisk/trunk

........
r155241 | russell | 2008-11-07 08:50:30 -0600 (Fri, 07 Nov 2008) | 4 lines

Fix some code in chan_sip that was intended to unlink multiple objects from a
container.  The OBJ_MULTIPLE flag must be provided here.  Otherwise, this would
only remove a single object.

........


git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.6.1@155242 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2008-11-07 14:53:23 +00:00
Kevin P. Fleming
ec5e3d362b Blocked revisions 155206 via svnmerge
........
  r155206 | kpfleming | 2008-11-06 21:09:16 -0600 (Thu, 06 Nov 2008) | 1 line
  
  correct logic error noticed by rmudgett (thanks!)
........


git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.6.1@155207 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2008-11-07 03:10:04 +00:00
Eliel C. Sardanons
b747b31dc2 Blocked revisions 155204 via svnmerge
........
  r155204 | eliel | 2008-11-07 01:02:01 -0200 (Fri, 07 Nov 2008) | 4 lines
  
  If 'asterisk.conf' is not found, instead of giving up,
  load documentation for the 'en_US' language (fix my last
  commit).
........


git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.6.1@155205 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2008-11-07 03:03:29 +00:00
Eliel C. Sardanons
34a1392cb0 Blocked revisions 155175 via svnmerge
........
  r155175 | eliel | 2008-11-07 00:37:47 -0200 (Fri, 07 Nov 2008) | 2 lines
  
  Fix an asterisk crash if no asterisk.conf configuration file is present.
........


git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.6.1@155186 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2008-11-07 02:40:14 +00:00
Kevin P. Fleming
6cf2481aad Merged revisions 155121 via svnmerge from
https://origsvn.digium.com/svn/asterisk/trunk

........
  r155121 | kpfleming | 2008-11-06 16:49:19 -0600 (Thu, 06 Nov 2008) | 3 lines
  
  don't blindly assume that Darwin and Cygwin need GLOB_ABORTED defined; only define it if it is not already defined
........


git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.6.1@155122 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2008-11-06 22:49:59 +00:00
Kevin P. Fleming
f7254e0c70 ensure that an adequately new version of libpri is in place so that chan_dahdi will compile with PRI support
git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.6.1@155117 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2008-11-06 22:19:28 +00:00
Kevin P. Fleming
d90e93c659 Blocked revisions 155066 via svnmerge
........
  r155066 | kpfleming | 2008-11-06 14:51:26 -0600 (Thu, 06 Nov 2008) | 5 lines
  
  put ifdef protection around the rest of the libpri function calls that were added at the same time as progress_with_cause
  
  move parsing of the qsig channel mapping configuration option outside ifdef HAVE_PRI_INBANDDISCONNECT and into a properly ifdef'd block
........


git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.6.1@155116 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2008-11-06 22:12:54 +00:00
Kevin P. Fleming
0945863e40 Blocked revisions 155079-155080 via svnmerge
........
  r155079 | kpfleming | 2008-11-06 15:09:24 -0600 (Thu, 06 Nov 2008) | 3 lines
  
  make S_OR and S_COR safe to use even if the parameters are function calls or have side effects. it still bothers me that these are called S_OR and not something like ast_string_or, but that's water over the bridge
........
  r155080 | kpfleming | 2008-11-06 15:12:03 -0600 (Thu, 06 Nov 2008) | 3 lines
  
  coding style/guidelines cleanup, plus use new side-effect safe S_OR
........


git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.6.1@155115 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2008-11-06 22:12:05 +00:00
Mark Michelson
046ae93c70 Merged revisions 155012 via svnmerge from
https://origsvn.digium.com/svn/asterisk/trunk

................
r155012 | mmichelson | 2008-11-06 13:46:53 -0600 (Thu, 06 Nov 2008) | 16 lines

Merged revisions 155011 via svnmerge from 
https://origsvn.digium.com/svn/asterisk/branches/1.4

........
r155011 | mmichelson | 2008-11-06 13:45:52 -0600 (Thu, 06 Nov 2008) | 8 lines

The documentation listed the ability to set 'maxmsg' per
context. The truth is that you can only set this in the general section
or per mailbox. Thus I am updating the sample config file to be more
accurate.

Thanks to sasargen on IRC for bringing up this issue.


........

................


git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.6.1@155014 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2008-11-06 19:48:14 +00:00
Eliel C. Sardanons
a8be02e642 Blocked revisions 154967 via svnmerge
........
  r154967 | eliel | 2008-11-06 16:19:00 -0200 (Thu, 06 Nov 2008) | 6 lines
  
  Simplify the output of [See Also].
  Functions are printed without parenthesis like: FUNTION
  Applications are printed with parenthesis like: AppName()
  Cli commands are printed like: 'core show application'
  The other type of references are printed as they are inside the <ref> tag.
........


git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.6.1@154968 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2008-11-06 18:20:36 +00:00
Sean Bright
141bec96f8 Blocked revisions 154926 via svnmerge
........
  r154926 | seanbright | 2008-11-05 17:22:37 -0500 (Wed, 05 Nov 2008) | 1 line
  
  Fix some whitespace.
........


git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.6.1@154927 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2008-11-05 22:23:48 +00:00
Tilghman Lesher
dbb824bc68 Blocked revisions 154922 via svnmerge
........
  r154922 | tilghman | 2008-11-05 16:19:18 -0600 (Wed, 05 Nov 2008) | 5 lines
  
  Don't read history on -rx commands.
  (Closes issue #13571)
  Reported by: tzafrir
  Patch '0001-no-need-for-history-on-asterisk-rx.patch' uploaded by tzafrir.
........


git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.6.1@154925 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2008-11-05 22:20:39 +00:00
Sean Bright
0301427962 Blocked revisions 154923 via svnmerge
........
  r154923 | seanbright | 2008-11-05 17:19:22 -0500 (Wed, 05 Nov 2008) | 2 lines
  
  Update a couple places to use the new ast_channel_search_locked API call.
........


git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.6.1@154924 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2008-11-05 22:20:04 +00:00
Sean Bright
2a20c5e747 Merged revisions 154919 via svnmerge from
https://origsvn.digium.com/svn/asterisk/trunk

........
  r154919 | seanbright | 2008-11-05 17:01:22 -0500 (Wed, 05 Nov 2008) | 2 lines
  
  Fix a problem found while building res_snmp.
........


git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.6.1@154920 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2008-11-05 22:02:19 +00:00
Tilghman Lesher
0166a2dff9 Blocked revisions 154915 via svnmerge
........
  r154915 | tilghman | 2008-11-05 15:58:48 -0600 (Wed, 05 Nov 2008) | 3 lines
  
  Add LISTFILTER dialplan function, along with supporting documentation.  See
  documentation for more information on how to use it.
........


git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.6.1@154918 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2008-11-05 22:01:21 +00:00
Tilghman Lesher
5a2f0feb1c Merged revisions 154428 via svnmerge from
https://origsvn.digium.com/svn/asterisk/trunk

........
  r154428 | tilghman | 2008-11-04 17:03:00 -0600 (Tue, 04 Nov 2008) | 7 lines
  
  Switch to using a thread condition to signal that a child thread is ready for
  work, rather than a busy wait.
  (closes issue #13011)
   Reported by: jpgrayson
   Patches: 
         chan_iax2_find_idle.patch uploaded by jpgrayson (license 492)
........


git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.6.1@154917 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2008-11-05 22:00:56 +00:00
Michiel van Baak
5dd7e8911e Blocked revisions 154839 via svnmerge
........
  r154839 | mvanbaak | 2008-11-05 21:33:11 +0100 (Wed, 05 Nov 2008) | 2 lines
  
  make this compile on OpenBSD again.
........


git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.6.1@154840 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2008-11-05 20:35:24 +00:00
Eliel C. Sardanons
a78aaa26ec Blocked revisions 154837 via svnmerge
........
  r154837 | eliel | 2008-11-05 18:17:06 -0200 (Wed, 05 Nov 2008) | 3 lines
  
  Add AgentLogin(), AgentMonitorOutgoing() applications and
  AGENT() function XML documentation.
........


git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.6.1@154838 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2008-11-05 20:18:32 +00:00
Eliel C. Sardanons
e9d39c93ec Blocked revisions 154801 via svnmerge
........
  r154801 | eliel | 2008-11-05 17:17:32 -0200 (Wed, 05 Nov 2008) | 3 lines
  
  Add TestClient() and TestServer() applications XML
  documentation.
........


git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.6.1@154802 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2008-11-05 19:18:35 +00:00
Eliel C. Sardanons
2c0f178361 Blocked revisions 154798 via svnmerge
........
  r154798 | eliel | 2008-11-05 16:50:02 -0200 (Wed, 05 Nov 2008) | 2 lines
  
  Add more [see also] references based on TFOT.
........


git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.6.1@154799 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2008-11-05 18:51:56 +00:00
Eliel C. Sardanons
8263b5b124 Blocked revisions 154796 via svnmerge
........
  r154796 | eliel | 2008-11-05 16:46:29 -0200 (Wed, 05 Nov 2008) | 8 lines
  
  Add Macro(), MacroExit(), MacroExclusive() and
  MacroIf() applications XML documentation.
  
  (closes issue #13699)
  Reported by: snuffy
  Patches:
        bug13699_20081016.diff uploaded by snuffy (license 35)
........


git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.6.1@154797 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2008-11-05 18:48:05 +00:00
Mark Michelson
6b259c3992 Blocked revisions 154732 via svnmerge
................
r154732 | mmichelson | 2008-11-05 10:46:54 -0600 (Wed, 05 Nov 2008) | 13 lines

Blocked revisions 154724 via svnmerge

........
r154724 | mmichelson | 2008-11-05 10:44:34 -0600 (Wed, 05 Nov 2008) | 6 lines

The logic of a strcasecmp call was reversed

(closes issue #13841)
Reported by: clegall_proformatique


........

................


git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.6.1@154735 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2008-11-05 16:47:40 +00:00
Steve Murphy
9edc58f39e Merged revisions 154687 via svnmerge from
https://origsvn.digium.com/svn/asterisk/trunk

................
r154687 | murf | 2008-11-05 09:11:11 -0700 (Wed, 05 Nov 2008) | 9 lines

Merged revisions 154685 via svnmerge from 
https://origsvn.digium.com/svn/asterisk/branches/1.4

........
r154685 | murf | 2008-11-05 09:06:53 -0700 (Wed, 05 Nov 2008) | 1 line

This fix was prompted by communication from user, who was seeing thousands of error logs... looks like EAGAIN. Made such uninteresting.
........

................


git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.6.1@154690 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2008-11-05 16:14:20 +00:00
Eliel C. Sardanons
a1d7bd477a Blocked revisions 154647 via svnmerge
........
  r154647 | eliel | 2008-11-05 12:37:07 -0200 (Wed, 05 Nov 2008) | 2 lines
  
  Add more SeeAlso references based on TFOT.
........


git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.6.1@154654 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2008-11-05 14:39:03 +00:00
Eliel C. Sardanons
1b9a183b49 Blocked revisions 154617 via svnmerge
........
  r154617 | eliel | 2008-11-05 11:54:21 -0200 (Wed, 05 Nov 2008) | 2 lines
  
  We now can have a reference to a filename inside a <see-also> tag.
........


git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.6.1@154618 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2008-11-05 13:55:08 +00:00
Eliel C. Sardanons
7a4ccaf63c Blocked revisions 154615 via svnmerge
........
  r154615 | eliel | 2008-11-05 11:51:16 -0200 (Wed, 05 Nov 2008) | 2 lines
  
  - Add ParkAndAnnounce() application XML documentation.
........


git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.6.1@154616 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2008-11-05 13:53:32 +00:00
Eliel C. Sardanons
cdd081d556 Blocked revisions 154578 via svnmerge
........
  r154578 | eliel | 2008-11-05 11:07:29 -0200 (Wed, 05 Nov 2008) | 3 lines
  
  - Add more <see-also> based on TFOT.
  - Add the 'filename' type to the see-also ref. To be able to reference a filename.
........


git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.6.1@154579 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2008-11-05 13:08:35 +00:00
Eliel C. Sardanons
3bfadcc576 Blocked revisions 154542 via svnmerge
........
  r154542 | eliel | 2008-11-05 10:13:57 -0200 (Wed, 05 Nov 2008) | 3 lines
  
  - Add some see-also references based on TFOT.
........


git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.6.1@154543 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2008-11-05 12:15:10 +00:00
Eliel C. Sardanons
4554d7e78f Blocked revisions 154507 via svnmerge
........
  r154507 | eliel | 2008-11-05 09:26:40 -0200 (Wed, 05 Nov 2008) | 2 lines
  
  - Add Read() application XML documentation.
........


git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.6.1@154508 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2008-11-05 11:28:22 +00:00
Eliel C. Sardanons
9843db67e6 Blocked revisions 154469 via svnmerge
........
  r154469 | eliel | 2008-11-05 00:08:39 -0200 (Wed, 05 Nov 2008) | 2 lines
  
  - Add FollowMe() application XML documentation.
........


git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.6.1@154470 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2008-11-05 02:09:36 +00:00