aboutsummaryrefslogtreecommitdiffstats
path: root/main/file.c
AgeCommit message (Expand)AuthorFilesLines
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