aboutsummaryrefslogtreecommitdiffstats
path: root/main
AgeCommit message (Expand)AuthorFilesLines
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
2007-04-23Ensure that digits passing through Asterisk have a reasonable minimum length.russell1-1/+7
2007-04-20Avoid invalid seqno cycling detection.qwell1-1/+1
2007-04-20Merged revisions 61704 via svnmerge from qwell1-1/+1
2007-04-20Remove a stray debug message introduced by a recent commit.russell1-3/+1
2007-04-20Fix the UpdateConfig manager action to properly treat "variables" and "objects"russell2-41/+34
2007-04-19Bug 9557 - simple reason why reading a function always returned NULLtilghman1-1/+2
2007-04-18Clean upp formatting, add some doxygen stuff while we're in cleaning mode... ...oej1-18/+18
2007-04-18Issue #9554 - Improve RTCP (Dave Troy)oej1-7/+5
2007-04-13This is a fix to the way CDR merge handles the data that results from ForkCDR.murf1-4/+17
2007-04-11Add "svgz" to the mimetypes table. (issue #9510, bkruse)russell1-5/+7
2007-04-10File upload support was added to solve some needs for the Asterisk GUI.russell43-13322/+2
2007-04-10Finished up a previous fix to overcome a compiler warning; the app NoCDR() ha...murf1-1/+12
2007-04-09fix up some warnings found using --enable-dev-modekpfleming1-1/+1
2007-04-09remove some more stuff we don't needkpfleming8-1115/+0
2007-04-09Remove another directory that should no longer be thererussell3-3/+0
2007-04-09Remove various files that I thought I already removed.russell76-8782/+0
2007-04-09This is a big improvement over the current CDR fixes. It may still need refin...murf3-27/+82
2007-04-09Merged revisions 60849 via svnmerge from tilghman1-8/+6