summaryrefslogtreecommitdiff
path: root/funcs
AgeCommit message (Expand)Author
2008-09-07make func_curl.c compile under devmode.Michiel van Baak
2008-09-06Get rid of the casts that cause warnings on OpenBSD. The compiler is errantlyTilghman Lesher
2008-09-05Fix func_curl compilationMark Michelson
2008-09-05Add the CURLOPT dialplan function, which permits setting various options forTilghman Lesher
2008-08-29Merged revisions 140488 via svnmerge from Mark Michelson
2008-08-15Merged revisions 138023 via svnmerge from Tilghman Lesher
2008-08-07Continue merging in changes from resolve-shadow-warnings. funcs/ this time.Sean Bright
2008-08-06Persist DIALGROUP() values in astdbTilghman Lesher
2008-08-06Use a dynamic buffer for rendered SQL, instead of hardcoding 2048 bytes. Also,Tilghman Lesher
2008-08-05make datastore creation and destruction a generic API since it is not really ...Kevin P. Fleming
2008-07-30Merged revisions 134540 via svnmerge from Russell Bryant
2008-07-27Add a missing unlock within error handlingRussell Bryant
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