aboutsummaryrefslogtreecommitdiffstats
path: root/funcs
AgeCommit message (Expand)AuthorFilesLines
2010-03-20Fix memory corruption found by unit tests.russell1-1/+1
2010-03-10Hmmm, apparently needed to be fixed in trunk, too.tilghman1-1/+1
2010-03-10It's amazing what writing a test will find.tilghman1-1/+1
2010-03-08Change needed to make Mac OS X 10.6 happytilghman1-0/+2
2010-03-05fixes xml error in func_pitchshiftdvossel1-0/+1
2010-03-05PITCH_SHIFT dialplan functiondvossel1-0/+503
2010-03-04Adjust XML for func_channel to indicate that rtpdest can take a "text" argument.mmichelson1-0/+1
2010-02-24Remove unnecessary warning message, make a couple of formatting tweaksrussell1-3/+2
2010-02-17Add support for GROUP_MATCH_COUNT regex matching on categoryjpeeler1-2/+3
2010-02-10Fussy compiler on another machine...tilghman1-1/+1
2010-02-10Fix weird issue with unit tests on optimized build - turned out to be a signi...tilghman1-6/+7
2010-02-10Enable warnings on atypical conditions for the FILTER function (suggested by ...tilghman1-0/+8
2010-02-10Merged revisions 245944 via svnmerge from tilghman1-6/+54
2010-02-09Various updates to the unit test API.russell1-4/+5
2010-02-02Correct some off-by-one errors, especially when expressions don't contain exp...tilghman1-9/+61
2010-01-27Fix the ability to specify an OSP token for an outbound IAX2 call.russell1-3/+0
2010-01-26Update func_aes to its pre-ast_str_substitution state.russell1-62/+16
2010-01-21Merged revisions 241765 via svnmerge from tilghman1-1/+5
2010-01-18Make HASHes inheritable across channel creation.tilghman1-2/+19
2010-01-06Merged revisions 238230 via svnmerge from tilghman1-5/+8
2009-12-02Merged revisions 232268 via svnmerge from dvossel1-0/+4
2009-12-01Fix a build error on FreeBSD.russell1-1/+1
2009-11-24Add REPLACE & PASSTHRU functions, overhaul of func_strings, fix API docs for ...tilghman1-78/+183
2009-11-12Merged revisions 229669 via svnmerge from dvossel1-1/+2
2009-11-06Merged revisions 228378 via svnmerge from mnicholson1-2/+15
2009-11-06fixes memory leak in func_audiohookinherit.cdvossel1-0/+1
2009-11-05Fix XML in func_cdr.cmmichelson1-1/+1
2009-11-04Expand codec bitfield from 32 bits to 64 bits.tilghman1-2/+2
2009-11-03This patch adds a sequence field to CDRs that can be combined with the linked...mnicholson1-0/+3
2009-11-03Adding some clarifications to func_speex doxygen docs.oej1-1/+2
2009-10-22Add support for calling and called subaddress. Partial support for COLP suba...rmudgett2-6/+109
2009-10-21Finish implementaton of astobj2 OBJ_MULTIPLE, and convert ast_channel_iterato...kpfleming1-1/+1
2009-10-20Merged revisions 224855 via svnmerge from tilghman1-8/+13
2009-10-06Recorded merge of revisions 222152 via svnmerge from kpfleming1-0/+1
2009-09-30Merged revisions 221153,221157,221303 via svnmerge from mnick1-3/+56
2009-09-30Allow locks to be inherited through a masquerade without causing starvation.tilghman1-48/+160
2009-09-27add name argument for the CALLERID dialplan function to the xml documentation.mvanbaak1-1/+2
2009-09-07Allow multiple rows to be fetched within the normal mode of operation.tilghman1-5/+46
2009-09-01Add MASTER_CHANNEL() dialplan function, as well as a useful usage.tilghman1-4/+45
2009-08-31By copying this code I got bad comments in reviewboard... Better fix the orig...oej1-1/+1
2009-08-14Add SSL_VERIFYPEER, as requested on the -users listtilghman1-16/+20
2009-08-10AST-2009-005tilghman10-20/+20
2009-07-30Fixes numerous spelling errors. Patch submitted by alecdavis.dbrooks1-1/+1
2009-07-21Merged revisions 207945 via svnmerge from tilghman1-0/+6
2009-07-21Merged revisions 207647 via svnmerge from kpfleming1-1/+1
2009-07-16TIMEOUT(absolute) returned negative value.dvossel1-1/+1
2009-07-16Merged revisions 206807 via svnmerge from tilghman1-0/+3
2009-07-09Convert func_odbc to use ast_dummy_alloc_channel()mnicholson1-104/+112
2009-07-02Support setting and receiving Reverse Charging Indication over ISDN PRI.seanbright1-0/+10
2009-06-26Merge the new Channel Event Logging (CEL) subsystem.russell3-8/+81