aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2006-04-26include/asterisk/ael_structs.h:rizzo7-370/+394
2006-04-26adds new function QUEUE_WAITING_COUNT and a fewmogorman1-1/+53
2006-04-26more janitor work, patch from bug 6975.mogorman1-27/+28
2006-04-26Merged revisions 22596 via svnmerge from mogorman1-2/+2
2006-04-26adds two new applications, exitwhile, and continuewhilemogorman1-5/+43
2006-04-26whitespace-only change:rizzo2-272/+272
2006-04-26whitespace-only change:rizzo2-833/+880
2006-04-26Facility decoding doesn't work proper yetcrichter1-0/+3
2006-04-26add the missing prototype for the included asprintfrussell1-0/+4
2006-04-26another Solaris compatability fix - this makes sure u_int64_t is definedrussell1-0/+1
2006-04-25Bug 7032 - Remove deprecated use of ${CALLERIDNUM}tilghman1-1/+1
2006-04-25AEL is no longer considered experimental :)russell1-3/+0
2006-04-25don't rely on default search paths for finding local include fileskpfleming1-2/+2
2006-04-25if an external library is found, but the associated header file is not, justrussell1-7/+14
2006-04-25wrong path in include file.rizzo2-2/+2
2006-04-25fix variable declaration in the middle of a blockrizzo1-2/+4
2006-04-25don't list strcompat.o as a dependency in the build_tools Makefile. It isrussell1-2/+2
2006-04-25remove a bashism ...russell1-2/+4
2006-04-25apparently some systems may have ncurses that doesn't provide backwards compatrussell3-2/+14
2006-04-25another little Solaris fix, unset LIBS before building libmxmlrussell1-1/+1
2006-04-25menuselect needs strcompat.o for strsep on Solarisrussell2-2/+2
2006-04-24check for automake before aclocal, so that the error message says automakerussell1-2/+2
2006-04-24Move clueful 'h' more central; alias ESC to left arrow and make ESC quit on m...tilghman1-5/+7
2006-04-24add a note indicating that you can press 'h' for helprussell2-1/+2
2006-04-24remove properties added as a part of the AEL mergerussell0-0/+0
2006-04-24remove some files we don't needrussell5-3592/+0
2006-04-24Merge Steve Murphy's (murf) complete re-implementation of AEL, which is now n...kpfleming43-2229/+21237
2006-04-24print a message before running the autotoolsrussell1-2/+4
2006-04-24fix kevin's silly typosrussell1-2/+2
2006-04-24Deprecate prefixed options in voicemailtilghman2-13/+25
2006-04-24Thanks to the fine work of Russell Bryant and Dancho Lazarov, we now have aut...kpfleming115-827/+22014
2006-04-24Fix CDR builds when includes are in freetds directory off includemarkster1-0/+5
2006-04-23Bug 6710 - Move default datetime string to each language function, so each la...tilghman1-55/+84
2006-04-23- Add doxygen documentation for sipsock_read lockingoej2-1/+7
2006-04-22Added "Operator Services" connection mode for Zap channels, and the 'O' optionjdixon3-14/+119
2006-04-21convert to use ast_stream_and_waitrizzo1-25/+8
2006-04-21convert to use ast_strem_and_waitrizzo1-32/+10
2006-04-21convert to use ast_stream_and_waitrizzo2-36/+18
2006-04-21move wait_and_stream to ast_wait_and_stream() because equivalentrizzo3-32/+37
2006-04-21more stncpy/ast_copy_string replacement.rizzo1-21/+18
2006-04-21more strncpy/ast_copy_string replacement.rizzo1-14/+6
2006-04-21more strncpy/ast_copy_string replacementrizzo1-15/+8
2006-04-21replace some strncpy with ast_copy string,rizzo1-43/+33
2006-04-21replace strncpy with ast_copy_string.rizzo1-10/+6
2006-04-21replace strncpy with ast_copy_string and fix the -1 offset whichrizzo1-11/+3
2006-04-21comment a possible memory leakrizzo1-0/+1
2006-04-21merge some common code into a functionrizzo1-18/+15
2006-04-21update configuration, generalize date format andrizzo1-52/+73
2006-04-21- use symbolic constants and macros to play with the debug flagrizzo4-26/+25
2006-04-21simplify pbx_builtin_execiftimerizzo1-28/+22