summaryrefslogtreecommitdiff
path: root/funcs
AgeCommit message (Expand)Author
2010-07-21Remove built-in AES code and use optional_api insteadTerry Wilson
2010-07-20Add load priority order, such that preload becomes unnecessary in most casesTilghman Lesher
2010-07-14Expand the caller ANI field to an ast_party_idRichard Mudgett
2010-07-14ast_callerid restructuringRichard Mudgett
2010-07-13Oops, XML documentation fix.Tilghman Lesher
2010-07-13It really cannot fail in the places below, but the stupid compiler doesn't kn...Tilghman Lesher
2010-07-13Weird compiler error on Bamboo.Tilghman Lesher
2010-07-13FILE() now supports line-mode and writing (altering) files.Tilghman Lesher
2010-07-09Kill some startup warnings and errors and make some messages more helpful in ...Tilghman Lesher
2010-06-08Add High Resolution Times to CDRs for AsteriskBradley Latus
2010-06-08Add SRTP support for AsteriskTerry Wilson
2010-06-03Handle OOM errors more gracefully.Tilghman Lesher
2010-05-30Needs to be wrapped in <para>Tilghman Lesher
2010-05-28Setup environment variables for the benefit of child processes and disallow c...Tilghman Lesher
2010-05-17Enhancements to connected line and redirecting work.Mark Michelson
2010-05-07Double free crashTilghman Lesher
2010-04-21Add small documentation update to func_callcompletion.c.Mark Michelson
2010-04-19Commit compromise I suggested on review 608.Mark Michelson
2010-04-13Address Russell's comments on func_srv from reviewboard.Mark Michelson
2010-04-09Fix some compiler errors that popped up after the CCSS merge.Mark Michelson
2010-04-09Merge Call completion support into trunk.Mark Michelson
2010-04-09func_srv and explicit specification of a remote IP for SIP.Mark Michelson
2010-04-03Consolidate ast_channel.cid.cid_rdnis into ast_channel.redirecting.from.number.Richard Mudgett
2010-03-20Fix memory corruption found by unit tests.Russell Bryant
2010-03-10Hmmm, apparently needed to be fixed in trunk, too.Tilghman Lesher
2010-03-10It's amazing what writing a test will find.Tilghman Lesher
2010-03-08Change needed to make Mac OS X 10.6 happyTilghman Lesher
2010-03-05fixes xml error in func_pitchshiftDavid Vossel
2010-03-05PITCH_SHIFT dialplan functionDavid Vossel
2010-03-04Adjust XML for func_channel to indicate that rtpdest can take a "text" argument.Mark Michelson
2010-02-24Remove unnecessary warning message, make a couple of formatting tweaksRussell Bryant
2010-02-17Add support for GROUP_MATCH_COUNT regex matching on categoryJeff Peeler
2010-02-10Fussy compiler on another machine...Tilghman Lesher
2010-02-10Fix weird issue with unit tests on optimized build - turned out to be a signi...Tilghman Lesher
2010-02-10Enable warnings on atypical conditions for the FILTER function (suggested by ...Tilghman Lesher
2010-02-10Merged revisions 245944 via svnmerge from Tilghman Lesher
2010-02-09Various updates to the unit test API.Russell Bryant
2010-02-02Correct some off-by-one errors, especially when expressions don't contain exp...Tilghman Lesher
2010-01-27Fix the ability to specify an OSP token for an outbound IAX2 call.Russell Bryant
2010-01-26Update func_aes to its pre-ast_str_substitution state.Russell Bryant
2010-01-21Merged revisions 241765 via svnmerge from Tilghman Lesher
2010-01-18Make HASHes inheritable across channel creation.Tilghman Lesher
2010-01-06Merged revisions 238230 via svnmerge from Tilghman Lesher
2009-12-02Merged revisions 232268 via svnmerge from David Vossel
2009-12-01Fix a build error on FreeBSD.Russell Bryant
2009-11-24Add REPLACE & PASSTHRU functions, overhaul of func_strings, fix API docs for ...Tilghman Lesher
2009-11-12Merged revisions 229669 via svnmerge from David Vossel
2009-11-06Merged revisions 228378 via svnmerge from Matthew Nicholson
2009-11-06fixes memory leak in func_audiohookinherit.cDavid Vossel
2009-11-05Fix XML in func_cdr.cMark Michelson