aboutsummaryrefslogtreecommitdiffstats
path: root/funcs
AgeCommit message (Expand)AuthorFilesLines
2007-11-08Make func_env build again.file1-2/+2
2007-11-08Add the FILE() dialplan function and deprecate ReadFile.tilghman1-0/+61
2007-11-08improve linked-list macros in two ways:kpfleming1-1/+1
2007-11-01This commits the performance mods that give the priority processing engine in...murf4-7/+3
2007-10-28Add a simple dialgroup function. By taking one of the simpler uses of Queuetilghman1-0/+224
2007-10-28Merged revisions 87262 via svnmerge from tilghman4-4/+92
2007-10-27Make sure a channel exists before attempting to start or stop channelrussell2-7/+17
2007-10-26Merged revisions 87120 via svnmerge from tilghman1-2/+4
2007-10-26Use the same delimited character as the FILTER function in FIELDQTY and CUT.tilghman2-95/+12
2007-10-23Merged revisions 86902 via svnmerge from murf1-2/+9
2007-10-22Switch from AST_CLI (formerly NEW_CLI) to AST_CLI_DEFINE, since the former di...qwell1-1/+1
2007-10-19Convert NEW_CLI to AST_CLI.qwell1-1/+1
2007-10-16Merged revisions 85850 via svnmerge from file1-0/+3
2007-10-15Document my changes from Fridaytilghman1-0/+7
2007-10-12Enable ranges, hexadecimal, octal, and special backslashed characters for the...tilghman1-2/+103
2007-10-11See if I can fix this borked ANI2 code I addedmattf1-7/+8
2007-10-11Add ANI2 support to func_calleridmattf1-0/+5
2007-09-30* The documentation for the LOCK() function says that it will block for up torussell1-3/+10
2007-09-19put the channel in autoservice when executing func_shellrussell1-0/+4
2007-09-19Merged revisions 83177 via svnmerge from russell1-0/+4
2007-09-12Merged revisions 82285 via svnmerge from tilghman1-1/+2
2007-09-06Add EXTENSION_STATE() function that can retrieve the state of an extension thatrussell1-0/+135
2007-09-06Rename the DEVSTATE() function to DEVICE_STATE() to better conform to how otherrussell1-11/+11
2007-09-06Merge HINT() dialplan function from my sandbox branch into trunk. This functionrussell1-0/+63
2007-09-03Merged revisions 81415 via svnmerge from tilghman1-14/+17
2007-08-28Add proper channel locking around the uses of datastore_add and _find. Thererussell1-1/+6
2007-08-28* Constify the uid field of channel datastoresrussell1-2/+2
2007-08-23Merged revisions 80547 via svnmerge from russell1-5/+3
2007-08-23Merged revisions 80539 via svnmerge from russell1-1/+5
2007-08-21use ast_atomic_fetchadd_int for incrementing resultcountrussell1-4/+1
2007-08-17store and destroy implementations for realtime pgsql (closes issue #10372)tilghman1-1/+1
2007-08-16Revise dialplan locks to permit multiple locks per channel, but with deadlock...tilghman1-36/+130
2007-08-16Don't reload a configuration file if nothing has changed.tilghman1-2/+7
2007-08-10Store custom device states in astdb so that they will persist a restart. As arussell1-48/+35
2007-08-10Merge a set of device state improvements from team/russell/events.russell1-1/+1
2007-08-08Merge audiohooks branch into trunk. This is a new API for developers to liste...file1-0/+163
2007-07-31Add some documentation detailing an aspect of dialplan functions, as requeste...tilghman1-2/+3
2007-07-31Add func_lock, which creates dialplan mutexes, and note that the Macro apps a...tilghman1-0/+247
2007-07-31Mostly cleanup of documentation to substitute the pipe with the comma, but a ...tilghman6-26/+28
2007-07-26Do a massive conversion for using the ast_verb() macrorussell2-13/+5
2007-07-23Merge the dialplan_aesthetics branch. Most of this patch simply converts app...tilghman9-40/+64
2007-07-19After some study, thought, comparing, etc. I've backed out the previous unive...murf1-1/+1
2007-07-18Merge in ast_strftime branch, which changes timestamps to be accurate to the ...tilghman2-13/+23
2007-07-18Clean up func_curl a bit.file1-8/+6
2007-07-17via 10206, I have added an option (e) to Dial to allow the h exten to get run...murf1-1/+1
2007-07-16For my next trick I will make it so dialplan functions no longer need to call...file7-61/+2
2007-07-16It is no longer required for each module that deals with a channel to call as...file6-21/+4
2007-07-16Cast the 2nd argument to iconv() to a void *, as some systems define it as arussell1-1/+8
2007-07-09Merged revisions 73985 via svnmerge from tilghman1-1/+1
2007-06-28Added AND, OR, and XOR bitwise operations to MATH for issue 9891, thanks jcmooredhubbard1-1/+37