aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
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
2006-08-15block the indicated 1.2 branch from being merged into trunk; it's already here.murf0-0/+0
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@39934 f38db490-d61c-443f-a65b-d21fe96a405b
2006-08-15print a more user friendly error message with the text representation of codecsrussell1-2/+9
(issue #7233, Mithraen) git-svn-id: http://svn.digium.com/svn/asterisk/trunk@39933 f38db490-d61c-443f-a65b-d21fe96a405b
2006-08-15reduce duplicated code by using print_codec_to_cli in sip_show_user as it isrussell1-15/+2
already used in sip_show_peer (issue #7739, DEA) git-svn-id: http://svn.digium.com/svn/asterisk/trunk@39932 f38db490-d61c-443f-a65b-d21fe96a405b
2006-08-15This change fixes bug 7731, macros not executing more than one level deep in ↵murf1-4/+4
a hung-up situation; also increased maximum recursion depth from 7 to 20, to keep serious coders from painful toe-stubbings git-svn-id: http://svn.digium.com/svn/asterisk/trunk@39909 f38db490-d61c-443f-a65b-d21fe96a405b
2006-08-15Make tonepair generated through fixed pointmarkster1-14/+37
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@39886 f38db490-d61c-443f-a65b-d21fe96a405b
2006-08-15removed libbnec dependencies.crichter4-94/+3
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@39864 f38db490-d61c-443f-a65b-d21fe96a405b
2006-08-15complete the coding style changes for these frame structureskpfleming1-6/+13
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@39832 f38db490-d61c-443f-a65b-d21fe96a405b
2006-08-15moved the asn1 and facility portions of code to mISDNuser, so removing the ↵nadi11-639/+102
files here. git-svn-id: http://svn.digium.com/svn/asterisk/trunk@39807 f38db490-d61c-443f-a65b-d21fe96a405b
2006-08-15Made "style" change requested by Kevin Fleming... used initializer in ↵murf1-17/+3
declaration, brought decl down to block where the variable is used, got rid of memset. git-svn-id: http://svn.digium.com/svn/asterisk/trunk@39806 f38db490-d61c-443f-a65b-d21fe96a405b
2006-08-15On behalf of PCadach, " IMHO that was last deadlock in chan_h323..."murf1-13/+36
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@39779 f38db490-d61c-443f-a65b-d21fe96a405b
2006-08-15SMDI documentation fix (issue #7732 reported by mnicholson)file1-1/+2
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@39776 f38db490-d61c-443f-a65b-d21fe96a405b
2006-08-14fix a typo and a very minor formatting changenorth1-3/+2
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@39753 f38db490-d61c-443f-a65b-d21fe96a405b
2006-08-14Fix for uninitialized workspace in ast_cdr_getvar, pointed out by sergeefile1-0/+2
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@39731 f38db490-d61c-443f-a65b-d21fe96a405b
2006-08-14don't try to ignore the contents of a quoted string in ast_separate_app_args()russell1-1/+1
if the delimeter is actually the quotation mark (fixes issue #7622) git-svn-id: http://svn.digium.com/svn/asterisk/trunk@39706 f38db490-d61c-443f-a65b-d21fe96a405b
2006-08-14resolve some compiler warnings ...russell1-2/+2
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@39684 f38db490-d61c-443f-a65b-d21fe96a405b
2006-08-14add the doc file about the MacroExclusive app (issue #7366, Steve Davies)russell1-0/+78
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@39683 f38db490-d61c-443f-a65b-d21fe96a405b
2006-08-14add MacroExclusive application, a Macro that only one call can executed atrussell3-4/+129
a time (issue #7366, Steve Davies, with mods by me as discussed in the report) git-svn-id: http://svn.digium.com/svn/asterisk/trunk@39681 f38db490-d61c-443f-a65b-d21fe96a405b
2006-08-14When taking a substring and a negative length is provided, instead of justrussell2-11/+19
ignoring it, allow this to mean that we want that many characters off of the end of the string so that ${EXTEN:0:$[${LEN(${EXTEN}) - 1]} can become ${EXTEN:0:-1}. (issue #7586, Corydon) git-svn-id: http://svn.digium.com/svn/asterisk/trunk@39659 f38db490-d61c-443f-a65b-d21fe96a405b
2006-08-14don't include files that cause additional targets to get executed if the targetrussell1-4/+12
called was clean, distclean, or update git-svn-id: http://svn.digium.com/svn/asterisk/trunk@39640 f38db490-d61c-443f-a65b-d21fe96a405b