aboutsummaryrefslogtreecommitdiffstats
path: root/main/file.c
AgeCommit message (Expand)AuthorFilesLines
2009-12-01Fix a warning pointed out by buildbot.russell1-1/+1
2009-12-01Ignore unknown formats in ast_format_str_reduce() and return an error if no k...mnicholson1-2/+15
2009-11-30Remove duplicate entries from voicemail format lists. This prevents app_voice...mnicholson1-0/+60
2009-10-08Make filestream frame handling safer by isolating frames before returning them.russell1-46/+38
2009-09-20Really stop the stream, when ast_closestream() is called.tilghman1-0/+16
2009-06-26Don't fast forward past the end of a message.russell1-0/+7
2009-06-16Improve support for media paths that can generate multiple frames at once.kpfleming1-6/+12
2009-04-15Update ast_readvideo_callback to match ast_readaudio_callback.mmichelson1-2/+11
2009-04-09Add debugging mode for diagnosing file descriptor leaks.tilghman1-3/+6
2009-03-18revert commit that included extranous changeskpfleming1-12/+6
2009-03-18Improve the build system to *properly* remove unnecessary symbols from the ru...kpfleming1-6/+12
2009-02-12Fix a place where filestreams were not refcounted properlymmichelson1-1/+10
2009-01-07Fix the last couple of places where free() was improperly used directly.russell1-7/+8
2009-01-07Don't fclose() the file early, the filestream destructor will handle it.russell1-1/+0
2009-01-07Only try to close the file if one was actually openedrussell1-1/+2
2009-01-07Don't use free() directly. This caused a crash since ast_filestream is now a...russell1-1/+1
2008-11-20There was an issue when attempting to reference an embeddedmmichelson1-39/+76
2008-11-03somehow missed a bunch of gcc 4.3.x warnings in this branch on the first passkpfleming1-5/+12
2008-11-01fix a bunch of potential problems found by gcc 4.3.x, primarily bare strings ...kpfleming1-2/+5
2008-09-12Don't return a free'd pointer, when a file cannot be opened.tilghman1-0/+1
2008-07-11a whole pile of Zaptel/DAHDI compatibility work, with lots more to come... th...kpfleming1-1/+1
2008-06-12Adds DAHDI support alongside Zaptel. DAHDI usage favored, but all Zap stuff s...jpeeler1-3/+3
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