aboutsummaryrefslogtreecommitdiffstats
path: root/pbx
AgeCommit message (Expand)AuthorFilesLines
2010-10-18Disable use of inotify for call file handling as it is not working properly.jpeeler1-0/+5
2010-10-04Merged revisions 290254 via svnmerge from tilghman9-1815/+1894
2010-10-03Get notification only when file is closed, not when created.tilghman1-1/+1
2010-09-09Merged revisions 285710 via svnmerge from bbryant5-17/+38
2010-07-21Remove built-in AES code and use optional_api insteadtwilson2-6/+5
2010-07-20Add load priority order, such that preload becomes unnecessary in most casestilghman1-3/+3
2010-06-22fixes issue with 'dialplan remove extension blah' segfaulting with tab comple...dvossel1-2/+1
2010-06-22Merged revisions 271761 via svnmerge from mnicholson1-5/+8
2010-06-18Merged revisions 271399 via svnmerge from jpeeler1-2/+6
2010-05-27fix compile errorjpeeler1-0/+2
2010-05-27Cache query results for one second.tilghman1-1/+125
2010-05-26Use configure to determine the prefixes and include directories properly.tilghman1-6/+0
2010-05-13Fix build on linux.russell1-1/+1
2010-05-13Add kqueue(2) implementation to Asterisk in various places.tilghman1-4/+56
2010-05-11Improve logging by displaying line numberpabelanger1-12/+12
2010-03-30Merged revisions 255322 via svnmerge from russell1-4/+4
2010-03-27inotify support for pbx_spooltilghman1-4/+143
2010-03-23Change per-file debug and verbose levels to be per-module, the waykpfleming1-0/+1
2010-03-20Resolve a compiler warning on FreeBSD.russell1-0/+1
2010-03-05Remove pbx_gtkconsole and related gtk1 checks.russell1-511/+0
2010-03-02Convert some DUNDI functions to XML documentation.lmadsen1-23/+76
2010-02-08Add a todo for pbx_gtkconsole for updating to gtk2.russell1-3/+4
2010-01-24Merged revisions 242520 via svnmerge from tilghman1-1/+1
2010-01-18Extend max call limit duration from 24.8 days to 292+ million years.jpeeler1-2/+2
2009-12-04Parse global variables or expressions in hint extensionsmnick1-4/+20
2009-11-25Load pbx_lua with global symbols to allow linking with other lua libraries.mnicholson1-1/+1
2009-11-04Expand codec bitfield from 32 bits to 64 bits.tilghman1-1/+1
2009-11-03Resolve a warning from gcc 4.4.1.russell1-2/+2
2009-08-30If lua is detected with the lua5.1 prefix (or not), adjust the include path a...tilghman1-0/+6
2009-08-25DUNDILOOKUP function in 1.6 should use comma delimiters.tilghman1-25/+26
2009-08-10AST-2009-005tilghman4-19/+19
2009-08-01Merged revisions 209759 via svnmerge from kpfleming1-1/+2
2009-07-27Fixing typos. Replaces "recieved" with "received" and "initilize" with "initi...dbrooks1-1/+1
2009-07-24Remove trailing whitespace.russell1-177/+177
2009-07-21Merged revisions 207647 via svnmerge from kpfleming1-2/+2
2009-06-18fixes some memory leaks and redundant conditionsdvossel1-6/+3
2009-06-15More 'static' qualifiers on module global variables.kpfleming3-5/+5
2009-05-21Const-ify the world (or at least a good part of it)kpfleming3-5/+4
2009-05-02Remove rarely-used event_log/LOG_EVENT supportkpfleming1-3/+2
2009-04-29Removing crufty code that is no longer necessary. Code cleanup.dbrooks1-66/+0
2009-03-27Change g_eid to ast_eid_default.russell1-1/+1
2009-03-11Fix malloc debug macros to work properly with h323.jpeeler1-1/+1
2009-03-03Convert pbx_spool to use string fields instead of statically-sized buffers.mmichelson1-33/+41
2009-02-04Ensure that commas placed in the middle of extension character classes do nottilghman1-1/+31
2009-01-22Merged revisions 170158 via svnmerge from tilghman1-0/+4
2009-01-17Change intializer types. Found while working on asterisk-cpp. I have a newseanbright1-8/+7
2008-12-18Numerous documentation updates.file1-1/+1
2008-12-17A possibly "horrible fix" for a "horribly broken"murf1-0/+5
2008-12-17fixed the regressionsmurf2-77/+77
2008-12-16Be more detailed about why the include did not get included.file1-1/+25