aboutsummaryrefslogtreecommitdiffstats
path: root/funcs
AgeCommit message (Expand)AuthorFilesLines
2011-02-15Merged revisions 307836 via svnmerge from tilghman1-1/+4
2011-02-02Eliminate a file descriptor leak when using the FILE() dialplan function.tilghman1-0/+6
2011-02-02Replacing doc/* and asterisk.pdf with wiki linkslathama2-2/+2
2011-01-30Add Function and Application Relationships to documentationlathama2-2/+32
2011-01-14Add relationships to function documentation.lathama2-12/+12
2011-01-14Add relationships to function documentation.lathama2-0/+20
2010-12-16Merged revisions 298477 via svnmerge from tilghman1-0/+5
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