aboutsummaryrefslogtreecommitdiffstats
path: root/main/app.c
AgeCommit message (Expand)AuthorFilesLines
2010-04-15Allow application options with arguments to contain parentheses, through a va...tilghman1-0/+32
2009-11-30Remove duplicate entries from voicemail format lists. This prevents app_voice...mnicholson1-6/+6
2009-03-02When ending a recording with silence detection, remember to reduce the duration.tilghman1-1/+9
2009-01-13Revert unnecessary indications API change from rev 122314russell1-1/+1
2008-12-09Fix a problem with GROUP() settings on a masquerade.russell1-2/+7
2008-07-30Fix a spot where a function could return without bringingmmichelson1-1/+5
2008-06-20If the last character in a string to be parsed is the delimiter, then we shouldtilghman1-2/+6
2008-06-12Adds DAHDI support alongside Zaptel. DAHDI usage favored, but all Zap stuff s...jpeeler1-1/+1
2008-06-11Backport fix for 11520--for some reason I didn't do this back in February whe...twilson1-0/+12
2008-03-25Add an option (transmit_silence) which transmits silence during both Record()...file1-0/+9
2008-02-18There was an invalid assumption when calculating the duration of a file that ...mmichelson1-1/+1
2007-11-27on second thought... revert all the other changes i've made in app options pa...kpfleming1-5/+1
2007-11-27generate a warning when an application option that requires an argument is ig...kpfleming1-2/+5
2007-11-26when parsing application options that take arguments, don't indicate that the...kpfleming1-1/+2
2007-11-24Currently, zero-length voicemail messages cause a hangup in VoicemailMain.tilghman1-3/+11
2007-11-14When a recording ends with '#', we are improperly trimming an extra 200ms fro...tilghman1-3/+10
2007-10-19When returning a DTMF digit from ast_control_streamfile cast it as a char so ...file1-0/+4
2007-09-25jmls pointed out that unsetting the group and setting the group to the blank ...tilghman1-2/+4
2007-09-24Making change to group splitting, as discussed on the -dev list. The maintilghman1-1/+1
2007-07-24Found another place where we should be using the umask (thanks jcmoore)tilghman1-1/+1
2007-07-10Merged revisions 74264 via svnmerge from file1-2/+2
2007-06-13Merged revisions 69127 via svnmerge from file1-3/+7
2007-05-07Merged revisions 63285 via svnmerge from file1-0/+14
2007-04-25Merged revisions 61804 via svnmerge from file1-38/+81
2007-04-03Merged revisions 59886 via svnmerge from russell1-6/+3
2007-01-18Add some more checks for option_debug before ast_log(LOG_DEBUG, ...) calls.qwell1-14/+28
2006-10-30Issue #8246 - Doxygen fixes from kshumard. oej1-2/+6
2006-10-05don't segfault when an argument without a close parenthesis is foundkpfleming1-2/+2
2006-08-31Merge in VLDTMF support with Zaptel/Core done by the ever great Darumkilla Ru...file1-9/+2
2006-08-21merge new_loader_completion branch, including (at least):kpfleming1-0/+1328