summaryrefslogtreecommitdiff
path: root/funcs
AgeCommit message (Expand)Author
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
2007-07-09Merged revisions 73985 via svnmerge from Tilghman Lesher
2007-06-28Added AND, OR, and XOR bitwise operations to MATH for issue 9891, thanks jcmooreDwayne M. Hubbard
2007-06-26Add rtpdest option to SIP CHANNEL() dialplan function to return the IP addres...Joshua Colp
2007-06-18Merged revisions 69702 via svnmerge from Russell Bryant
2007-06-14Add a massive set of changes for converting to use the ast_debug() macro.Russell Bryant
2007-06-14Merged revisions 69259 via svnmerge from Jason Parker
2007-06-13Use read/write lock based lists for group counting.Joshua Colp
2007-06-07Fix a bunch of doxygen errors and document more thingsRussell Bryant
2007-06-06Issue 9869 - replace malloc and memset with ast_calloc, and other coding guid...Tilghman Lesher
2007-06-04Merged revisions 67162 via svnmerge from Tilghman Lesher
2007-06-01Merged revisions 66919 via svnmerge from Tilghman Lesher
2007-05-31Issue 9799 - Multirow results for func_odbcTilghman Lesher
2007-05-30Issue 9477 - Improve menuselect labelsTilghman Lesher
2007-05-29Merged revisions 66538 via svnmerge from Tilghman Lesher
2007-05-29Shorten description to a much more reasonable lengthTilghman Lesher
2007-05-28Issue 7021 - Add ICONV function for converting between character setsTilghman Lesher
2007-05-24Merged revisions 65866 via svnmerge from Dwayne M. Hubbard
2007-05-15Add two new dialplan functions: ENUMQUERY and ENUMRESULT. These functionsRussell Bryant
2007-05-12Issue 9716 - doc/enum.txt no longer exists in trunkTilghman Lesher
2007-04-25Merged revisions 61805 via svnmerge from Joshua Colp
2007-04-20Merge changes from team/russell/iax2_ospRussell Bryant
2007-04-19Merged revisions 61681 via svnmerge from Tilghman Lesher
2007-04-11Add a minor loop optimization to the custom device state callback. Once theRussell Bryant
2007-03-27Merged revisions 59256 via svnmerge from Russell Bryant
2007-03-19Merged revisions 59049 via svnmerge from Tilghman Lesher
2007-03-15Merged revisions 58933 via svnmerge from Tilghman Lesher
2007-03-14Merged revisions 58880 via svnmerge from Tilghman Lesher
2007-02-24Creating new doxygen macro "\extref" to create page that lists Olle Johansson
2007-02-13This introduces a new dialplan function, DEVSTATE, which allows you to do someRussell Bryant
2007-02-12Formatting fixesTilghman Lesher
2007-02-09Merged revisions 53779-53781 via svnmerge from Kevin P. Fleming
2007-02-03Add CALLERPRES dialplan function and deprecate SetCallerPres applicationTilghman Lesher
2007-02-03Fix compiler warningsTilghman Lesher
2007-02-01Merged revisions 53093 via svnmerge from Russell Bryant
2007-02-01Merged revisions 53075 via svnmerge from Tilghman Lesher
2007-02-01Merged revisions 53070 via svnmerge from Tilghman Lesher
2007-01-24Doxygen updateOlle Johansson
2007-01-18Merged revisions 51265 via svnmerge from Jason Parker
2007-01-17Merged revisions 51205 via svnmerge from Russell Bryant
2007-01-07One const, two const. Let's stick with everything else - one const. Plus olde...Joshua Colp
2007-01-07When calling the Realtime app more than once, unset fields which wereTilghman Lesher
2007-01-07Modifications to allow the output of SHELL() to be split per line (Issue 8676)Tilghman Lesher
2007-01-07Add function to execute a shell command and return the output (Issue 8676)Tilghman Lesher
2007-01-06finish const-ifying ast_func_read()Kevin P. Fleming