aboutsummaryrefslogtreecommitdiffstats
path: root/funcs
AgeCommit message (Expand)AuthorFilesLines
2010-11-15Merged revisions 294988 via svnmerge from tilghman1-1/+4
2010-10-28Merged revisions 293158 via svnmerge from jpeeler1-3/+3
2010-09-30Solaris fixes.tilghman1-1/+6
2010-09-24Merged revisions 288712 via svnmerge from tilghman1-2/+2
2010-09-20Addition of the FrameHook API (AKA AwesomeHooks)dvossel1-0/+365
2010-09-10Merged revisions 286115 via svnmerge from twilson1-1/+19
2010-09-09Merged revisions 285710 via svnmerge from bbryant3-4/+17
2010-08-03Sneak FIELDNUM() into 1.8. Returns a 1-based index into a list of a specifie...tilghman1-0/+170
2010-07-21Remove built-in AES code and use optional_api insteadtwilson1-3/+6
2010-07-20Add load priority order, such that preload becomes unnecessary in most casestilghman2-2/+10
2010-07-14Expand the caller ANI field to an ast_party_idrmudgett1-10/+47
2010-07-14ast_callerid restructuringrmudgett5-961/+1370
2010-07-13Oops, XML documentation fix.tilghman1-1/+0
2010-07-13It really cannot fail in the places below, but the stupid compiler doesn't kn...tilghman1-5/+17
2010-07-13Weird compiler error on Bamboo.tilghman1-1/+1
2010-07-13FILE() now supports line-mode and writing (altering) files.tilghman1-48/+1001
2010-07-09Kill some startup warnings and errors and make some messages more helpful in ...tilghman2-2/+2
2010-06-08Add High Resolution Times to CDRs for Asterisksnuffy1-3/+37
2010-06-08Add SRTP support for Asterisktwilson1-0/+50
2010-06-03Handle OOM errors more gracefully.tilghman1-2/+22
2010-05-30Needs to be wrapped in <para>tilghman1-1/+1
2010-05-28Setup environment variables for the benefit of child processes and disallow c...tilghman1-1/+2
2010-05-17Enhancements to connected line and redirecting work.mmichelson3-2/+32
2010-05-07Double free crashtilghman1-0/+3
2010-04-21Add small documentation update to func_callcompletion.c.mmichelson1-1/+4
2010-04-19Commit compromise I suggested on review 608.mmichelson1-0/+14
2010-04-13Address Russell's comments on func_srv from reviewboard.mmichelson1-7/+14
2010-04-09Fix some compiler errors that popped up after the CCSS merge.mmichelson1-0/+2
2010-04-09Merge Call completion support into trunk.mmichelson1-0/+114
2010-04-09func_srv and explicit specification of a remote IP for SIP.mmichelson1-0/+254
2010-04-03Consolidate ast_channel.cid.cid_rdnis into ast_channel.redirecting.from.number.rmudgett2-11/+5
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