summaryrefslogtreecommitdiff
path: root/pbx
AgeCommit message (Expand)Author
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
2009-02-04Ensure that commas placed in the middle of extension character classes do notTilghman Lesher
2009-01-22Merged revisions 170158 via svnmerge from Tilghman Lesher
2009-01-17Change intializer types. Found while working on asterisk-cpp. I have a newSean Bright
2008-12-18Numerous documentation updates.Joshua Colp
2008-12-17A possibly "horrible fix" for a "horribly broken"Steve Murphy
2008-12-17fixed the regressionsSteve Murphy
2008-12-16Be more detailed about why the include did not get included.Joshua Colp
2008-12-15Allow disabling pattern match searches within the Realtime dialplan switch.Tilghman Lesher
2008-12-15When a reload is issued, always process the configuration for dundi.conf.Russell Bryant
2008-12-12Merged revisions 163511 via svnmerge from Russell Bryant
2008-12-11Merged revisions 163316 via svnmerge from Matthew Nicholson
2008-12-05Janitor, use ARRAY_LEN() when possible.Eliel C. Sardanons
2008-12-03Merged revisions 160558 via svnmerge from Tilghman Lesher
2008-12-03Merged revisions 160551 via svnmerge from Tilghman Lesher
2008-11-25Don't actually do anything with a negative priority, because we ignore it inTilghman Lesher
2008-11-20Merged revisions 157859 via svnmerge from Kevin P. Fleming
2008-11-19Fix checking for CONFIG_STATUS_FILEINVALID so that modules don't crash upon t...Terry Wilson
2008-11-12This commit does two things:Michiel van Baak
2008-11-07correct logic error noticed by rmudgett (thanks!)Kevin P. Fleming
2008-11-06coding style/guidelines cleanup, plus use new side-effect safe S_ORKevin P. Fleming
2008-11-02bring over all the fixes for the warnings found by gcc 4.3.x from the 1.4 bra...Kevin P. Fleming
2008-10-20 Do NOT attempt to do anything with the ast_config struct when it's been retu...BJ Weschke
2008-10-14Add additional memory debugging to several core APIs, and fix several memoryTilghman Lesher
2008-10-10Reset continuation items at the beginning of each context (suggested byTilghman Lesher
2008-10-10Add keyword "same", which allows you to create multiple steps in a dialplan,Tilghman Lesher
2008-09-27Merged revisions 144924-144925 via svnmerge from Kevin P. Fleming
2008-09-26(closes issue #13564)Steve Murphy
2008-09-25(closes issue #13559)Steve Murphy
2008-09-25I added a little verbage to hashtab for the hashtab_destroy func.Steve Murphy
2008-09-25(closes issue #13558)Steve Murphy
2008-09-04Merged revisions 141094 via svnmerge from Steve Murphy