summaryrefslogtreecommitdiff
path: root/pbx
AgeCommit message (Expand)Author
2010-12-20Some scheduler API cleanup and improvements.Russell Bryant
2010-11-10Merged revisions 294605 via svnmerge from Tilghman Lesher
2010-11-10Merged revisions 294569 via svnmerge from Tilghman Lesher
2010-10-18Merged revisions 292083 via svnmerge from Jeff Peeler
2010-10-04Merged revisions 290255 via svnmerge from Tilghman Lesher
2010-10-03Merged revisions 290066 via svnmerge from Tilghman Lesher
2010-09-07Merged revisions 285386 via svnmerge from Tilghman Lesher
2010-09-07Merged revisions 285367 via svnmerge from Tilghman Lesher
2010-09-02Merged revisions 284610 via svnmerge from Tilghman Lesher
2010-08-27Merged revisions 283951 via svnmerge from Russell Bryant
2010-08-12Merged revisions 282131 via svnmerge from Jason Parker
2010-07-21Remove built-in AES code and use optional_api insteadTerry Wilson
2010-07-20Add load priority order, such that preload becomes unnecessary in most casesTilghman Lesher
2010-06-22fixes issue with 'dialplan remove extension blah' segfaulting with tab comple...David Vossel
2010-06-22Merged revisions 271761 via svnmerge from Matthew Nicholson
2010-06-18Merged revisions 271399 via svnmerge from Jeff Peeler
2010-05-27fix compile errorJeff Peeler
2010-05-27Cache query results for one second.Tilghman Lesher
2010-05-26Use configure to determine the prefixes and include directories properly.Tilghman Lesher
2010-05-13Fix build on linux.Russell Bryant
2010-05-13Add kqueue(2) implementation to Asterisk in various places.Tilghman Lesher
2010-05-11Improve logging by displaying line numberPaul Belanger
2010-03-30Merged revisions 255322 via svnmerge from Russell Bryant
2010-03-27inotify support for pbx_spoolTilghman Lesher
2010-03-23Change per-file debug and verbose levels to be per-module, the wayKevin P. Fleming
2010-03-20Resolve a compiler warning on FreeBSD.Russell Bryant
2010-03-05Remove pbx_gtkconsole and related gtk1 checks.Russell Bryant
2010-03-02Convert some DUNDI functions to XML documentation.Leif Madsen
2010-02-08Add a todo for pbx_gtkconsole for updating to gtk2.Russell Bryant
2010-01-24Merged revisions 242520 via svnmerge from Tilghman Lesher
2010-01-18Extend max call limit duration from 24.8 days to 292+ million years.Jeff Peeler
2009-12-04Parse global variables or expressions in hint extensionsMatthias Nick
2009-11-25Load pbx_lua with global symbols to allow linking with other lua libraries.Matthew Nicholson
2009-11-04Expand codec bitfield from 32 bits to 64 bits.Tilghman Lesher
2009-11-03Resolve a warning from gcc 4.4.1.Russell Bryant
2009-08-30If lua is detected with the lua5.1 prefix (or not), adjust the include path a...Tilghman Lesher
2009-08-25DUNDILOOKUP function in 1.6 should use comma delimiters.Tilghman Lesher
2009-08-10AST-2009-005Tilghman Lesher
2009-08-01Merged revisions 209759 via svnmerge from Kevin P. Fleming
2009-07-27Fixing typos. Replaces "recieved" with "received" and "initilize" with "initi...David Brooks
2009-07-24Remove trailing whitespace.Russell Bryant
2009-07-21Merged revisions 207647 via svnmerge from Kevin P. Fleming
2009-06-18fixes some memory leaks and redundant conditionsDavid Vossel
2009-06-15More 'static' qualifiers on module global variables.Kevin P. Fleming
2009-05-21Const-ify the world (or at least a good part of it)Kevin P. Fleming
2009-05-02Remove rarely-used event_log/LOG_EVENT supportKevin P. Fleming
2009-04-29Removing crufty code that is no longer necessary. Code cleanup.David Brooks
2009-03-27Change g_eid to ast_eid_default.Russell Bryant
2009-03-11Fix malloc debug macros to work properly with h323.Jeff Peeler
2009-03-03Convert pbx_spool to use string fields instead of statically-sized buffers.Mark Michelson