aboutsummaryrefslogtreecommitdiffstats
path: root/main
AgeCommit message (Expand)AuthorFilesLines
2008-03-04Make it so you don't have to cast away const in a couple placesrussell1-2/+2
2008-03-04remove unnecessary castsrussell1-2/+2
2008-03-04 - Add curly braces around the while looprussell1-6/+10
2008-03-04Use ast_copy_string() instead of strncpy(), and use sizeof() instead ofrussell1-1/+4
2008-03-03Merged revisions 105565 via svnmerge from russell1-1/+3
2008-03-033) In addition to merging the changes below, change trunk back to a regularrussell3-26/+43
2008-03-03Merged revisions 105560 via svnmerge from file1-1/+8
2008-03-01Add support for 16KHz signed linear.file1-2/+2
2008-03-01Asterisk, when parking can drop rights a caller when a parking timeout occurs...twilson3-6/+62
2008-02-29Merged revisions 105409 via svnmerge from russell1-0/+18
2008-02-28Merged revisions 105116 via svnmerge from russell1-5/+9
2008-02-28Merged revisions 104841 via svnmerge from mmichelson1-5/+29
2008-02-28Merged revisions 105005 via svnmerge from qwell2-8/+4
2008-02-28Merged revisions 104868 via svnmerge from tilghman1-1/+1
2008-02-27Merged revisions 104783 via svnmerge from mmichelson1-2/+2
2008-02-27Merged revisions 104704 via svnmerge from tilghman1-1/+6
2008-02-27Merged revisions 104665 via svnmerge from file1-1/+1
2008-02-27Merged revisions 104598 via svnmerge from qwell1-7/+8
2008-02-27Merged revisions 104596 via svnmerge from file1-6/+6
2008-02-27Merged revisions 104593 via svnmerge from kpfleming1-14/+22
2008-02-27Fix T38 passthrough regression introduced by state changes.file1-2/+4
2008-02-26I swear I compiled this ... *cough*russell1-1/+1
2008-02-26Rename version.h to ast_version.h. Next, I will be re-adding version.h as anrussell2-2/+2
2008-02-26Add an 'e' option to ResetCDR which re-enables a CDR that has been disabled.file2-0/+8
2008-02-26Remove more hardcoded pipe symbols and replace with commas.mmichelson1-2/+2
2008-02-25Merged revisions 104102 via svnmerge from russell1-1/+10
2008-02-25Merged revisions 104092 via svnmerge from qwell1-1/+2
2008-02-22Move Originate to a separate privilege and require the additional System priv...tilghman1-2/+18
2008-02-21Merged revisions 104015 via svnmerge from kpfleming1-1/+1
2008-02-20Largely refactor DSP tone detection routines.qwell1-215/+384
2008-02-20Merged revisions 103845 via svnmerge from tilghman1-0/+2
2008-02-20*mumble*file1-1/+1
2008-02-20file not found.file1-1/+1
2008-02-20Minor test...file1-1/+1
2008-02-19Make sure to mask out non-audio first as wellqwell1-3/+3
2008-02-19Maybe we should set the value before we test it? Fixes an issue people have ...qwell1-1/+2
2008-02-19Add a log message that appears when you try to unload a module that isn't loa...file1-0/+1
2008-02-19Only output a log message saying the format does not exist if it actually doe...file1-4/+7
2008-02-19Change verbosity into debug for Hebrew (and various whitespace fixes)tilghman1-381/+382
2008-02-18Merged revisions 103801 via svnmerge from file1-1/+1
2008-02-18Add a non-invasive API for application level manipulation of T38 on a channel...file2-11/+35
2008-02-18Add some missing control frames.file1-0/+6
2008-02-18Merged revisions 103786 via svnmerge from mmichelson1-1/+1
2008-02-18make the output of 'core show settings' a bit nicer.mvanbaak1-6/+6
2008-02-18Merged revisions 103780 via svnmerge from tilghman1-0/+8
2008-02-18Make sure we can set up calls without audio (text+video).oej1-6/+19
2008-02-18Add an API call (ast_async_parseable_goto) which parses a goto string and doe...file1-2/+16
2008-02-18Context tracing for channelstilghman3-1/+155
2008-02-15Add proper "false" case behavior to GotoIfTimemmichelson1-10/+23
2008-02-15Merged revisions 103728 via svnmerge from russell1-2/+10