summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2006-08-21build muted by default, since there is no Makefile target for it anymoreKevin P. Fleming
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@40770 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2006-08-21use a safer process for checking if a module wants to export symbols into ↵Kevin P. Fleming
the global namespace git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@40769 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2006-08-21replace a couple of bare 'make' with $(MAKE)Kevin P. Fleming
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@40765 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2006-08-21swap module macro arguments to proper orderKevin P. Fleming
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@40761 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2006-08-21Fix a potential integer signedness problem.Jason Parker
Also fix some locking issues I found at the same time. Issue 7770, original patch by alamantia git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@40757 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2006-08-21ensure that 'make' after 'svn update' that includes a configure script ↵Kevin P. Fleming
change won't run without making the user run configure first git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@40753 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2006-08-21don't declare these variables unless neededKevin P. Fleming
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@40751 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2006-08-21document Makefile target changesKevin P. Fleming
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@40728 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2006-08-21could have sworn i committed this change already...Kevin P. Fleming
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@40726 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2006-08-21main subdirectory is not dependencies for menuselect inputKevin P. Fleming
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@40725 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2006-08-21oops... no pattern rules for bison/flexKevin P. Fleming
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@40724 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2006-08-21merge new_loader_completion branch, including (at least):Kevin P. Fleming
- 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: https://origsvn.digium.com/svn/asterisk/trunk@40722 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2006-08-20Merged revisions 40692 via svnmerge from Tilghman Lesher
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: https://origsvn.digium.com/svn/asterisk/trunk@40693 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2006-08-20This is just step 1 in taking over the world.Jason Parker
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@40663 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2006-08-20Convert func_odbc to use the prepare_and_execute callback, which helps with ↵Tilghman Lesher
a database reconnection issue (bug 7693) git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@40632 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2006-08-20Blocked revisions 40601 via svnmergeJoshua Colp
........ 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: https://origsvn.digium.com/svn/asterisk/trunk@40602 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2006-08-20Converted device2str and control2str to use thread local storage.Jason Parker
Thanks Russell. git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@40600 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2006-08-20Properly check to see if parkingnum is a number (issue #7762 reported by robf)Joshua Colp
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@40599 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2006-08-20kpfleming didn't break trunk, it was the aliens. (fix it so that the ↵Joshua Colp
Makefile references the new name for the XML tree, menuselect-tree) git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@40566 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2006-08-20Make the CIPC device string usefulJason Parker
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@40563 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2006-08-20Fix minor display issues in "skinny show devices".Jason Parker
Patch by wedhorn with minor modifications by me. Issue 7766 git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@40561 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2006-08-19deprecate chan_agent callback modeKevin P. Fleming
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@40521 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2006-08-19suppress warnings introduced by putting states in an enumRussell Bryant
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@40489 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2006-08-19Blocking 1.2 rev 40446 from merging to trunkJason Parker
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@40452 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2006-08-19Fix a bug with app_voicemail when trying to use app_directory to leave messagesJason Parker
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: https://origsvn.digium.com/svn/asterisk/trunk@40426 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2006-08-19convert lists of constants in channel.h to enums instead of #definesRussell Bryant
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@40424 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2006-08-18Make a zttest of 20 seconds part of the autosupport script (issue #7752 ↵Joshua Colp
reported by kshumard) git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@40395 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2006-08-18Merged revisions 40392 via svnmerge from Kevin P. Fleming
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: https://origsvn.digium.com/svn/asterisk/trunk@40393 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2006-08-18Updated this as per wishes of Kevin Fleming. Needs review. Any ↵Steve Murphy
mistakes/misconceptions/glaring errors? git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@40360 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2006-08-17updating configure script and putting comments in the docsMatt O'Gorman
in english. yay! git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@40337 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2006-08-17changes to configure to support older c-client than theMatt O'Gorman
2004 version. git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@40335 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2006-08-17Use OSAtomicAdd instead of OSAtomicDecrement to decrement the value by 1.Joshua Colp
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@40303 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2006-08-17update configure script to reflect change to make version checkRussell Bryant
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@40302 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2006-08-17a lot of systems use GNU Make 3.81beta4, so only consider the first two ↵Russell Bryant
characters in the minor part of the version string git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@40280 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2006-08-17fix the use of an uninitialized variable (issue #7746, pointed out by garyhai)Russell Bryant
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@40278 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2006-08-17rename to more clearly state what this file shows how to doKevin P. Fleming
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@40257 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2006-08-17typoKevin P. Fleming
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@40256 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2006-08-17fix a little typo in the config file nameRussell Bryant
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@40255 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2006-08-17add Steve Murphy's guide on setting up call queues using dynamic queue members,Russell Bryant
including examples in AEL. git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@40254 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2006-08-17Merged revisions 40227 via svnmerge from Russell Bryant
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: https://origsvn.digium.com/svn/asterisk/trunk@40228 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2006-08-17Add 'l' option to CDR dialplan function which will cause it to pass the last ↵Joshua Colp
CDR record to getvar instead of the first. (issue #7689 reported by voipgate) git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@40226 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2006-08-17Blocked revisions 40223 via svnmergeJoshua Colp
........ r40223 | file | 2006-08-17 12:18:08 -0400 (Thu, 17 Aug 2006) | 2 lines Make app_macro compile again ........ git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@40224 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2006-08-17Blocking 40220, because I've already made the mod in trunk, and it might ↵Steve Murphy
have collisioned... git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@40222 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2006-08-17In app_macro, changed the previously changed upper recursion depth limit to ↵Steve Murphy
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: https://origsvn.digium.com/svn/asterisk/trunk@40200 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2006-08-17fixing the 64bit issue with misdn_l1_task.Nadi Sarrar
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@40178 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2006-08-17tabs to spaces to fix alignment ...Russell Bryant
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@40154 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2006-08-17print a warning at the end of the configure script if the version of GNU MakeRussell Bryant
in use is a version earlier than 3.81 This is for file :) git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@40153 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2006-08-17Fix cookie parsing for Internet Explorer (issue #7454, jeff)Russell Bryant
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@40131 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2006-08-17fix include of tonezone.h to reflect new location (issue #7741, Mithraen)Russell Bryant
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@40130 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2006-08-16fixed imap bug and updated syntax.Matt O'Gorman
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@40107 65c4cc65-6c06-0410-ace0-fbb531ad65f3