Commit Graph

16645 Commits

Author SHA1 Message Date
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
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