aboutsummaryrefslogtreecommitdiffstats
path: root/funcs
AgeCommit message (Expand)AuthorFilesLines
2008-10-26Merged revisions 152060 via svnmerge from seanbright1-4/+4
2008-10-15Merged revisions 149687 via svnmerge from tilghman1-25/+36
2008-10-15Merged revisions 149640 via svnmerge from tilghman1-2/+1
2008-10-07Merged revisions 147011 via svnmerge from rmudgett1-39/+26
2008-10-06Merged revisions 146802 via svnmerge from tilghman7-12/+36
2008-09-25Merged revisions 144569 via svnmerge from murf1-2/+2
2008-08-29Merged revisions 140489 via svnmerge from mmichelson1-4/+4
2008-08-15Merged revisions 138024 via svnmerge from tilghman1-4/+15
2008-08-07Continue merging in changes from resolve-shadow-warnings. funcs/ this time.seanbright4-42/+42
2008-08-06Persist DIALGROUP() values in astdbtilghman1-13/+80
2008-08-06Use a dynamic buffer for rendered SQL, instead of hardcoding 2048 bytes. Also,tilghman1-37/+60
2008-08-05make datastore creation and destruction a generic API since it is not really ...kpfleming6-14/+14
2008-07-30Merged revisions 134540 via svnmerge from russell1-0/+2
2008-07-27Add a missing unlock within error handlingrussell1-0/+1
2008-07-16Fixes sysinfo operator issue also fixed elsewhere in r131445.bbryant1-5/+5
2008-07-01Add a \todorussell1-0/+2
2008-06-25Separate the global initialization routines for cURL into its own separatetilghman1-33/+21
2008-06-19Older versions of GNU gcc do not allow 'NULL' as sentinel.mvanbaak1-5/+5
2008-06-15Add some more IAX2-specific information about the channel to the CHANNEL()tilghman1-0/+9
2008-06-12Merged revisions 122046 via svnmerge from murf1-3/+21
2008-06-05This patch adds more detailed statistics for RTP channels, and provides an AP...bbryant1-0/+12
2008-06-03Add a function, CHANNELS(), which retrieves a list of all active channels.tilghman1-4/+69
2008-05-22Fix a few places where frame data was used directly.qwell1-1/+1
2008-05-15Use casts or intermediate variables to remove a numberrizzo1-2/+5
2008-05-13Re-introduce proper error handling that was removed in recent commits.russell1-4/+8
2008-05-10since we unregister, that has not been properly registered, i standardized this.junky1-8/+4
2008-05-09The following patch adds new options and alters the default behavior of the E...bbryant1-23/+38
2008-05-05Merged revisions 115327 via svnmerge from file1-0/+2
2008-05-01Modify TIMEOUT() to be accurate down to the millisecond.tilghman1-17/+19
2008-05-01Add "read" capability to new libspeex functions in func_speex.c.bbryant1-1/+40
2008-05-01Add two new dialplan functions from libspeex for applying audio gain control bbryant1-0/+310
2008-04-21(closes issue #6113)jpeeler1-0/+5
2008-04-07Merged revisions 113117 via svnmerge from tilghman1-1/+4
2008-03-18Go through and fix a bunch of places where character strings were being inter...twilson1-2/+2
2008-03-12 - Add Tilghman to the copyright info ... he wrote the hard part :)russell1-8/+3
2008-03-12Cache config files, when possible, for speedtilghman1-3/+87
2008-03-11remove documentation of an argument that i did not implementrussell1-6/+1
2008-03-11Add a trivial new dialplan function, AST_CONFIG(), which allows you to accessrussell1-0/+116
2008-03-07Merged revisions 106552 via svnmerge from tilghman3-5/+5
2008-03-05Fix the SHARED() read callback to properly unlock the channel. This functionrussell1-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