Russell Bryant [Mon, 1 Oct 2007 14:43:56 +0000 (14:43 +0000)]
Add a new option for files-based music on hold to ensure that the sort order
of the files is alphabetical.
(closes issue #10855)
Reported by: jamesgolovich
Patches:
asterisk-mohsortalpha.diff.txt uploaded by jamesgolovich (license 176)
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@84168
65c4cc65-6c06-0410-ace0-
fbb531ad65f3
Russell Bryant [Mon, 1 Oct 2007 14:27:02 +0000 (14:27 +0000)]
Merged revisions 84166 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.4
........
r84166 | russell | 2007-10-01 09:24:49 -0500 (Mon, 01 Oct 2007) | 2 lines
Simplify the CAN_EARLY_BRIDGE macro a bit.
........
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@84167
65c4cc65-6c06-0410-ace0-
fbb531ad65f3
Joshua Colp [Mon, 1 Oct 2007 14:21:06 +0000 (14:21 +0000)]
Add MP4 to part of the SDP code.
(closes issue #10820)
Reported by: ruikubo
Patches:
chan_sip.patch uploaded by ruikubo (license 250)
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@84165
65c4cc65-6c06-0410-ace0-
fbb531ad65f3
Joshua Colp [Mon, 1 Oct 2007 14:12:05 +0000 (14:12 +0000)]
Blocked revisions 84163 via svnmerge
........
r84163 | file | 2007-10-01 11:10:47 -0300 (Mon, 01 Oct 2007) | 4 lines
Remove chan_usbradio config file from tree, it is not present in here.
(closes issue #10839)
Reported by: casper
........
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@84164
65c4cc65-6c06-0410-ace0-
fbb531ad65f3
Joshua Colp [Mon, 1 Oct 2007 14:02:26 +0000 (14:02 +0000)]
Don't register the dnsmgr refresh CLI command twice.
(closes issue #10856)
Reported by: jamesgolovich
Patches:
asterisk-dnsmgrclireg.diff.txt uploaded by jamesgolovich (license 176)
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@84162
65c4cc65-6c06-0410-ace0-
fbb531ad65f3
Joshua Colp [Mon, 1 Oct 2007 13:59:13 +0000 (13:59 +0000)]
Merged revisions 84160 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.4
........
r84160 | file | 2007-10-01 10:57:42 -0300 (Mon, 01 Oct 2007) | 6 lines
Fix randomness. save_pos was being set to 0 initially instead of -1, causing it to jump to position 0 when moh started.
(closes issue #10859)
Reported by: jamesgolovich
Patches:
asterisk-mohpos2.diff.txt uploaded by jamesgolovich (license 176)
........
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@84161
65c4cc65-6c06-0410-ace0-
fbb531ad65f3
Joshua Colp [Mon, 1 Oct 2007 13:53:09 +0000 (13:53 +0000)]
Merged revisions 84158 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.4
........
r84158 | file | 2007-10-01 10:49:36 -0300 (Mon, 01 Oct 2007) | 4 lines
Only attempt early bridging if the options given to Dial() permit it.
(closes issue #10861)
Reported by: peekyb
........
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@84159
65c4cc65-6c06-0410-ace0-
fbb531ad65f3
Russell Bryant [Sun, 30 Sep 2007 20:06:58 +0000 (20:06 +0000)]
Merged revisions 84146 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.4
........
r84146 | russell | 2007-09-30 16:02:16 -0400 (Sun, 30 Sep 2007) | 4 lines
Fix the AST_MODULE_INFO macro for C++ modules. The load and reload parameters
were in the wrong place.
(closes issue #10846, alebm)
........
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@84147
65c4cc65-6c06-0410-ace0-
fbb531ad65f3
Russell Bryant [Sun, 30 Sep 2007 03:05:04 +0000 (03:05 +0000)]
* The documentation for the LOCK() function says that it will block for up to
3 seconds while waiting on a lock when other locks are currently held to
avoid deadlocks. Change the code to reflect this.
* Since trying to grab a lock may block for some time, put the channel in
autoservice so that audio is still read from the channel and that any
active generators on the channel don't pause.
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@84143
65c4cc65-6c06-0410-ace0-
fbb531ad65f3
Steve Murphy [Sat, 29 Sep 2007 23:47:59 +0000 (23:47 +0000)]
Merged revisions 84133 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.4
........
r84133 | murf | 2007-09-29 15:47:53 -0600 (Sat, 29 Sep 2007) | 1 line
This issue sort of closes 10786; All config files support #include with globbing (you know, *,[chars],?,{list,list},etc), so I've updated the AEL system to support this also.
........
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@84137
65c4cc65-6c06-0410-ace0-
fbb531ad65f3
Steve Murphy [Sat, 29 Sep 2007 22:40:58 +0000 (22:40 +0000)]
the last commit for AEL affected a small number of tests. Added a regression test for glob'd includes
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@84134
65c4cc65-6c06-0410-ace0-
fbb531ad65f3
Tilghman Lesher [Sat, 29 Sep 2007 18:21:36 +0000 (18:21 +0000)]
Set enablecdr at the end of re-reading the config file (Closes issue #10852)
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@84130
65c4cc65-6c06-0410-ace0-
fbb531ad65f3
Matthew Fredrickson [Sat, 29 Sep 2007 00:19:15 +0000 (00:19 +0000)]
Let's use process time instead of wall clock time for show translation
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@84115
65c4cc65-6c06-0410-ace0-
fbb531ad65f3
Tilghman Lesher [Fri, 28 Sep 2007 14:35:36 +0000 (14:35 +0000)]
Autoconf requires version 2.60, not 2.59, to process (Closes issue #10842)
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@84080
65c4cc65-6c06-0410-ace0-
fbb531ad65f3
Tilghman Lesher [Fri, 28 Sep 2007 14:22:58 +0000 (14:22 +0000)]
Merged revisions 84078 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.4
........
r84078 | tilghman | 2007-09-28 09:13:47 -0500 (Fri, 28 Sep 2007) | 2 lines
Correct pronunciations of numbers for .nl (Closes issue #10837)
........
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@84079
65c4cc65-6c06-0410-ace0-
fbb531ad65f3
Tilghman Lesher [Fri, 28 Sep 2007 05:37:16 +0000 (05:37 +0000)]
Merged revisions 84049 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.4
........
r84049 | tilghman | 2007-09-28 00:30:22 -0500 (Fri, 28 Sep 2007) | 3 lines
Avoid a deadlock with ALL of the locks in the masquerade function, not just the
pairs of channels. (Closes issue #10406)
........
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@84050
65c4cc65-6c06-0410-ace0-
fbb531ad65f3
Dwayne M. Hubbard [Thu, 27 Sep 2007 23:18:09 +0000 (23:18 +0000)]
Merged revisions 84018 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.4
........
r84018 | dhubbard | 2007-09-27 18:12:25 -0500 (Thu, 27 Sep 2007) | 1 line
if an Agent is redirected, the base channel should actually be redirected. This was causing multiple issues, especially issue 7706 and BE-160
........
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@84019
65c4cc65-6c06-0410-ace0-
fbb531ad65f3
Kevin P. Fleming [Thu, 27 Sep 2007 00:08:47 +0000 (00:08 +0000)]
Merged revisions 83974 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.4
........
r83974 | kpfleming | 2007-09-26 16:53:03 -0700 (Wed, 26 Sep 2007) | 2 lines
avoid the weird usage of assert() in the ALSA header files that gcc 4.2 wants to complain about
........
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@83986
65c4cc65-6c06-0410-ace0-
fbb531ad65f3
Kevin P. Fleming [Thu, 27 Sep 2007 00:06:06 +0000 (00:06 +0000)]
deal with more gcc 4.2 const pointer warnings
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@83978
65c4cc65-6c06-0410-ace0-
fbb531ad65f3
Russell Bryant [Thu, 27 Sep 2007 00:02:18 +0000 (00:02 +0000)]
Merged revisions 83976 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.4
........
r83976 | russell | 2007-09-26 19:01:29 -0500 (Wed, 26 Sep 2007) | 1 line
remove a todo item that has been completed
........
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@83977
65c4cc65-6c06-0410-ace0-
fbb531ad65f3
Russell Bryant [Wed, 26 Sep 2007 21:36:34 +0000 (21:36 +0000)]
Merged revisions 83943 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.4
........
r83943 | russell | 2007-09-26 16:35:23 -0500 (Wed, 26 Sep 2007) | 2 lines
I changed my mind ... I think this should be a LOG_NOTICE.
........
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@83944
65c4cc65-6c06-0410-ace0-
fbb531ad65f3
Russell Bryant [Wed, 26 Sep 2007 21:17:41 +0000 (21:17 +0000)]
Merged revisions 83941 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.4
........
r83941 | russell | 2007-09-26 16:15:15 -0500 (Wed, 26 Sep 2007) | 5 lines
Add a log message that was requested by the masses in the developer tutorial
session at Astricon. chan_sip did not output any message when a call was
rejected because the extension was not found. This adds a verbose message
(at verbose level 3) to note when this happens.
........
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@83942
65c4cc65-6c06-0410-ace0-
fbb531ad65f3
Russell Bryant [Wed, 26 Sep 2007 21:04:03 +0000 (21:04 +0000)]
Merged revisions 83910 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.4
........
r83910 | russell | 2007-09-26 15:50:09 -0500 (Wed, 26 Sep 2007) | 3 lines
Fix building chan_misdn under dev-mode. (please run the configure script
with --enable-dev-mode so this doesn't happen again ...)
........
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@83911
65c4cc65-6c06-0410-ace0-
fbb531ad65f3
Tilghman Lesher [Wed, 26 Sep 2007 18:43:23 +0000 (18:43 +0000)]
Merged revisions 83879 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.4
........
r83879 | tilghman | 2007-09-26 13:35:56 -0500 (Wed, 26 Sep 2007) | 2 lines
Remove unused 4k of memory on the program stack (closes issue #10827)
........
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@83880
65c4cc65-6c06-0410-ace0-
fbb531ad65f3
Russell Bryant [Wed, 26 Sep 2007 06:53:43 +0000 (06:53 +0000)]
fix a typo in a comment
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@83864
65c4cc65-6c06-0410-ace0-
fbb531ad65f3
Russell Bryant [Wed, 26 Sep 2007 06:31:05 +0000 (06:31 +0000)]
Change function documentation to use doxygen tags. (Really, I just needed
to make some minor change in trunk to test something with automerge ...)
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@83849
65c4cc65-6c06-0410-ace0-
fbb531ad65f3
Matthew Fredrickson [Tue, 25 Sep 2007 23:14:03 +0000 (23:14 +0000)]
Fix typo in readme
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@83834
65c4cc65-6c06-0410-ace0-
fbb531ad65f3
Russell Bryant [Tue, 25 Sep 2007 21:06:44 +0000 (21:06 +0000)]
Don't note that functions are deprecated in favor of themselves. This was
found by showing a very poor example doxygen function in a presentation this
morning. :)
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@83819
65c4cc65-6c06-0410-ace0-
fbb531ad65f3
Philippe Sultan [Tue, 25 Sep 2007 16:34:49 +0000 (16:34 +0000)]
Added a CLI command that shows our buddy list, as suggested by Daniel McKeehan, thanks!
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@83804
65c4cc65-6c06-0410-ace0-
fbb531ad65f3
Tilghman Lesher [Tue, 25 Sep 2007 14:18:09 +0000 (14:18 +0000)]
Merged revisions 83773 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.4
........
r83773 | tilghman | 2007-09-25 09:13:25 -0500 (Tue, 25 Sep 2007) | 2 lines
jmls pointed out that unsetting the group and setting the group to the blank string aren't quite the same.
........
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@83774
65c4cc65-6c06-0410-ace0-
fbb531ad65f3
Joshua Colp [Tue, 25 Sep 2007 13:41:02 +0000 (13:41 +0000)]
Fix minor memory leak in pval.c. Overwriting a value without freeing the previous result is bad, mmmk?
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@83758
65c4cc65-6c06-0410-ace0-
fbb531ad65f3
Philippe Sultan [Tue, 25 Sep 2007 09:07:30 +0000 (09:07 +0000)]
Comply with latest XEP-0166, XEP-0167, XEP-0176.
No real Jingle implementation being available, testing was made using
two Asterisk servers relaying SIP calls over their Jingle channels:
SIP Phone 1 --- [chan_sip]Asterisk 1[chan_jingle] --- [chan_jingle]Asterisk 2[chan_sip] --- SIP Phone 2
Thus, it was possible to test the code in both ways, and make the
Jingle channel comply with the latest specifications. No sound available yet.
Main modifications include :
- modified the 'jingle_candidate' structure and the
'jingle_create_candidates' function according to XEP-0176 ;
- modified the 'jingle_action' function in order to properly terminate
a Jingle session, in conformance with XEP-0166 ;
- modified username format used in STUN requests ;
- actually make the bindaddr configuration field useable.
Todo :
- set audio paths up (no native bridging) ;
- make the CLI gtalk functions available to jingle ;
- clean up the storage space used in strings.
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@83743
65c4cc65-6c06-0410-ace0-
fbb531ad65f3
Russell Bryant [Tue, 25 Sep 2007 08:09:01 +0000 (08:09 +0000)]
Add some files to the utils directory svn:ignore and Makefile clean target
(closes issue #10808, reported by mvanbaak)
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@83741
65c4cc65-6c06-0410-ace0-
fbb531ad65f3
Tilghman Lesher [Mon, 24 Sep 2007 22:06:19 +0000 (22:06 +0000)]
Permit custom locations for astdb and the keys directory (though default to the current locations) (Closes issue #10267)
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@83726
65c4cc65-6c06-0410-ace0-
fbb531ad65f3
Tilghman Lesher [Mon, 24 Sep 2007 17:29:02 +0000 (17:29 +0000)]
Merged revisions 83695 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.4
........
r83695 | tilghman | 2007-09-24 12:22:08 -0500 (Mon, 24 Sep 2007) | 4 lines
In the source, keys are relative to the datadir, not varlib (which is the same
in most cases, but it's good to be accurate).
Closes issue #10811
........
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@83696
65c4cc65-6c06-0410-ace0-
fbb531ad65f3
Dwayne M. Hubbard [Mon, 24 Sep 2007 17:10:14 +0000 (17:10 +0000)]
merged jcmoore's patch for configurable SDP origin-field username and session field, closes issue# 10795
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@83671
65c4cc65-6c06-0410-ace0-
fbb531ad65f3
Mark Michelson [Mon, 24 Sep 2007 17:00:57 +0000 (17:00 +0000)]
interface_exists_global was never returning 1. Most likely an error from my merge on Friday.
(closes issue #10817, reported and patched by snar, patch simplified by me)
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@83656
65c4cc65-6c06-0410-ace0-
fbb531ad65f3
Tilghman Lesher [Mon, 24 Sep 2007 16:42:48 +0000 (16:42 +0000)]
Blocked revisions 83653 via svnmerge
........
r83653 | tilghman | 2007-09-24 11:37:52 -0500 (Mon, 24 Sep 2007) | 2 lines
Oops. Removed the unworkable workaround. This note should never have been in the release.
........
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@83655
65c4cc65-6c06-0410-ace0-
fbb531ad65f3
Tilghman Lesher [Mon, 24 Sep 2007 16:40:12 +0000 (16:40 +0000)]
Merged revisions 83637 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.4
........
r83637 | tilghman | 2007-09-24 10:17:06 -0500 (Mon, 24 Sep 2007) | 3 lines
Making change to group splitting, as discussed on the -dev list. The main
effect of this will be to permit Set(GROUP([cat])=), i.e. unsetting a group.
........
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@83654
65c4cc65-6c06-0410-ace0-
fbb531ad65f3
Steve Murphy [Sat, 22 Sep 2007 19:54:10 +0000 (19:54 +0000)]
Merged revisions 83589 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.4
........
r83589 | murf | 2007-09-22 13:39:16 -0600 (Sat, 22 Sep 2007) | 1 line
This closes issue #10788 -- The exact same fixes are made here for the first arg in the for(arg1; arg2; arg3) {} statement, as were done for the 3rd arg. It can now be an assignment that will embedded in a Set() app, or a macro call, or an app call.
........
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@83590
65c4cc65-6c06-0410-ace0-
fbb531ad65f3
Steve Murphy [Sat, 22 Sep 2007 17:39:37 +0000 (17:39 +0000)]
Merged revisions 83558 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.4
........
r83558 | murf | 2007-09-22 10:41:43 -0600 (Sat, 22 Sep 2007) | 1 line
This closes issue #10788 -- the 3rd arg in the for statement is now wrapped in Set() only if there's an '=' in that string. Otherwise, if it begins with '&', then a Macro call is generated; otherwise it is made into an app call. A bit more accomodating, keeps the new guys happy, and the guys with ael-1 code should be happy, too
........
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@83575
65c4cc65-6c06-0410-ace0-
fbb531ad65f3
Matthew Fredrickson [Sat, 22 Sep 2007 17:37:07 +0000 (17:37 +0000)]
Fix potential point of confusion
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@83574
65c4cc65-6c06-0410-ace0-
fbb531ad65f3
Tilghman Lesher [Sat, 22 Sep 2007 14:45:42 +0000 (14:45 +0000)]
Fix build of check_expr and hashtest2 when DEBUG_THREADLOCAL is defined
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@83545
65c4cc65-6c06-0410-ace0-
fbb531ad65f3
Tilghman Lesher [Sat, 22 Sep 2007 14:03:48 +0000 (14:03 +0000)]
Add the MeetmeList and Reload manager commands, which supplement the need to have Command privilege. (closes issue #10736)
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@83532
65c4cc65-6c06-0410-ace0-
fbb531ad65f3
Tilghman Lesher [Sat, 22 Sep 2007 02:07:53 +0000 (02:07 +0000)]
Fixes for FreeBSD... testing for every conceivable math function now
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@83517
65c4cc65-6c06-0410-ace0-
fbb531ad65f3
Russell Bryant [Fri, 21 Sep 2007 19:55:03 +0000 (19:55 +0000)]
Fix compilation errors in CLI command updates to SS7 CLI commands
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@83500
65c4cc65-6c06-0410-ace0-
fbb531ad65f3
Matthew Fredrickson [Fri, 21 Sep 2007 19:54:07 +0000 (19:54 +0000)]
Add an SS7 readme for setup and use of libss7 and asterisk
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@83499
65c4cc65-6c06-0410-ace0-
fbb531ad65f3
Tilghman Lesher [Fri, 21 Sep 2007 18:41:36 +0000 (18:41 +0000)]
Fix some areas where we were still using '|' for an argument delimiter (closes issue #10793)
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@83484
65c4cc65-6c06-0410-ace0-
fbb531ad65f3
Russell Bryant [Fri, 21 Sep 2007 18:27:56 +0000 (18:27 +0000)]
Update app_queue to use commas as application argument separators.
(closes issue #10793, snar)
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@83483
65c4cc65-6c06-0410-ace0-
fbb531ad65f3
Tilghman Lesher [Fri, 21 Sep 2007 17:36:17 +0000 (17:36 +0000)]
Fix cdr_manager, such that if the config file is created past load, it'll
start logging (and conversely, if the config file is destroyed or deactivated,
the logging is disabled). Reported by Juggie via IRC, fix by me.
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@83466
65c4cc65-6c06-0410-ace0-
fbb531ad65f3
Russell Bryant [Fri, 21 Sep 2007 14:40:10 +0000 (14:40 +0000)]
Merged revisions 83432 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.4
........
r83432 | russell | 2007-09-21 09:37:20 -0500 (Fri, 21 Sep 2007) | 4 lines
gcc 4.2 has a new set of warnings dealing with cosnt pointers. This set of
changes gets all of Asterisk (minus chan_alsa for now) to compile with gcc 4.2.
(closes issue #10774, patch from qwell)
........
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@83433
65c4cc65-6c06-0410-ace0-
fbb531ad65f3
Tilghman Lesher [Fri, 21 Sep 2007 14:25:51 +0000 (14:25 +0000)]
Check for the presence of trunc and round, and make the ISOC99 detection a little more sane (closes issue #10776)
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@83431
65c4cc65-6c06-0410-ace0-
fbb531ad65f3
Joshua Colp [Fri, 21 Sep 2007 13:36:02 +0000 (13:36 +0000)]
Blocked revisions 83400 via svnmerge
........
r83400 | file | 2007-09-21 10:34:32 -0300 (Fri, 21 Sep 2007) | 4 lines
Fix video under certain circumstances. It would have been possible for the formats on the channel to not contain the video format.
(closes issue #10782)
Reported by: cwhuang
........
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@83401
65c4cc65-6c06-0410-ace0-
fbb531ad65f3
Jason Parker [Thu, 20 Sep 2007 23:14:30 +0000 (23:14 +0000)]
More NEW_CLI conversions.
(issue #10724)
Patches:
app_playback.c.patch uploaded by moy (license 222)
app_minivm.c.patch uploaded by eliel (license 64)
astmm.c.patch uploaded by eliel (license 64)
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@83381
65c4cc65-6c06-0410-ace0-
fbb531ad65f3
Mark Michelson [Thu, 20 Sep 2007 21:37:28 +0000 (21:37 +0000)]
Oops. Getting rid of svnmerge-integrated and automerge stuff
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@83351
65c4cc65-6c06-0410-ace0-
fbb531ad65f3
Mark Michelson [Thu, 20 Sep 2007 21:21:28 +0000 (21:21 +0000)]
Merging changes from queue_refcount_trunk into trunk. Refcounted queues now in place.
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@83350
65c4cc65-6c06-0410-ace0-
fbb531ad65f3
Russell Bryant [Thu, 20 Sep 2007 21:17:39 +0000 (21:17 +0000)]
Merged revisions 83348 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.4
........
r83348 | russell | 2007-09-20 16:16:48 -0500 (Thu, 20 Sep 2007) | 4 lines
When daemonizing, don't change working directory to "/". It makes it not be
able to do a core dump when not running as uid=root.
(closes issue #10766, xrg)
........
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@83349
65c4cc65-6c06-0410-ace0-
fbb531ad65f3
Russell Bryant [Thu, 20 Sep 2007 21:02:17 +0000 (21:02 +0000)]
Merged revisions 83316 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.4
........
r83316 | russell | 2007-09-20 16:01:20 -0500 (Thu, 20 Sep 2007) | 3 lines
Change safe_asterisk to explicitly ask for /bin/bash, as it uses bashisms.
(closes issue #10772, reported by culrich)
........
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@83317
65c4cc65-6c06-0410-ace0-
fbb531ad65f3
Russell Bryant [Thu, 20 Sep 2007 19:45:00 +0000 (19:45 +0000)]
trivial formatting change
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@83298
65c4cc65-6c06-0410-ace0-
fbb531ad65f3
Russell Bryant [Thu, 20 Sep 2007 19:42:33 +0000 (19:42 +0000)]
trivial formatting change
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@83297
65c4cc65-6c06-0410-ace0-
fbb531ad65f3
Russell Bryant [Thu, 20 Sep 2007 19:32:18 +0000 (19:32 +0000)]
minor spelling fixes in a comment
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@83296
65c4cc65-6c06-0410-ace0-
fbb531ad65f3
Russell Bryant [Thu, 20 Sep 2007 19:22:10 +0000 (19:22 +0000)]
minor grammar fix
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@83295
65c4cc65-6c06-0410-ace0-
fbb531ad65f3
Russell Bryant [Thu, 20 Sep 2007 19:17:16 +0000 (19:17 +0000)]
fix spelling in a comment
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@83294
65c4cc65-6c06-0410-ace0-
fbb531ad65f3
Russell Bryant [Thu, 20 Sep 2007 19:11:31 +0000 (19:11 +0000)]
trivial formatting change
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@83293
65c4cc65-6c06-0410-ace0-
fbb531ad65f3
Jason Parker [Thu, 20 Sep 2007 19:05:16 +0000 (19:05 +0000)]
Fix a trivial typo, to test our new commit bot
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@83278
65c4cc65-6c06-0410-ace0-
fbb531ad65f3
Jason Parker [Thu, 20 Sep 2007 17:10:14 +0000 (17:10 +0000)]
Merged revisions 83246 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.4
........
r83246 | qwell | 2007-09-20 12:09:14 -0500 (Thu, 20 Sep 2007) | 8 lines
If # is pressed after dialing an extension in DISA, stop trying to collect more digits.
(closes issue #10754)
Reported by: atis
Patches:
app_disa.c.branch.patch uploaded by atis (license 242)
app_disa.c.trunk.patch uploaded by atis (license 242)
........
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@83251
65c4cc65-6c06-0410-ace0-
fbb531ad65f3
Joshua Colp [Thu, 20 Sep 2007 16:28:00 +0000 (16:28 +0000)]
Merged revisions 83232 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.4
........
r83232 | file | 2007-09-20 13:25:30 -0300 (Thu, 20 Sep 2007) | 7 lines
Make sure the minimum T1 timer value is obeyed in all cases.
(closes issue #10768)
Reported by: flefoll
Patches:
chan_sip.c.trunk.83071.retrans-patch uploaded by flefoll (license 244)
chan_sip.c.br14.83070.retrans-patch uploaded by flefoll (license 244)
........
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@83234
65c4cc65-6c06-0410-ace0-
fbb531ad65f3
Russell Bryant [Thu, 20 Sep 2007 16:27:07 +0000 (16:27 +0000)]
Don't start the event processing thread until after forking.
(reported by Simon on the -dev list, thanks!)
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@83233
65c4cc65-6c06-0410-ace0-
fbb531ad65f3
Joshua Colp [Thu, 20 Sep 2007 16:19:45 +0000 (16:19 +0000)]
Merged revisions 83230 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.4
........
r83230 | file | 2007-09-20 13:17:24 -0300 (Thu, 20 Sep 2007) | 7 lines
Fix a minor spelling error.
(closes issue #10769)
Reported by: flefoll
Patches:
chan_sip.c.trunk.83071.inita-patch uploaded by flefoll (license 244)
chan_sip.c.br14.83070.inita-patch uploaded by flefoll (license 244)
........
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@83231
65c4cc65-6c06-0410-ace0-
fbb531ad65f3
Joshua Colp [Thu, 20 Sep 2007 16:10:57 +0000 (16:10 +0000)]
Fix memory leaks in pbx_dundi, cdr_pgsql, and the configuration file parser.
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@83229
65c4cc65-6c06-0410-ace0-
fbb531ad65f3
Jason Parker [Wed, 19 Sep 2007 23:16:51 +0000 (23:16 +0000)]
More conversions to NEW_CLI
(issue #10724)
Patches:
chan_zap.c.patch uploaded by moy (license 222)
app_queue.c.patch uploaded by eliel (license 64)
app_voicemail.c.patch uploaded by eliel (license 64)
app_meetme.c.patch uploaded by eliel (license 64)
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@83213
65c4cc65-6c06-0410-ace0-
fbb531ad65f3
Joshua Colp [Wed, 19 Sep 2007 20:06:31 +0000 (20:06 +0000)]
Clean up code in cdr_csv. (Are you sensing a theme for me today?)
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@83183
65c4cc65-6c06-0410-ace0-
fbb531ad65f3
Joshua Colp [Wed, 19 Sep 2007 20:01:34 +0000 (20:01 +0000)]
Clean up code in res_adsi.
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@83182
65c4cc65-6c06-0410-ace0-
fbb531ad65f3
Russell Bryant [Wed, 19 Sep 2007 19:54:58 +0000 (19:54 +0000)]
put the channel in autoservice when executing func_shell
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@83181
65c4cc65-6c06-0410-ace0-
fbb531ad65f3
Russell Bryant [Wed, 19 Sep 2007 19:51:47 +0000 (19:51 +0000)]
Merged revisions 83179 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.4
........
r83179 | russell | 2007-09-19 14:50:48 -0500 (Wed, 19 Sep 2007) | 5 lines
The System() and TrySystem() applications can take a substantial amount of
time to execute while not servicing the channel. So, put the channel in
autoservice while the command is being executed.
(closes issue #10726, reported by mnicholson)
........
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@83180
65c4cc65-6c06-0410-ace0-
fbb531ad65f3
Russell Bryant [Wed, 19 Sep 2007 19:36:34 +0000 (19:36 +0000)]
Merged revisions 83177 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.4
........
r83177 | russell | 2007-09-19 14:34:25 -0500 (Wed, 19 Sep 2007) | 4 lines
Using curl can take a substantial amount of time, so the channel should be
autoserviced while waiting for it to complete.
(closes issue #10725, reported by mnicholson)
........
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@83178
65c4cc65-6c06-0410-ace0-
fbb531ad65f3
Russell Bryant [Wed, 19 Sep 2007 19:14:58 +0000 (19:14 +0000)]
Merged revisions 83175 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.4
........
r83175 | russell | 2007-09-19 14:13:29 -0500 (Wed, 19 Sep 2007) | 8 lines
When handling a reload of chan_iax2, don't use an ao2_callback() to POKE all
peers. Instead, use an iterator. By using an iterator, the peers container
is not locked while the POKE is being done. It can cause a deadlock if the
peers container is locked because poking a peer will try to lock pvt structs,
while there is a lot of other code that will hold a pvt lock when trying to
go lock the peers container.
(reported to me directly by Loic Didelot. Thank you for the debug info!)
........
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@83176
65c4cc65-6c06-0410-ace0-
fbb531ad65f3
Joshua Colp [Wed, 19 Sep 2007 17:22:42 +0000 (17:22 +0000)]
Fix indentation in app_db.
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@83157
65c4cc65-6c06-0410-ace0-
fbb531ad65f3
Joshua Colp [Wed, 19 Sep 2007 17:20:43 +0000 (17:20 +0000)]
Clean up code in app_authenticate.
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@83156
65c4cc65-6c06-0410-ace0-
fbb531ad65f3
Joshua Colp [Wed, 19 Sep 2007 17:14:02 +0000 (17:14 +0000)]
Clean up code in app_adsiprog.
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@83155
65c4cc65-6c06-0410-ace0-
fbb531ad65f3
Russell Bryant [Wed, 19 Sep 2007 15:11:12 +0000 (15:11 +0000)]
Merged revisions 83121 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.4
........
r83121 | russell | 2007-09-19 10:10:14 -0500 (Wed, 19 Sep 2007) | 4 lines
Fix up another potential race condition. Do the loop decrementing use count
on events with the eventq protected from being changed.
(reported on IRC by Ivan)
........
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@83126
65c4cc65-6c06-0410-ace0-
fbb531ad65f3
Joshua Colp [Wed, 19 Sep 2007 15:08:43 +0000 (15:08 +0000)]
DISA only needs to know about the end of DTMF, not the beginning/duration.
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@83114
65c4cc65-6c06-0410-ace0-
fbb531ad65f3
Joshua Colp [Wed, 19 Sep 2007 15:05:35 +0000 (15:05 +0000)]
Clean up app_disa code a bit.
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@83105
65c4cc65-6c06-0410-ace0-
fbb531ad65f3
Philippe Sultan [Wed, 19 Sep 2007 13:55:08 +0000 (13:55 +0000)]
Replace Google namespace occurrences with Jingle. The former namespace
is handled by chan_gtalk.
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@83076
65c4cc65-6c06-0410-ace0-
fbb531ad65f3
Joshua Colp [Wed, 19 Sep 2007 13:49:47 +0000 (13:49 +0000)]
Merged revisions 83074 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.4
........
r83074 | file | 2007-09-19 10:47:59 -0300 (Wed, 19 Sep 2007) | 6 lines
Protect the CDR record from modification by pbx_exec so that the application data contains the Queue data.
(closes issue #10761)
Reported by: snar
Patches:
app-queue-mixmonitor.patch uploaded by snar (license 245)
........
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@83075
65c4cc65-6c06-0410-ace0-
fbb531ad65f3
Joshua Colp [Wed, 19 Sep 2007 13:30:01 +0000 (13:30 +0000)]
Extend manager show connected with additional information.
(closes issue #10757)
Reported by: outtolunc
Patches:
manager.c.sessionstart.diff uploaded by outtolunc (license 237)
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@83073
65c4cc65-6c06-0410-ace0-
fbb531ad65f3
Philippe Sultan [Wed, 19 Sep 2007 13:29:44 +0000 (13:29 +0000)]
Remove namespaces in payload-type tags.
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@83072
65c4cc65-6c06-0410-ace0-
fbb531ad65f3
Joshua Colp [Wed, 19 Sep 2007 13:21:41 +0000 (13:21 +0000)]
Merged revisions 83070 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.4
........
r83070 | file | 2007-09-19 10:18:22 -0300 (Wed, 19 Sep 2007) | 6 lines
(closes issue #10760)
Reported by: dimas
Patches:
chan_sip.patch uploaded by dimas (license 88)
Read in subscribecontext option in general to be the default.
........
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@83071
65c4cc65-6c06-0410-ace0-
fbb531ad65f3
Philippe Sultan [Wed, 19 Sep 2007 12:23:56 +0000 (12:23 +0000)]
Transmit proper invitation, thus conforming to XEP-0166 (Jingle general
specifications), XEP-0167 (Jingle Audio via RTP) and XEP-0176 (Jingle ICE
Transport).
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@83055
65c4cc65-6c06-0410-ace0-
fbb531ad65f3
Christian Richter [Wed, 19 Sep 2007 09:48:33 +0000 (09:48 +0000)]
Merged revisions 83023-83024 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.4
........
r83023 | crichter | 2007-09-19 11:31:55 +0200 (Mi, 19 Sep 2007) | 1 line
added 'astdtmf' option to allow configuring the asterisk dtmf detector instead of the mISDN_dsp ones. also added the patch from irroot #10190, so that dtmf tones detected by the asterisk detector are passed outofband to asterisk, to make any use of dtmf tones at all.
........
r83024 | crichter | 2007-09-19 11:32:42 +0200 (Mi, 19 Sep 2007) | 1 line
removed comment which violates the coding guidelines.
........
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@83025
65c4cc65-6c06-0410-ace0-
fbb531ad65f3
Russell Bryant [Wed, 19 Sep 2007 00:21:41 +0000 (00:21 +0000)]
Merged revisions 82992 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.4
........
r82992 | russell | 2007-09-18 19:19:49 -0500 (Tue, 18 Sep 2007) | 4 lines
Change the description of app_flash to note how it can be a useful tool instead
of just saying that it is generally a worthless feature.
(Thanks to Jim Van Meggelen for pointing it out and providing the proposed text)
........
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@82993
65c4cc65-6c06-0410-ace0-
fbb531ad65f3
Joshua Colp [Tue, 18 Sep 2007 23:42:24 +0000 (23:42 +0000)]
Merged revisions 82961 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.4
........
r82961 | file | 2007-09-18 20:41:02 -0300 (Tue, 18 Sep 2007) | 2 lines
Initialize a variable to NULL to make the world happy.
........
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@82962
65c4cc65-6c06-0410-ace0-
fbb531ad65f3
Russell Bryant [Tue, 18 Sep 2007 22:46:05 +0000 (22:46 +0000)]
Merged revisions 82929 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.4
........
r82929 | russell | 2007-09-18 17:42:27 -0500 (Tue, 18 Sep 2007) | 11 lines
Add a new patch to handle interrupting the fgets() call when using FastAGI.
This version of the patch maintains the original behavior of the code when
not using FastAGI.
(closes issue #10553)
Reported by: juggie
Patches:
res_agi_fgets-4.patch uploaded by juggie (license 24)
res_agi_fgets_1.4svn.patch uploaded by juggie (license 24)
Slight mods by me
Tested by: juggie, festr
........
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@82931
65c4cc65-6c06-0410-ace0-
fbb531ad65f3
Jason Parker [Tue, 18 Sep 2007 22:43:45 +0000 (22:43 +0000)]
(issue #10724)
Reported by: eliel
Patches:
res_features.c.patch uploaded by eliel (license 64)
res_agi.c.patch uploaded by seanbright (license 71)
res_musiconhold.c.patch uploaded by seanbright (license 71)
pbx.c.patch uploaded by moy (license 222)
logger.c.patch uploaded by moy (license 222)
frame.c.patch uploaded by moy (license 222)
manager.c.patch uploaded by moy (license 222)
http.c.patch uploaded by moy (license 222)
dnsmgr.c.patch uploaded by moy (license 222)
res_realtime.c.patch uploaded by eliel (license 64)
res_odbc.c.patch uploaded by seanbright (license 71)
res_jabber.c.patch uploaded by eliel (license 64)
chan_local.c.patch uploaded by eliel (license 64)
chan_agent.c.patch uploaded by eliel (license 64)
chan_alsa.c.patch uploaded by eliel (license 64)
chan_features.c.patch uploaded by eliel (license 64)
chan_sip.c.patch uploaded by eliel (license 64)
RollUp.1.patch (includes all of the above patches) uploaded by seanbright (license 71)
Convert many CLI commands to the NEW_CLI format.
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@82930
65c4cc65-6c06-0410-ace0-
fbb531ad65f3
Jason Parker [Tue, 18 Sep 2007 21:07:08 +0000 (21:07 +0000)]
(closes issue #10739)
Reported by: ruffle
Patches:
app_voicemail.c.diff uploaded by ruffle (license 201)
10739-moveheard.diff uploaded by qwell (license 4)
Tested by: callguy, ruffle
Add an option to disable the automatic moving of "heard" messages to the Old folder.
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@82871
65c4cc65-6c06-0410-ace0-
fbb531ad65f3
Russell Bryant [Tue, 18 Sep 2007 20:59:21 +0000 (20:59 +0000)]
Merged revisions 82867 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.4
........
r82867 | russell | 2007-09-18 15:56:43 -0500 (Tue, 18 Sep 2007) | 10 lines
Fix a memory leak that can occur on systems under higher load. The issue is
that when events are appended to the master event queue, they use the number
of active sessions as a use count so it will know when all active sessions
at the time the event happened have consumed it. However, the handling of
the number of sessions was not properly synchronized, so the use count was
not always correct, causing an event to disappear early, or get stuck in
the event queue for forever.
(closes issue #9238, reported by bweschke, patch from Ivan, modified by me)
........
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@82868
65c4cc65-6c06-0410-ace0-
fbb531ad65f3
Mark Michelson [Tue, 18 Sep 2007 20:10:59 +0000 (20:10 +0000)]
Merged revisions 82865 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.4
........
r82865 | mmichelson | 2007-09-18 15:09:02 -0500 (Tue, 18 Sep 2007) | 4 lines
Moving the logic for handling an empty membername to the create_member function so that there is a common place
where this occurs instead of being spread out to several different places.
........
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@82866
65c4cc65-6c06-0410-ace0-
fbb531ad65f3
Kevin P. Fleming [Tue, 18 Sep 2007 19:06:34 +0000 (19:06 +0000)]
Merged revisions 82834 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.4
........
r82834 | kpfleming | 2007-09-18 13:59:52 -0500 (Tue, 18 Sep 2007) | 2 lines
there is no need for conditional logic to select ->interface or ->membername, snince ->membername will always be populated
........
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@82835
65c4cc65-6c06-0410-ace0-
fbb531ad65f3
Russell Bryant [Tue, 18 Sep 2007 16:34:05 +0000 (16:34 +0000)]
Merged revisions 82802 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.4
........
r82802 | russell | 2007-09-18 11:31:01 -0500 (Tue, 18 Sep 2007) | 4 lines
When copying the contents from the wildcard peer, do a deep copy instead of
shallow copy so that it doesn't crash when beging destroyed.
(closes issue #10546, patch by me)
........
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@82803
65c4cc65-6c06-0410-ace0-
fbb531ad65f3
Jason Parker [Tue, 18 Sep 2007 16:16:36 +0000 (16:16 +0000)]
(closes issue #10755)
Reported by: snar
Patches:
app-queue-cdr-trunk.patch uploaded by snar (license 245)
queues.conf.patch uploaded by snar (license 245)
Add an updatecdr option to queues.conf, so that if a "member name" is specified,
the cdr record will be updated with that, rather than the channel.
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@82800
65c4cc65-6c06-0410-ace0-
fbb531ad65f3