aboutsummaryrefslogtreecommitdiffstats
path: root/funcs
AgeCommit message (Expand)AuthorFilesLines
2008-11-19Two new functions, REALTIME_FIELD, and REALTIME_HASH, which should maketilghman1-2/+149
2008-11-12This commit does two things:mvanbaak1-46/+1
2008-11-07Add ability to pass arbitrary data to the ao2_callback_fn (called fromseanbright1-5/+5
2008-11-07Two bugs relating to colnames found by Marquis42 on #asterisk-devtilghman1-0/+3
2008-11-05Add LISTFILTER dialplan function, along with supporting documentation. Seetilghman1-0/+116
2008-11-05- Add some see-also references based on TFOT.eliel2-0/+17
2008-11-04improve configure script to remember the previous value of each dependency in...kpfleming1-1/+1
2008-11-03Should have passed the string pointer, not the ast_str structure.tilghman1-2/+2
2008-11-02bring over all the fixes for the warnings found by gcc 4.3.x from the 1.4 bra...kpfleming1-2/+6
2008-11-02Fix various spelling and grammatical issues in documentationrussell4-6/+6
2008-11-01Merge changes from team/group/appdocsxmlrussell34-665/+1751
2008-10-31Failover for func_odbc, allowing an INSERT query to be performed when the UPD...tilghman1-25/+88
2008-10-30 - spaces to tabsrussell1-12/+15
2008-10-26Merged revisions 152059 via svnmerge from seanbright1-4/+4
2008-10-23allow to compile under --enable-dev-mode (gcc didn't actually complain when I...twilson1-1/+1
2008-10-23Simplify some nested functions, as suggested by Russell on -devtilghman1-101/+121
2008-10-22Added debugging CLI functionstilghman1-4/+327
2008-10-15Permit data fields to contain more than 255 characters.tilghman1-25/+36
2008-10-15Only set buf to blank before the goto.tilghman1-2/+1
2008-10-08Keep up with shadow warnings. One day I'll actually enable this in the Makef...seanbright1-3/+3
2008-10-07Independent change from branch issue8824 that is not part of COLP. (-r142574 ...rmudgett1-39/+26
2008-10-06All ODBC parts can now use either unixodbc or iodbc.mvanbaak1-1/+3
2008-10-06Merged revisions 146799 via svnmerge from tilghman7-12/+36
2008-10-02Permit the syntax and synopsis fields to be set (for func_odbc).tilghman1-3/+30
2008-10-01Add schedule extensions to app_meetme. In addition, the reporter found atilghman1-9/+4
2008-09-25(closes issue #13557)murf1-2/+2
2008-09-24Create a 'hashcompat' option that permits the results of a CURL() able to betilghman1-4/+40
2008-09-12Create a new config file status, CONFIG_STATUS_FILEINVALID for differentiatingtilghman2-4/+4
2008-09-07make func_curl.c compile under devmode.mvanbaak1-1/+1
2008-09-06Get rid of the casts that cause warnings on OpenBSD. The compiler is errantlytilghman1-4/+4
2008-09-05Fix func_curl compilationmmichelson1-3/+3
2008-09-05Add the CURLOPT dialplan function, which permits setting various options fortilghman1-37/+377
2008-08-29Merged revisions 140488 via svnmerge from mmichelson1-4/+4
2008-08-15Merged revisions 138023 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