aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2006-08-21merge new_loader_completion branch, including (at least):kpfleming398-7172/+5945
- restructured build tree and makefiles to eliminate recursion problems - support for embedded modules - support for static builds - simpler cross-compilation support - simpler module/loader interface (no exported symbols) git-svn-id: http://svn.digium.com/svn/asterisk/trunk@40722 f38db490-d61c-443f-a65b-d21fe96a405b
2006-08-20Merged revisions 40692 via svnmerge from tilghman1-33/+8
https://origsvn.digium.com/svn/asterisk/branches/1.2 ........ r40692 | tilghman | 2006-08-20 17:09:57 -0500 (Sun, 20 Aug 2006) | 2 lines Reformat to match the contribution style of other contributors ........ git-svn-id: http://svn.digium.com/svn/asterisk/trunk@40693 f38db490-d61c-443f-a65b-d21fe96a405b
2006-08-20This is just step 1 in taking over the world.qwell1-2/+2
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@40663 f38db490-d61c-443f-a65b-d21fe96a405b
2006-08-20Convert func_odbc to use the prepare_and_execute callback, which helps with ↵tilghman2-91/+42
a database reconnection issue (bug 7693) git-svn-id: http://svn.digium.com/svn/asterisk/trunk@40632 f38db490-d61c-443f-a65b-d21fe96a405b
2006-08-20Blocked revisions 40601 via svnmergefile0-0/+0
........ r40601 | file | 2006-08-20 00:49:48 -0400 (Sun, 20 Aug 2006) | 2 lines Turn media level c= parsing on by default (issue #7725 reported by psm) ........ git-svn-id: http://svn.digium.com/svn/asterisk/trunk@40602 f38db490-d61c-443f-a65b-d21fe96a405b
2006-08-20Converted device2str and control2str to use thread local storage.qwell1-4/+15
Thanks Russell. git-svn-id: http://svn.digium.com/svn/asterisk/trunk@40600 f38db490-d61c-443f-a65b-d21fe96a405b
2006-08-20Properly check to see if parkingnum is a number (issue #7762 reported by robf)file1-1/+1
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@40599 f38db490-d61c-443f-a65b-d21fe96a405b
2006-08-20kpfleming didn't break trunk, it was the aliens. (fix it so that the ↵file1-4/+4
Makefile references the new name for the XML tree, menuselect-tree) git-svn-id: http://svn.digium.com/svn/asterisk/trunk@40566 f38db490-d61c-443f-a65b-d21fe96a405b
2006-08-20Make the CIPC device string usefulqwell1-1/+1
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@40563 f38db490-d61c-443f-a65b-d21fe96a405b
2006-08-20Fix minor display issues in "skinny show devices".qwell1-7/+75
Patch by wedhorn with minor modifications by me. Issue 7766 git-svn-id: http://svn.digium.com/svn/asterisk/trunk@40561 f38db490-d61c-443f-a65b-d21fe96a405b
2006-08-19deprecate chan_agent callback modekpfleming2-1/+25
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@40521 f38db490-d61c-443f-a65b-d21fe96a405b
2006-08-19suppress warnings introduced by putting states in an enumrussell1-0/+2
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@40489 f38db490-d61c-443f-a65b-d21fe96a405b
2006-08-19Blocking 1.2 rev 40446 from merging to trunkqwell0-0/+0
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@40452 f38db490-d61c-443f-a65b-d21fe96a405b
2006-08-19Fix a bug with app_voicemail when trying to use app_directory to leave messagesqwell2-12/+23
to another user (options 3, 5, 2). If the context/extension didn't exist in the dialplan (and why should it have to?), it would fail, saying that it's an "invalid extension". (issue BE-71) git-svn-id: http://svn.digium.com/svn/asterisk/trunk@40426 f38db490-d61c-443f-a65b-d21fe96a405b
2006-08-19convert lists of constants in channel.h to enums instead of #definesrussell4-79/+104
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@40424 f38db490-d61c-443f-a65b-d21fe96a405b
2006-08-18Make a zttest of 20 seconds part of the autosupport script (issue #7752 ↵file1-0/+8
reported by kshumard) git-svn-id: http://svn.digium.com/svn/asterisk/trunk@40395 f38db490-d61c-443f-a65b-d21fe96a405b
2006-08-18Merged revisions 40392 via svnmerge from kpfleming1-1/+10
https://origsvn.digium.com/svn/asterisk/branches/1.2 ........ r40392 | kpfleming | 2006-08-18 14:10:51 -0500 (Fri, 18 Aug 2006) | 2 lines make a feeble attempt to avoid the 'how do I enable my hardware echo canceler' questions ........ git-svn-id: http://svn.digium.com/svn/asterisk/trunk@40393 f38db490-d61c-443f-a65b-d21fe96a405b
2006-08-18Updated this as per wishes of Kevin Fleming. Needs review. Any ↵murf1-0/+101
mistakes/misconceptions/glaring errors? git-svn-id: http://svn.digium.com/svn/asterisk/trunk@40360 f38db490-d61c-443f-a65b-d21fe96a405b
2006-08-17updating configure script and putting comments in the docsmogorman3-13/+131
in english. yay! git-svn-id: http://svn.digium.com/svn/asterisk/trunk@40337 f38db490-d61c-443f-a65b-d21fe96a405b
2006-08-17changes to configure to support older c-client than themogorman3-8/+70
2004 version. git-svn-id: http://svn.digium.com/svn/asterisk/trunk@40335 f38db490-d61c-443f-a65b-d21fe96a405b
2006-08-17Use OSAtomicAdd instead of OSAtomicDecrement to decrement the value by 1.file1-2/+2
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@40303 f38db490-d61c-443f-a65b-d21fe96a405b
2006-08-17update configure script to reflect change to make version checkrussell1-3/+3
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@40302 f38db490-d61c-443f-a65b-d21fe96a405b
2006-08-17a lot of systems use GNU Make 3.81beta4, so only consider the first two ↵russell1-1/+1
characters in the minor part of the version string git-svn-id: http://svn.digium.com/svn/asterisk/trunk@40280 f38db490-d61c-443f-a65b-d21fe96a405b
2006-08-17fix the use of an uninitialized variable (issue #7746, pointed out by garyhai)russell1-1/+3
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@40278 f38db490-d61c-443f-a65b-d21fe96a405b
2006-08-17rename to more clearly state what this file shows how to dokpfleming1-0/+0
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@40257 f38db490-d61c-443f-a65b-d21fe96a405b
2006-08-17typokpfleming1-1/+1
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@40256 f38db490-d61c-443f-a65b-d21fe96a405b
2006-08-17fix a little typo in the config file namerussell1-1/+1
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@40255 f38db490-d61c-443f-a65b-d21fe96a405b
2006-08-17add Steve Murphy's guide on setting up call queues using dynamic queue members,russell1-0/+403
including examples in AEL. git-svn-id: http://svn.digium.com/svn/asterisk/trunk@40254 f38db490-d61c-443f-a65b-d21fe96a405b
2006-08-17Merged revisions 40227 via svnmerge from russell1-1/+2
https://origsvn.digium.com/svn/asterisk/branches/1.2 ........ r40227 | russell | 2006-08-17 12:36:21 -0400 (Thu, 17 Aug 2006) | 3 lines revert bogus change to attempt to fix bug 7506 which actually causes half of the channels not to get "Newchannel" events at all (issue #7745) ........ git-svn-id: http://svn.digium.com/svn/asterisk/trunk@40228 f38db490-d61c-443f-a65b-d21fe96a405b
2006-08-17Add 'l' option to CDR dialplan function which will cause it to pass the last ↵file1-2/+9
CDR record to getvar instead of the first. (issue #7689 reported by voipgate) git-svn-id: http://svn.digium.com/svn/asterisk/trunk@40226 f38db490-d61c-443f-a65b-d21fe96a405b
2006-08-17Blocked revisions 40223 via svnmergefile0-0/+0
........ r40223 | file | 2006-08-17 12:18:08 -0400 (Thu, 17 Aug 2006) | 2 lines Make app_macro compile again ........ git-svn-id: http://svn.digium.com/svn/asterisk/trunk@40224 f38db490-d61c-443f-a65b-d21fe96a405b
2006-08-17Blocking 40220, because I've already made the mod in trunk, and it might ↵murf0-0/+0
have collisioned... git-svn-id: http://svn.digium.com/svn/asterisk/trunk@40222 f38db490-d61c-443f-a65b-d21fe96a405b
2006-08-17In app_macro, changed the previously changed upper recursion depth limit to ↵murf1-2/+7
a variable, default of the original val of 7. MACRO_RECURSION is a channel variable that will override the limit, but until I can understand and fix why this limit is neccessary, I am not advertising this variable in the docs. git-svn-id: http://svn.digium.com/svn/asterisk/trunk@40200 f38db490-d61c-443f-a65b-d21fe96a405b
2006-08-17fixing the 64bit issue with misdn_l1_task.nadi1-6/+12
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@40178 f38db490-d61c-443f-a65b-d21fe96a405b
2006-08-17tabs to spaces to fix alignment ...russell1-2/+2
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@40154 f38db490-d61c-443f-a65b-d21fe96a405b
2006-08-17print a warning at the end of the configure script if the version of GNU Makerussell3-1/+36
in use is a version earlier than 3.81 This is for file :) git-svn-id: http://svn.digium.com/svn/asterisk/trunk@40153 f38db490-d61c-443f-a65b-d21fe96a405b
2006-08-17Fix cookie parsing for Internet Explorer (issue #7454, jeff)russell1-17/+44
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@40131 f38db490-d61c-443f-a65b-d21fe96a405b
2006-08-17fix include of tonezone.h to reflect new location (issue #7741, Mithraen)russell1-1/+1
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@40130 f38db490-d61c-443f-a65b-d21fe96a405b
2006-08-16fixed imap bug and updated syntax.mogorman2-18/+16
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@40107 f38db490-d61c-443f-a65b-d21fe96a405b
2006-08-16added patch from #7709crichter1-2/+2
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@40084 f38db490-d61c-443f-a65b-d21fe96a405b
2006-08-16Merged revisions 40057 via svnmerge from kpfleming1-4/+6
https://origsvn.digium.com/svn/asterisk/branches/1.2 ........ r40057 | kpfleming | 2006-08-16 13:57:44 -0500 (Wed, 16 Aug 2006) | 2 lines don't allow AUEP responses to overflow the stack during a string copy (reported by Mu Security) ........ git-svn-id: http://svn.digium.com/svn/asterisk/trunk@40058 f38db490-d61c-443f-a65b-d21fe96a405b
2006-08-16fix some minor stuffkpfleming1-3/+1
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@40055 f38db490-d61c-443f-a65b-d21fe96a405b
2006-08-16Remove the old ODBC_STORAGE and make EXTENDED_ODBC_STORAGE the one to use. ↵file3-47/+6
This means that if you're using this and upgrade to the revision where this was committed, you will need to update your table to the schema provided in doc/odbcstorage.txt git-svn-id: http://svn.digium.com/svn/asterisk/trunk@40033 f38db490-d61c-443f-a65b-d21fe96a405b
2006-08-16instead of a for loop and ast_cli_(un)register, use ↵russell1-4/+2
ast_cli_(un)register_multiple() git-svn-id: http://svn.digium.com/svn/asterisk/trunk@40031 f38db490-d61c-443f-a65b-d21fe96a405b
2006-08-16Move things around a bit more for onhold support, and add a check to only ↵file1-21/+14
decrement the onhold variable if it's greater then 0. (issue #7740 reported by AuPix) git-svn-id: http://svn.digium.com/svn/asterisk/trunk@40010 f38db490-d61c-443f-a65b-d21fe96a405b
2006-08-16a static array now holds the cli_entry structsnadi1-191/+50
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@40009 f38db490-d61c-443f-a65b-d21fe96a405b
2006-08-16adding support for AOCD facility messages.nadi4-34/+75
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@39987 f38db490-d61c-443f-a65b-d21fe96a405b
2006-08-16Fix formatting of "show codecs" CLI command.qwell2-14/+30
Make "show translations" CLI command have dynamic widths. Also display g726 codec in both commands. There are probably other places where "11" is hardcoded... git-svn-id: http://svn.digium.com/svn/asterisk/trunk@39965 f38db490-d61c-443f-a65b-d21fe96a405b
2006-08-16move the calls to ast_jb_configure() to before the PBX thread is started on therussell7-24/+13
channel to remove the theoretical race condition that the channel could get bridged before the channel's jitterbuffer gets configured. This was pointed out by PCadach on IRC. Thanks! git-svn-id: http://svn.digium.com/svn/asterisk/trunk@39964 f38db490-d61c-443f-a65b-d21fe96a405b
2006-08-15Merged revisions 39935 via svnmerge from russell1-5/+4
https://origsvn.digium.com/svn/asterisk/branches/1.2 ........ r39935 | russell | 2006-08-15 18:49:41 -0400 (Tue, 15 Aug 2006) | 3 lines use pbx_builtin_getvar_helper() so that GET VARIABLE can retrieve global variables (issue #7609) ........ git-svn-id: http://svn.digium.com/svn/asterisk/trunk@39936 f38db490-d61c-443f-a65b-d21fe96a405b