aboutsummaryrefslogtreecommitdiffstats
path: root/main/file.c
AgeCommit message (Expand)AuthorFilesLines
2008-04-22I thought I was going to be able to leave 1.4 alone, but that was not the case.russell1-5/+16
2008-04-10Only try to prefix language if we are not using an absolute path (suffix it o...qwell1-6/+1
2008-03-17Backport revision 106439 from trunk. I didn't realize this was broken in 1.4...qwell1-41/+71
2008-03-05Add a control frame to indicate the source of media has changed. Depending on...file1-0/+1
2008-02-27Bump a couple of more buffers up by 2 so that annoying warnings aren't generatedmmichelson1-2/+2
2008-02-27Bump up the buffer by 2.file1-1/+1
2008-02-27fallback to standard English prompts properly when using new prompt directory...kpfleming1-14/+22
2008-01-31Fix a couple of places where ast_frfree() was not called on a frame that camerussell1-0/+1
2008-01-27When deleting a task from the scheduler, ignoring the return value couldtilghman1-6/+2
2007-11-29Use of "private" as a field name in a header file messes with C++ projectstilghman1-1/+1
2007-11-29Merge a change from team/russell/chan_refcount ...russell1-0/+5
2007-09-21gcc 4.2 has a new set of warnings dealing with cosnt pointers. This set ofrussell1-6/+6
2007-09-05Fix an issue that can occur when you do an attended transfer to parking. Ifrussell1-29/+97
2007-08-10Don't bother having the core pass through or emulate begin DTMF frames when i...file1-1/+15
2007-06-22Merged revisions 71065 via svnmerge from qwell1-4/+3
2007-06-06Properly handle cases where a stream can't be written to. (issue #9757 report...file1-0/+2
2007-05-06Stop the video stream when you stop playback of all streams for a calloej1-0/+5
2007-04-08Merged revisions 60660 via svnmerge from tilghman1-4/+9
2007-03-02Return the correct digit that interrupted the stream. This fixes exiting therussell1-0/+1
2007-01-26Fix core show file formats CLI command.file1-2/+29
2007-01-16Display more useful output when streaming files.qwell1-3/+2
2006-12-27since these variables all have static duration, none of them need initializer...kpfleming1-1/+1
2006-12-27move extern declaration for this option to a header file where it belongskpfleming1-1/+1
2006-11-15don't try to call fclose() if fopen() failedkpfleming1-3/+4
2006-11-02Reverse change of "show" to "list" and make several other commands more consi...tilghman1-2/+2
2006-10-06Merged revisions 44580 via svnmerge from file1-0/+1
2006-10-05Merged revisions 44501 via svnmerge from file1-0/+1
2006-09-28Don't warn on HOLD/UNHOLD control framespcadach1-0/+2
2006-09-28Don't treat unknown control frames as voicepcadach1-0/+1
2006-09-18merge qwell's CLI verbification workkpfleming1-7/+13
2006-09-01You see nothing...file1-1/+1
2006-09-010 is indeed considered a valid file descriptor (issue #7861 reported by PCadach)file1-1/+1
2006-08-31Ignore DTMF begin frames in the waitstream core so that we don't get duplicat...file1-1/+0
2006-08-31Merge in VLDTMF support with Zaptel/Core done by the ever great Darumkilla Ru...file1-2/+5
2006-08-23Free the filename so we don't have a memory leak. (reported by PCadach in #as...file1-0/+1
2006-08-21merge new_loader_completion branch, including (at least):kpfleming1-0/+1161