aboutsummaryrefslogtreecommitdiffstats
path: root/main
AgeCommit message (Expand)AuthorFilesLines
2007-08-24Improve the debouncing logic in the DTMF detector to fix some reliabilityrussell1-19/+33
2007-08-24From a complaint by jmls, I realize that the message in cdr_disposition is un...murf1-9/+5
2007-08-24Make the deprecation warning inline with the code, instead of only in documen...tilghman1-1/+6
2007-08-23This is a hack to maintain old behavior of chan_iax2. This ensures that ifrussell1-2/+5
2007-08-22When converting this code to use the list macros, I changed it so objects arerussell1-1/+1
2007-08-22Merge changes from team/russell/iax_refcount.russell2-1/+686
2007-08-22(closes issue #10526)file1-1/+1
2007-08-21This patch solves problem 1 in 8126; it should not slow down the alaw codec, ...murf1-1/+1
2007-08-17Don't send a semicolon over the wire in sip notify messages.qwell1-0/+15
2007-08-15(closes issue #10440)file1-1/+1
2007-08-10From a user complaint on #asterisk, I have forced pbx_spool to explain what r...murf1-0/+23
2007-08-10Re bug behavior mentioned in #asterisk, made this tweak to code, to prevent h...murf1-0/+1
2007-08-10This will help debug; from a question asked on #asteriskmurf1-1/+1
2007-08-10Don't bother having the core pass through or emulate begin DTMF frames when i...file1-1/+15
2007-08-06Add additional DTMF log messages to help when debugging issues.file1-6/+16
2007-08-06Fix an issue with using UpdateConfig (manager action) where escaped semicolonsqwell1-3/+2
2007-08-06(closes issue #10355)file1-1/+1
2007-08-03Changed the behavior of sip's realtime_peer function to match the correspondi...mmichelson1-0/+8
2007-08-03Add some improvements to lock debugging. These changes take effectrussell2-7/+249
2007-08-02Merged revisions 77942 via svnmerge from murf1-2/+6
2007-08-01(closes issue #10351)file1-1/+1
2007-08-01Add some fixes for building on Solaris.file1-1/+1
2007-08-01Whoops, I meant R_5 not R5.file1-1/+1
2007-08-01Extend autoconf logic to determine which version of gethostbyname_r is on the...file1-2/+2
2007-07-31Made VAST improvements in DTMF receiver in RADIO_RELAX mode (thanx Stevejdixon1-11/+17
2007-07-30Applications like SayAlpha() should not hang up the channel if youqwell1-15/+19
2007-07-30file and I both committed changes for issue #10301. Remove a duplicatedrussell1-1/+1
2007-07-30(closes issue #10301)russell1-1/+3
2007-07-30(closes issue #10301)file1-0/+6
2007-07-26(closes issue #10302)file1-3/+6
2007-07-26Fixes to get ast_backtrace working properly. The AST_DEVMODE macro was never ...mmichelson1-0/+4
2007-07-26Missed onetilghman1-1/+1
2007-07-26Oops, that builtin define should be all-lowercase.tilghman1-2/+2
2007-07-25chan->emulate_dtmf_duration is an unsigned int, not a signed int, so use %u i...mmichelson1-1/+1
2007-07-25set the sequence number in a frame for all frame typesrizzo1-1/+1
2007-07-24Found another place where we should be using the umask (thanks jcmoore)tilghman1-1/+1
2007-07-20Eliminate a compiler warning with gcc 4.2 by constifying a char *qwell1-2/+2
2007-07-20Use the define that specifies the default length of an artificially createdrussell1-2/+2
2007-07-17cast arguments to ast_log so that it builds without warnings for merussell1-1/+1
2007-07-17Ensure that the pointer to STUN data does not go to unaccessible memory. (ASA...file1-2/+2
2007-07-17(closes issue #10209)russell1-0/+2
2007-07-16Merged revisions 75304 via svnmerge from kpfleming1-0/+59
2007-07-12Whoops... didn't want this to be returned to 0 each iteration.file1-1/+2
2007-07-12When waiting for a digit ensure that a begin frame was received with it, not ...file1-2/+7
2007-07-10Don't use #if to check if something is defined - use #ifdef instead.qwell1-5/+5
2007-07-10Merged revisions 74373 via svnmerge from qwell1-0/+4
2007-07-10Merged revisions 74264 via svnmerge from file1-2/+2
2007-07-09Doxygen formatting fixes; fixes errors while 'make progdocs'. (Closes issue ...tilghman1-71/+90
2007-07-09Give Agent channel names priority when doing CDR merging. (issue #10011 repor...file1-1/+1
2007-07-05Merged revisions 73349 via svnmerge from file1-8/+6