summaryrefslogtreecommitdiff
path: root/pbx.c
AgeCommit message (Expand)Author
2005-10-24Doxygen documentation update from oej (issue #5505)Russell Bryant
2005-10-18The amazing disappearing and reappearing patch... This time with documentati...Mark Spencer
2005-10-18Setting variables should NOT overwrite prefixed (sorry! revert of 5444)Mark Spencer
2005-10-18Be sure to not consider prefix on variable updates (bug #5444)Mark Spencer
2005-10-18Fix truth of stringsMark Spencer
2005-10-13use English states in 'show hints' CLI commandKevin P. Fleming
2005-10-04If you're hanging up channels, be sure we clean it up...Mark Spencer
2005-09-29re-factor variable/function name parsing, and add substring support to functi...Kevin P. Fleming
2005-09-26one more oops (when global variables need substitutions)Kevin P. Fleming
2005-09-26oopsKevin P. Fleming
2005-09-26minor code and stack space optimizationsKevin P. Fleming
2005-09-26minor optimizationsKevin P. Fleming
2005-09-24Don't crash on recursive show extension foo@bar...Mark Spencer
2005-09-16clean up singular vs. plural output for the 'show dialplan' CLI commandRussell Bryant
2005-09-14update MANY more files with proper copyright/license info (thanks Ian!)Kevin P. Fleming
2005-09-14slightly clear argument processingKevin P. Fleming
2005-09-13check call limit in ast_pbx_start(), instead of waiting until background thre...Kevin P. Fleming
2005-09-07remove useless buffer initializations (issue #5134)Kevin P. Fleming
2005-09-02remove unused header and old commentKevin P. Fleming
2005-09-01don't unlock a channel we didn't lockKevin P. Fleming
2005-08-29massive upgrade to SUBSCRIBE, device state and messaging support (issue #3644)Kevin P. Fleming
2005-08-29don't make expression evaluator allocate a memory buffer for each resultKevin P. Fleming
2005-08-27preserve hint watchers and laststate across 'extensions reload' (issue #2522)Kevin P. Fleming
2005-08-22add count to 'show functions' CLI command (issue #4991)Kevin P. Fleming
2005-08-19fix execiftime and include some code cleanup while we're at it (bug #4380)Russell Bryant
2005-08-15Fix misspelling of "Launching" in pbx.c (Bug #<4964)Josh Roberson
2005-07-19formatting fixes (bug #4736)Russell Bryant
2005-07-15Allow manager originate to specifiy more than one variable to be set.Russell Bryant
2005-07-15phase two of string portability stuff:Kevin P. Fleming
2005-07-15ensure that channels that are busy/congested are marked AST_STATE_BUSY (bug #...Kevin P. Fleming
2005-07-12add 'exit context' and 'only stop on match' options to Background app (bug #4...Kevin P. Fleming
2005-07-10define an AST_MAX_CONTEXT for use instead of AST_MAX_EXTENSIONRussell Bryant
2005-07-08queue device state changes and handle them serially in a background threadKevin P. Fleming
2005-06-20use ast_build_string() to build strings into buffers, and general cleanup of ...Kevin P. Fleming
2005-06-06more file version tagsKevin P. Fleming
2005-06-06remove experimental module version tagsKevin P. Fleming
2005-06-06more efficient (and understandable) ast_channel_walk_locked, and vastly more ...Kevin P. Fleming
2005-06-05more ast_copy_string() conversionKevin P. Fleming
2005-06-05don't try to copy NULL appdata (bug #4422)Kevin P. Fleming
2005-06-05make ast_waitstream_* return value compatible with platforms that use unsigne...Kevin P. Fleming
2005-06-03use ast_cli_register_multiple() for pbx CLI commandsKevin P. Fleming
2005-06-03allow ast_add_extension2 to accept a NULL destructor (bug #4411)Kevin P. Fleming
2005-06-03support configurable batch posting of CDRs (off by default) (bug #3883)Kevin P. Fleming
2005-05-26fix return value for ExecIfTime when time is outside of the specified range (...Russell Bryant
2005-05-18Add optional call limitMark Spencer
2005-05-15rename SetVar application to Set, deprecate SetVarKevin P. Fleming
2005-05-15add dialplan functions for Caller ID, language and timeouts (bug #4219, with ...Kevin P. Fleming
2005-05-14clarify docs on ImportVar (that's for you, mog :p)Russell Bryant
2005-05-08Fix formatting of functions (bug #4196, with mods)Mark Spencer
2005-05-08Fix double unlock of hintlock (bug #4205)Mark Spencer