aboutsummaryrefslogtreecommitdiffstats
path: root/funcs
AgeCommit message (Expand)AuthorFilesLines
2008-04-07Merged revisions 113172 via svnmerge from tilghman1-1/+4
2008-03-18Merged revisions 109447 via svnmerge from russell1-2/+2
2008-03-07Merged revisions 106553 via svnmerge from tilghman3-5/+5
2008-03-06Merged revisions 105899 via svnmerge from russell1-1/+6
2008-03-04Simplify a trivial snprintf() with ast_copy_string()russell1-1/+1
2008-03-01Add a "devstate change" CLI command to control custom device states. Also,russell1-1/+73
2008-02-26fix this modulerussell1-1/+1
2008-02-26Use the readhandle for reads (closes issue #12069)tilghman1-2/+2
2008-02-25Shared space for variables (instead of letting other channels muck with your ...tilghman1-1/+163
2008-02-18Context tracing for channelstilghman1-0/+24
2008-02-14Merged revisions 103683 via svnmerge from qwell1-0/+1
2008-02-08Merge changes from team/mvanbaak/cli-command-auditrussell1-2/+47
2008-02-06Add REALTIME_STORE and REALTIME_DESTROY dialplan functions provided by sergee.twilson1-3/+137
2008-02-04Merged revisions 102214 via svnmerge from tilghman1-1/+2
2008-01-31Add missing braces.file1-1/+2
2008-01-18Convert func_odbc to use SQLExecDirect for speedtilghman1-5/+5
2008-01-18Reset default CUT delimiter back to '-'tilghman1-3/+3
2008-01-10Merged revisions 97697 via svnmerge from file1-1/+2
2008-01-09Added a new module, res_phoneprov, which allows auto-provisioning of phonestwilson1-0/+39
2008-01-08Merged revisions 97152 via svnmerge from file1-0/+18
2008-01-05Now that the version.h file was getting properly regenerated every time the svnrussell1-15/+11
2008-01-02Change instances of AST_NONSTANDARD_APP_ARGS(foo, bar, ',') to AST_STANDARD_A...mmichelson2-3/+3
2008-01-01implement "configure" checks for libiconv, and add therizzo1-0/+1
2007-12-31Merged revisions 95470 via svnmerge from tilghman1-1/+1
2007-12-27This function checks more than just contexts...oej1-1/+1
2007-12-26Add a new dialplan function, DIALPLAN_EXISTS(), which allows you to check forrussell1-0/+106
2007-12-17Merged revisions 93180 via svnmerge from kpfleming1-1/+3
2007-12-14I needed to increment the numbers used on the VERBOSITY_ATLEAST calls by 1.mmichelson1-1/+1
2007-12-14Changed VERBOSITY_LEVEL to VERBOSITY_ATLEAST to be more accurate.mmichelson1-1/+1
2007-12-14After reading Russell's e-mail to the dev list stating that checking option_v...mmichelson1-1/+1
2007-12-14Reintroduce an optimization that was lost when converting trunk to use ast_verb.mmichelson1-2/+4
2007-12-10Put into Makefile.moddir_rules the common instructions used torizzo1-9/+1
2007-12-09normalize subdirs' Makefile by using ASTTOPDIR and not .. to referencerizzo1-1/+1
2007-11-29Merged revisions 90145 via svnmerge from russell1-2/+8
2007-11-27Merged revisions 89631 via svnmerge from tilghman1-1/+1
2007-11-22remove some useless includesrizzo5-19/+1
2007-11-21remove another set of redundant #include "asterisk/options.h"rizzo15-15/+0
2007-11-19Make the SYSINFO documentation reflect which options were compiled inrussell1-0/+2
2007-11-19remove unnecessary headersrizzo1-7/+0
2007-11-19remove some unnecessary includes.rizzo2-4/+1
2007-11-19another bunch of include removals (errno.h and asterisk/logger.h)rizzo27-30/+0
2007-11-19Adding SYSINFO() dialplan function for retrieval of system informationmmichelson1-0/+122
2007-11-17more removal of duplicate #include linesrizzo2-2/+0
2007-11-16remove a bunch of duplicate includesrizzo4-4/+0
2007-11-16Start untangling header inclusion in a way that does not affectrizzo32-138/+0
2007-11-12Based on a note in asterisk-dev by Brian Capouch, I determined I too agressiv...murf1-1/+1
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