aboutsummaryrefslogtreecommitdiffstats
path: root/funcs
AgeCommit message (Expand)AuthorFilesLines
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
2007-06-26Add rtpdest option to SIP CHANNEL() dialplan function to return the IP addres...file1-0/+5
2007-06-18Merged revisions 69702 via svnmerge from russell1-0/+1
2007-06-14Add a massive set of changes for converting to use the ast_debug() macro.russell5-24/+10
2007-06-14Merged revisions 69259 via svnmerge from qwell1-9/+5
2007-06-13Use read/write lock based lists for group counting.file1-2/+2
2007-06-07Fix a bunch of doxygen errors and document more thingsrussell1-1/+1
2007-06-06Issue 9869 - replace malloc and memset with ast_calloc, and other coding guid...tilghman6-34/+34
2007-06-04Merged revisions 67162 via svnmerge from tilghman1-5/+5
2007-06-01Merged revisions 66919 via svnmerge from tilghman1-1/+9
2007-05-31Issue 9799 - Multirow results for func_odbctilghman1-60/+233
2007-05-30Issue 9477 - Improve menuselect labelstilghman3-3/+3
2007-05-29Merged revisions 66538 via svnmerge from tilghman1-2/+6
2007-05-29Shorten description to a much more reasonable lengthtilghman1-2/+1
2007-05-28Issue 7021 - Add ICONV function for converting between character setstilghman1-0/+125
2007-05-24Merged revisions 65866 via svnmerge from dhubbard1-7/+16
2007-05-15Add two new dialplan functions: ENUMQUERY and ENUMRESULT. These functionsrussell1-3/+216
2007-05-12Issue 9716 - doc/enum.txt no longer exists in trunktilghman1-1/+1
2007-04-25Merged revisions 61805 via svnmerge from file1-51/+47
2007-04-20Merge changes from team/russell/iax2_osprussell1-0/+3
2007-04-19Merged revisions 61681 via svnmerge from tilghman4-4/+15
2007-04-11Add a minor loop optimization to the custom device state callback. Once therussell1-1/+3
2007-03-27Merged revisions 59256 via svnmerge from russell1-12/+31
2007-03-19Merged revisions 59049 via svnmerge from tilghman1-1/+1
2007-03-15Merged revisions 58933 via svnmerge from tilghman1-2/+2
2007-03-14Merged revisions 58880 via svnmerge from tilghman1-1/+1
2007-02-24Creating new doxygen macro "\extref" to create page that lists oej1-0/+2
2007-02-13This introduces a new dialplan function, DEVSTATE, which allows you to do somerussell1-0/+205
2007-02-12Formatting fixestilghman1-7/+6
2007-02-09Merged revisions 53779-53781 via svnmerge from kpfleming1-0/+1
2007-02-03Add CALLERPRES dialplan function and deprecate SetCallerPres applicationtilghman1-3/+43