aboutsummaryrefslogtreecommitdiffstats
path: root/main
AgeCommit message (Expand)AuthorFilesLines
2007-06-06Fix plc_samples warning when registering a translator. (issue #9897 reported ...file1-1/+1
2007-06-06Merged revisions 67593 via svnmerge from file1-6/+5
2007-06-05Handle a failure in malloc() in ast_safe_string_alloc()russell1-1/+2
2007-06-05Fix a problem that showed itself by causing Zap channel names to be completelyrussell1-4/+9
2007-06-05When shutting down "gracefully", go through and run the unload() callbacks forrussell2-0/+29
2007-06-04This typo has been here since 1.4 forked. It has been the source of heartburn...murf1-1/+1
2007-06-04Add a missing \n. (pointed out by jcmoore on IRC)russell1-1/+1
2007-05-29Handle cases where a frame may have no data. (issue #9519 reported by dmb)file1-2/+3
2007-05-25Merged revisions 66127 via svnmerge from tilghman1-26/+1
2007-05-24if the string field init fails, clean up the stuff that was allocated alreadyrussell1-1/+4
2007-05-24Fix slinfactory logic when dealing with frames coming in that may already be ...file1-3/+5
2007-05-24Check the result of ast_string_field_init() in ast_channel_alloc()russell1-1/+2
2007-05-24Make 1.4 build on my machine, too..russell1-1/+1
2007-05-24don't use uninitialized variableskpfleming1-1/+1
2007-05-24Add the ability to blacklist certain commands from being executed using the C...file1-1/+13
2007-05-24Fix handling of zero-length frames when a codec is capable of native PLC.qwell1-1/+3
2007-05-24I like it when the RTP stack compiles myself...file1-1/+1
2007-05-24Fix the calculation of the RTT for RTCP. The previous code would result inrussell1-19/+37
2007-05-18Ugh. The svnmerge didn't catch the shift from cdr.c to main/cdr.c, and neithe...murf1-2/+20
2007-05-14Merged revisions 64275 via svnmerge from file1-4/+6
2007-05-14Fix scenario where if a phone that simply called Echo() put itself on hold it...file1-1/+4
2007-05-14As per 9570, worrisome CDR warnings have been removed, that are either not he...murf2-25/+1
2007-05-14Add hangupcause when we lack codecs for transcodingoej1-0/+1
2007-05-11Hide manager password from "manager show user foo".qwell1-1/+1
2007-05-11When MD5 authentication is not possible because there is no challenge present,russell1-0/+5
2007-05-10Strip terminal escape sequences from CLI command output that is going to berussell1-3/+7
2007-05-10Add test for negative offsets in cid data to prevent infinite loops.dbailey1-0/+6
2007-05-09Use the DTMF frame on the channel when returning a DTMF frame from AST_FRAME_...file1-0/+4
2007-05-09Modify ast_senddigit_begin() to use the same assumptions used elsewhere in therussell1-38/+37
2007-05-09Only call ast_senddigit_begin() in ast_senddigit() if the channel has a russell1-1/+1
2007-05-07Merged revisions 63285 via svnmerge from file2-1/+15
2007-05-07Don't remove configuration from memory just because one section failed.oej1-1/+0
2007-05-06Stop the video stream when you stop playback of all streams for a calloej1-0/+5
2007-05-03improve loader a bit, by avoiding trying to initialize embedded modules twice...kpfleming1-24/+33
2007-05-03Fix YADB (Yet Another DTMF Bug) ((C) Russell Bryant, 2007, TM, Patent Pending).russell1-9/+26
2007-05-02Merge changes from team/russell/inband_dtmf ...russell1-20/+31
2007-05-02Backport the change that only went in to trunk that fixes the command managerrussell1-1/+14
2007-05-02Merged revisions 62737 via svnmerge from murf2-4/+6
2007-05-02a)In chan_zap, set the clid, src fields in channel_alloc call. b)in the chann...murf2-1/+4
2007-04-30When serving dynamic content, include a Cache-Control header to instruct therussell1-2/+10
2007-04-30Merged revisions 62368 via svnmerge from file1-2/+2
2007-04-27If no variables were passed into pbx_substitute_variables_helper_full(), thenrussell1-1/+1
2007-04-27Issue #9608 - fix some annoying DEBUG messages not controlled by option_debu...oej1-1/+2
2007-04-26Missed an ast_app_group_discard during merge. Thanks blitzrage!file1-0/+2
2007-04-26Merged revisions 61958 via svnmerge from file1-0/+2
2007-04-25Merged revisions 61804 via svnmerge from file3-75/+96
2007-04-24Merged revisions 61786 via svnmerge from russell1-1/+2
2007-04-24Improve DTMF handling in ast_read() even more in response to a discussion onrussell1-18/+45
2007-04-24Add a few more state changes in handle_frame_ownerless() so that the SLA coderussell1-0/+3
2007-04-23Some dialplan functions, such as CUT(), expect to operate on variables on arussell1-1/+15