Commit Graph

16985 Commits

Author SHA1 Message Date
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
Eliel C. Sardanons
25121d8881 Blocked revisions 154467 via svnmerge
........
  r154467 | eliel | 2008-11-04 23:44:04 -0200 (Tue, 04 Nov 2008) | 3 lines
  
  - Add PlayTones() and StopPlayTones() applications XML documentation.
  - Fix a dot that was outside of the <para> in the ForkCDR() XML documentation.
........


git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.6.1@154468 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2008-11-05 01:50:59 +00:00
Sean Bright
918b517340 Blocked revisions 154429 via svnmerge
........
  r154429 | seanbright | 2008-11-04 18:23:39 -0500 (Tue, 04 Nov 2008) | 8 lines
  
  Introduce a new API call ast_channel_search_locked, which iterates through the
  channel list calling a caller-defined callback.  The callback returns non-zero
  if a match is found.  This should speed up some of the code that I committed
  earlier today in chan_sip (which is also updated by this commit).
  
  Reviewed by russellb and kpfleming via ReviewBoard:
  	http://reviewboard.digium.com/r/28/
........


git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.6.1@154430 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2008-11-04 23:25:54 +00:00
Sean Bright
848f58c28f Blocked revisions 154151,154186-154187,154191 via svnmerge
........
  r154151 | kpfleming | 2008-11-04 10:07:54 -0500 (Tue, 04 Nov 2008) | 5 lines
  
  improve configure script to remember the previous value of each dependency in build_tools/menuselect-deps, so that (once it has been written) menuselect can use this information to warn the user when a previously met dependency is no longer met
  
  along the way, change tags used in configure script, menuselect-deps and code for various dependencies to be consistently named
........
  r154186 | seanbright | 2008-11-04 11:50:34 -0500 (Tue, 04 Nov 2008) | 2 lines
  
  Fix build errors.
........
  r154187 | seanbright | 2008-11-04 12:00:45 -0500 (Tue, 04 Nov 2008) | 10 lines
  
  Allow devices that accept dialog-info+xml (like snoms) to get the Caller ID of
  the calling party when subscribed to the state of an extension that is ringing.
  This has some limitations which are documented in sip.conf.sample.
  
  (closes issue #13827)
  Reported by: seanbright
  Patches:
        issue13827.patch uploaded by seanbright (license 71)
  Reviewed by: russellb
........
  r154191 | seanbright | 2008-11-04 12:23:33 -0500 (Tue, 04 Nov 2008) | 6 lines
  
  GLOB_BRACE is already added to MY_GLOB_FLAGS if it is supported on the
  platform.  This should resolve some build errors on Solaris.
  
  (issue #13704)
  Reported by: dougm
........


git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.6.1@154427 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2008-11-04 22:48:08 +00:00
Tilghman Lesher
5b82a5c9b2 Merged revisions 154366 via svnmerge from
https://origsvn.digium.com/svn/asterisk/trunk

................
  r154366 | tilghman | 2008-11-04 14:51:18 -0600 (Tue, 04 Nov 2008) | 16 lines
  
  Merged revisions 154365 via svnmerge from 
  https://origsvn.digium.com/svn/asterisk/branches/1.4
  
  ........
    r154365 | tilghman | 2008-11-04 14:49:33 -0600 (Tue, 04 Nov 2008) | 9 lines
    
    On busy systems, it's possible for the values checked within a single line
    of code to change, unless the structure is locked to ensure a consistent
    state.
    (closes issue #13717)
     Reported by: kowalma
     Patches: 
           20081102__bug13717.diff.txt uploaded by Corydon76 (license 14)
     Tested by: kowalma
  ........
................


git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.6.1@154367 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2008-11-04 20:52:11 +00:00
Eliel C. Sardanons
30c07f38f4 Blocked revisions 154329 via svnmerge
........
  r154329 | eliel | 2008-11-04 18:12:41 -0200 (Tue, 04 Nov 2008) | 4 lines
  
  We need to pass the DTD to xmlstarlet to validate against it the XML.
  (I thought it was being read within the DOCTYPE definition inside the XML).
........


git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.6.1@154330 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2008-11-04 20:13:56 +00:00
Richard Mudgett
08dfc347f0 Merged revisions 154268 via svnmerge from
https://origsvn.digium.com/svn/asterisk/trunk

................
  r154268 | rmudgett | 2008-11-04 13:07:26 -0600 (Tue, 04 Nov 2008) | 11 lines
  
  Merged revisions 154266 via svnmerge from 
  https://origsvn.digium.com/svn/asterisk/branches/1.4
  
  ........
    r154266 | rmudgett | 2008-11-04 13:01:08 -0600 (Tue, 04 Nov 2008) | 4 lines
    
    JIRA ABE-1703
    mISDN sets the channel to the wrong state when it receives
    the indication AST_CONTROL_RINGING.
  ........
................


git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.6.1@154269 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2008-11-04 19:09:15 +00:00
Tilghman Lesher
7117ad1045 Merged revisions 154264 via svnmerge from
https://origsvn.digium.com/svn/asterisk/trunk

................
  r154264 | tilghman | 2008-11-04 12:59:48 -0600 (Tue, 04 Nov 2008) | 10 lines
  
  Recorded merge of revisions 154263 via svnmerge from 
  https://origsvn.digium.com/svn/asterisk/branches/1.4
  
  ........
    r154263 | tilghman | 2008-11-04 12:58:05 -0600 (Tue, 04 Nov 2008) | 3 lines
    
    Make the monitor thread non-detached, so it can be joined (suggested by Russell
    on -dev list).
  ........
................


git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.6.1@154267 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2008-11-04 19:02:21 +00:00
Tilghman Lesher
440e969eab Blocked revisions 154260 via svnmerge
........
  r154260 | tilghman | 2008-11-04 12:47:20 -0600 (Tue, 04 Nov 2008) | 2 lines
  
  Slightly optimize ast_devstate_str and rename global functions devstate2str and config_text_file_save to have an ast_ prefix
........


git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.6.1@154261 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2008-11-04 18:49:52 +00:00
Eliel C. Sardanons
925915a88c Blocked revisions 154225 via svnmerge
........
  r154225 | eliel | 2008-11-04 16:06:50 -0200 (Tue, 04 Nov 2008) | 3 lines
  
  Add XML documentation for the ForkCDR() application.
........


git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.6.1@154226 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2008-11-04 18:09:14 +00:00
Eliel C. Sardanons
4a93503c10 Blocked revisions 154149 via svnmerge
........
  r154149 | eliel | 2008-11-04 12:38:20 -0200 (Tue, 04 Nov 2008) | 6 lines
  
  Add XML documentation for:
     Applications
       - DAHDISendKeypadFacility()
       - DAHDISendCallreroutingFacility()
........


git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.6.1@154150 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2008-11-04 14:40:45 +00:00
Tilghman Lesher
1c523df75c Recorded merge of revisions 154072 via svnmerge from
https://origsvn.digium.com/svn/asterisk/trunk

................
  r154072 | tilghman | 2008-11-03 16:28:12 -0600 (Mon, 03 Nov 2008) | 12 lines
  
  Merged revisions 154066 via svnmerge from 
  https://origsvn.digium.com/svn/asterisk/branches/1.4
  
  ........
    r154066 | tilghman | 2008-11-03 16:27:10 -0600 (Mon, 03 Nov 2008) | 5 lines
    
    Attempting to expunge a mailbox when the mailstream is NULL will crash Asterisk.
    (Closes issue #13829)
    Reported by: jaroth
    Patch by: me (modified jaroth's patch)
  ........
................


git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.6.1@154092 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2008-11-03 22:32:27 +00:00
Tilghman Lesher
2f49661f8d Merged revisions 154060 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.4

........
  r154060 | tilghman | 2008-11-03 15:48:21 -0600 (Mon, 03 Nov 2008) | 3 lines
  
  Remove the potential for a division by zero error.
  (Closes issue #13810)
........


git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.6.1@154063 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2008-11-03 22:06:00 +00:00
Tilghman Lesher
955b537dfe Recorded merge of revisions 154023 via svnmerge from
https://origsvn.digium.com/svn/asterisk/trunk

........
  r154023 | tilghman | 2008-11-03 15:01:30 -0600 (Mon, 03 Nov 2008) | 4 lines
  
  Should have passed the string pointer, not the ast_str structure.
  (closes issue #13830)
   Reported by: Marquis
........


git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.6.1@154024 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2008-11-03 21:04:25 +00:00
Eliel C. Sardanons
88efbd4beb Blocked revisions 153947 via svnmerge
........
  r153947 | eliel | 2008-11-03 15:11:22 -0200 (Mon, 03 Nov 2008) | 3 lines
  
  Add LOCAL() function XML documentation.
........


git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.6.1@153948 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2008-11-03 17:13:13 +00:00
Eliel C. Sardanons
a1c5a680ee Blocked revisions 153852 via svnmerge
........
  r153852 | eliel | 2008-11-03 11:33:58 -0200 (Mon, 03 Nov 2008) | 6 lines
  
  Add XML documentation for:
      Functions
          - IAXPEER()
          - IAXVAR()
........


git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.6.1@153858 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2008-11-03 13:35:02 +00:00
Eliel C. Sardanons
cd2709ec7e Blocked revisions 153803 via svnmerge
........
  r153803 | eliel | 2008-11-03 10:35:05 -0200 (Mon, 03 Nov 2008) | 11 lines
  
  Add XML documentation for:
       Applications
          - SIPDtmfMode()
          - SIPAddHeader()
       Functions
          - SIP_HEADER()
          - SIPPEER()
          - SIPCHANINFO()
          - CHECKSIPDOMAIN()
........


git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.6.1@153820 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2008-11-03 12:43:03 +00:00
Eliel C. Sardanons
48e5465c8f Blocked revisions 153747 via svnmerge
........
  r153747 | eliel | 2008-11-02 23:01:25 -0200 (Sun, 02 Nov 2008) | 14 lines
  
  Add XML documentation for:
     - WaitForSilence()
     - WaitForNoise()
     - WaitForRing()
     - IVRDemo()
     - DBDel()
     - DBDeltree()
  
   (issue #13699)
   Reported by: snuffy
   Patches: 
         bug13699_20081016.diff uploaded by snuffy (license 35)
          (With minor changes)
........


git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.6.1@153748 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2008-11-03 01:02:50 +00:00
Kevin P. Fleming
d660c03fdc Merged revision 153709 from trunk
------------------------------------------------------------------------
r153709 | kpfleming | 2008-11-02 17:34:39 -0600 (Sun, 02 Nov 2008) | 3 lines

instead of trying to forcibly load res_agi when app_stack is loaded (even if the administrator didn't want it loaded), use GCC weak symbols to determine whether it was loaded already or not; if it was loaded, then use it.


------------------------------------------------------------------------



git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.6.1@153711 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2008-11-03 00:21:04 +00:00
Kevin P. Fleming
1036849a42 import gcc 4.3.2 warning fixes from trunk, with a few changes specific to this branch
git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.6.1@153710 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2008-11-02 23:56:13 +00:00
Russell Bryant
bdb5cf6f46 Merged revisions 153652 via svnmerge from
https://origsvn.digium.com/svn/asterisk/trunk

................
r153652 | russell | 2008-11-02 14:06:03 -0600 (Sun, 02 Nov 2008) | 10 lines

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

........
r153651 | russell | 2008-11-02 13:51:17 -0600 (Sun, 02 Nov 2008) | 2 lines

features.h depends on linkedlists.h, so include it

........

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


git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.6.1@153653 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2008-11-02 20:07:30 +00:00