summaryrefslogtreecommitdiff
path: root/funcs
AgeCommit message (Expand)Author
2008-04-07Merged revisions 113117 via svnmerge from Tilghman Lesher
2008-03-18Go through and fix a bunch of places where character strings were being inter...Terry Wilson
2008-03-12 - Add Tilghman to the copyright info ... he wrote the hard part :)Russell Bryant
2008-03-12Cache config files, when possible, for speedTilghman Lesher
2008-03-11remove documentation of an argument that i did not implementRussell Bryant
2008-03-11Add a trivial new dialplan function, AST_CONFIG(), which allows you to accessRussell Bryant
2008-03-07Merged revisions 106552 via svnmerge from Tilghman Lesher
2008-03-05Fix the SHARED() read callback to properly unlock the channel. This functionRussell Bryant
2008-03-04Simplify a trivial snprintf() with ast_copy_string()Russell Bryant
2008-03-01Add a "devstate change" CLI command to control custom device states. Also,Russell Bryant
2008-02-26fix this moduleRussell Bryant
2008-02-26Use the readhandle for reads (closes issue #12069)Tilghman Lesher
2008-02-25Shared space for variables (instead of letting other channels muck with your ...Tilghman Lesher
2008-02-18Context tracing for channelsTilghman Lesher
2008-02-14Merged revisions 103683 via svnmerge from Jason Parker
2008-02-08Merge changes from team/mvanbaak/cli-command-auditRussell Bryant
2008-02-06Add REALTIME_STORE and REALTIME_DESTROY dialplan functions provided by sergee.Terry Wilson
2008-02-04Merged revisions 102214 via svnmerge from Tilghman Lesher
2008-01-31Add missing braces.Joshua Colp
2008-01-18Convert func_odbc to use SQLExecDirect for speedTilghman Lesher
2008-01-18Reset default CUT delimiter back to '-'Tilghman Lesher
2008-01-10Merged revisions 97697 via svnmerge from Joshua Colp
2008-01-09Added a new module, res_phoneprov, which allows auto-provisioning of phonesTerry Wilson
2008-01-08Merged revisions 97152 via svnmerge from Joshua Colp
2008-01-05Now that the version.h file was getting properly regenerated every time the svnRussell Bryant
2008-01-02Change instances of AST_NONSTANDARD_APP_ARGS(foo, bar, ',') to AST_STANDARD_A...Mark Michelson
2008-01-01implement "configure" checks for libiconv, and add theLuigi Rizzo
2007-12-31Merged revisions 95470 via svnmerge from Tilghman Lesher
2007-12-27This function checks more than just contexts...Olle Johansson
2007-12-26Add a new dialplan function, DIALPLAN_EXISTS(), which allows you to check forRussell Bryant
2007-12-17Merged revisions 93180 via svnmerge from Kevin P. Fleming
2007-12-14I needed to increment the numbers used on the VERBOSITY_ATLEAST calls by 1.Mark Michelson
2007-12-14Changed VERBOSITY_LEVEL to VERBOSITY_ATLEAST to be more accurate.Mark Michelson
2007-12-14After reading Russell's e-mail to the dev list stating that checking option_v...Mark Michelson
2007-12-14Reintroduce an optimization that was lost when converting trunk to use ast_verb.Mark Michelson
2007-12-10Put into Makefile.moddir_rules the common instructions used toLuigi Rizzo
2007-12-09normalize subdirs' Makefile by using ASTTOPDIR and not .. to referenceLuigi Rizzo
2007-11-29Merged revisions 90145 via svnmerge from Russell Bryant
2007-11-27Merged revisions 89631 via svnmerge from Tilghman Lesher
2007-11-22remove some useless includesLuigi Rizzo
2007-11-21remove another set of redundant #include "asterisk/options.h"Luigi Rizzo
2007-11-19Make the SYSINFO documentation reflect which options were compiled inRussell Bryant
2007-11-19remove unnecessary headersLuigi Rizzo
2007-11-19remove some unnecessary includes.Luigi Rizzo
2007-11-19another bunch of include removals (errno.h and asterisk/logger.h)Luigi Rizzo
2007-11-19Adding SYSINFO() dialplan function for retrieval of system informationMark Michelson
2007-11-17more removal of duplicate #include linesLuigi Rizzo
2007-11-16remove a bunch of duplicate includesLuigi Rizzo
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