summaryrefslogtreecommitdiff
path: root/funcs
AgeCommit message (Expand)Author
2007-11-16Start untangling header inclusion in a way that does not affectLuigi Rizzo
2007-11-12Based on a note in asterisk-dev by Brian Capouch, I determined I too agressiv...Steve Murphy
2007-11-08Make func_env build again.Joshua Colp
2007-11-08Add the FILE() dialplan function and deprecate ReadFile.Tilghman Lesher
2007-11-08improve linked-list macros in two ways:Kevin P. Fleming
2007-11-01This commits the performance mods that give the priority processing engine in...Steve Murphy
2007-10-28Add a simple dialgroup function. By taking one of the simpler uses of QueueTilghman Lesher
2007-10-28Merged revisions 87262 via svnmerge from Tilghman Lesher
2007-10-27Make sure a channel exists before attempting to start or stop channelRussell Bryant
2007-10-26Merged revisions 87120 via svnmerge from Tilghman Lesher
2007-10-26Use the same delimited character as the FILTER function in FIELDQTY and CUT.Tilghman Lesher
2007-10-23Merged revisions 86902 via svnmerge from Steve Murphy
2007-10-22Switch from AST_CLI (formerly NEW_CLI) to AST_CLI_DEFINE, since the former di...Jason Parker
2007-10-19Convert NEW_CLI to AST_CLI.Jason Parker
2007-10-16Merged revisions 85850 via svnmerge from Joshua Colp
2007-10-15Document my changes from FridayTilghman Lesher
2007-10-12Enable ranges, hexadecimal, octal, and special backslashed characters for the...Tilghman Lesher
2007-10-11See if I can fix this borked ANI2 code I addedMatthew Fredrickson
2007-10-11Add ANI2 support to func_calleridMatthew Fredrickson
2007-09-30* The documentation for the LOCK() function says that it will block for up toRussell Bryant
2007-09-19put the channel in autoservice when executing func_shellRussell Bryant
2007-09-19Merged revisions 83177 via svnmerge from Russell Bryant
2007-09-12Merged revisions 82285 via svnmerge from Tilghman Lesher
2007-09-06Add EXTENSION_STATE() function that can retrieve the state of an extension thatRussell Bryant
2007-09-06Rename the DEVSTATE() function to DEVICE_STATE() to better conform to how otherRussell Bryant
2007-09-06Merge HINT() dialplan function from my sandbox branch into trunk. This functionRussell Bryant
2007-09-03Merged revisions 81415 via svnmerge from Tilghman Lesher
2007-08-28Add proper channel locking around the uses of datastore_add and _find. ThereRussell Bryant
2007-08-28* Constify the uid field of channel datastoresRussell Bryant
2007-08-23Merged revisions 80547 via svnmerge from Russell Bryant
2007-08-23Merged revisions 80539 via svnmerge from Russell Bryant
2007-08-21use ast_atomic_fetchadd_int for incrementing resultcountRussell Bryant
2007-08-17store and destroy implementations for realtime pgsql (closes issue #10372)Tilghman Lesher
2007-08-16Revise dialplan locks to permit multiple locks per channel, but with deadlock...Tilghman Lesher
2007-08-16Don't reload a configuration file if nothing has changed.Tilghman Lesher
2007-08-10Store custom device states in astdb so that they will persist a restart. As aRussell Bryant
2007-08-10Merge a set of device state improvements from team/russell/events.Russell Bryant
2007-08-08Merge audiohooks branch into trunk. This is a new API for developers to liste...Joshua Colp
2007-07-31Add some documentation detailing an aspect of dialplan functions, as requeste...Tilghman Lesher
2007-07-31Add func_lock, which creates dialplan mutexes, and note that the Macro apps a...Tilghman Lesher
2007-07-31Mostly cleanup of documentation to substitute the pipe with the comma, but a ...Tilghman Lesher
2007-07-26Do a massive conversion for using the ast_verb() macroRussell Bryant
2007-07-23Merge the dialplan_aesthetics branch. Most of this patch simply converts app...Tilghman Lesher
2007-07-19After some study, thought, comparing, etc. I've backed out the previous unive...Steve Murphy
2007-07-18Merge in ast_strftime branch, which changes timestamps to be accurate to the ...Tilghman Lesher
2007-07-18Clean up func_curl a bit.Joshua Colp
2007-07-17via 10206, I have added an option (e) to Dial to allow the h exten to get run...Steve Murphy
2007-07-16For my next trick I will make it so dialplan functions no longer need to call...Joshua Colp
2007-07-16It is no longer required for each module that deals with a channel to call as...Joshua Colp
2007-07-16Cast the 2nd argument to iconv() to a void *, as some systems define it as aRussell Bryant