summaryrefslogtreecommitdiff
path: root/funcs
AgeCommit message (Expand)Author
2008-07-16Fixes sysinfo operator issue also fixed elsewhere in r131445.Brett Bryant
2008-07-01Add a \todoRussell Bryant
2008-06-25Separate the global initialization routines for cURL into its own separateTilghman Lesher
2008-06-19Older versions of GNU gcc do not allow 'NULL' as sentinel.Michiel van Baak
2008-06-15Add some more IAX2-specific information about the channel to the CHANNEL()Tilghman Lesher
2008-06-12Merged revisions 122046 via svnmerge from Steve Murphy
2008-06-05This patch adds more detailed statistics for RTP channels, and provides an AP...Brett Bryant
2008-06-03Add a function, CHANNELS(), which retrieves a list of all active channels.Tilghman Lesher
2008-05-22Fix a few places where frame data was used directly.Jason Parker
2008-05-15Use casts or intermediate variables to remove a numberLuigi Rizzo
2008-05-13Re-introduce proper error handling that was removed in recent commits.Russell Bryant
2008-05-10since we unregister, that has not been properly registered, i standardized this.Claude Patry
2008-05-09The following patch adds new options and alters the default behavior of the E...Brett Bryant
2008-05-05Merged revisions 115327 via svnmerge from Joshua Colp
2008-05-01Modify TIMEOUT() to be accurate down to the millisecond.Tilghman Lesher
2008-05-01Add "read" capability to new libspeex functions in func_speex.c.Brett Bryant
2008-05-01Add two new dialplan functions from libspeex for applying audio gain control Brett Bryant
2008-04-21(closes issue #6113)Jeff Peeler
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