aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2007-07-20Allow getting a call from an existing "sub" channel.qwell1-26/+25
2007-07-20Eliminate a compiler warning with gcc 4.2 by constifying a char *qwell1-2/+2
2007-07-20It's possible for sub->owner to be NULL here if you cancel the call immediate...qwell1-1/+1
2007-07-20When using users.conf for the entries in the directory, if multiple users had...mmichelson1-2/+9
2007-07-20Use the define that specifies the default length of an artificially createdrussell1-2/+2
2007-07-20Merged revisions 76080 via svnmerge from file1-0/+5
2007-07-20(closes issue #10246)file1-1/+4
2007-07-20Move makeannouncement variable declaration to proper place.file1-2/+2
2007-07-19Remove some duplicate code.qwell1-1/+0
2007-07-19The diff on this looks pretty big but all I did was remove a pointless if sta...mmichelson1-81/+78
2007-07-19Changes in handling return values of several functions in app_queue. This all...mmichelson1-96/+70
2007-07-19Merged revisions 75927 via svnmerge from russell1-1/+3
2007-07-18Need to make sure we set milliseconds and timestamp - pointed out by the rece...qwell1-0/+2
2007-07-18Merged revisions 75757 via svnmerge from russell1-1/+1
2007-07-18Merged revisions 75748 via svnmerge from tilghman1-1/+8
2007-07-18Umm, why are we transmitting dialtone on cfwdall?qwell1-1/+0
2007-07-18Backport GCC 4.2 fixes. Without these Asterisk won't build under devmode usin...file4-10/+7
2007-07-18Fixes for 7935/7936 conference phones.qwell1-19/+96
2007-07-18Fix issues with new 79x1 phones.qwell1-11/+20
2007-07-18Merged revisions 75657 via svnmerge from dhubbard1-1/+1
2007-07-18Few more places that needs to check for onhold state.file1-3/+3
2007-07-18(closes issue #10165)file1-2/+3
2007-07-18Don't bother reloading chan_h323 if it did not load successfully in the first...file1-0/+4
2007-07-18(closes issue #10224)file1-6/+7
2007-07-18Using a freed frame causes crashes (closes issue #9317)tilghman1-1/+1
2007-07-17Merged revisions 75449 via svnmerge from russell1-1/+1
2007-07-17cast arguments to ast_log so that it builds without warnings for merussell1-1/+1
2007-07-17Merged revisions 75444 via svnmerge from russell3-11/+21
2007-07-17Merged revisions 75440 via svnmerge from russell1-0/+1
2007-07-17Ensure that the pointer to STUN data does not go to unaccessible memory. (ASA...file1-2/+2
2007-07-17(issue #10210)russell1-0/+2
2007-07-17Fixing an error I made earlier. ast_fileexists can return -1 on failure, so I...mmichelson1-2/+2
2007-07-17(closes issue #10209)russell1-0/+2
2007-07-17Remove a duplicated newline character in AGI debug output.russell1-1/+1
2007-07-16Merged revisions 75304 via svnmerge from kpfleming1-0/+59
2007-07-16another fix that is not needed here (finishing up 75251)kpfleming0-0/+0
2007-07-16Restoring functionality from 1.2 wherein Retrydial will not exit if there is ...mmichelson1-5/+16
2007-07-16block change that is not relevant herekpfleming0-0/+0
2007-07-13Merged revisions 75107 via svnmerge from russell1-2/+2
2007-07-13Merged revisions 75066 via svnmerge from mmichelson1-2/+4
2007-07-13Merged revisions 75059 via svnmerge from russell1-0/+3
2007-07-13Merged revisions 75052 via svnmerge from russell1-3/+12
2007-07-12Change to my previous fix regarding agent logoff soft. Now uses deferlogoff i...mmichelson1-4/+6
2007-07-12This patch resolves 10143; thanks to irroot for the patch; looked acceptable....murf1-2/+3
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-12It helps if I actually add this stuff for the 7921 too - otherwise it won't a...qwell1-0/+3
2007-07-12Add device ID for 7921 wireless skinny phoneqwell1-0/+1
2007-07-12Fix dialing in skinny that was broken in some cases.qwell1-1/+1
2007-07-12Merged revisions 74814 via svnmerge from file1-9/+9