aboutsummaryrefslogtreecommitdiffstats
path: root/res
AgeCommit message (Expand)AuthorFilesLines
2009-03-23Fix a memory leak in res_monitor.cmmichelson1-5/+1
2009-03-19Cleaning up a few things in detect disconnect patchdvossel1-6/+1
2009-03-19Allow disconnect feature before a call is bridgeddvossel2-38/+86
2009-03-18Fix cases where the internal poll() was not being used when it needed to be.russell1-2/+2
2009-03-18Improve the build system to *properly* remove unnecessary symbols from the ru...kpfleming14-6/+133
2009-03-18revert commit that included extranous changeskpfleming14-133/+6
2009-03-18Improve the build system to *properly* remove unnecessary symbols from the ru...kpfleming14-6/+133
2009-03-13Check the DYNAMIC_FEATURES of both the chan and peer when interpreting DTMF.mmichelson1-8/+19
2009-03-12Fix incorrect usage of strncasecmp... I really meant to use strcasecmp.file1-1/+1
2009-03-12Fix logic flaw in previous commit.file1-1/+1
2009-03-12Fix another scenario where depending on configuration the stream would not ge...file1-1/+1
2009-03-12Fix issue with streaming MOH failing if nobody is listening.file1-2/+2
2009-03-11Fix malloc debug macros to work properly with h323.jpeeler1-2/+2
2009-03-03Do not assume that the bridge_cdr is still attached to the channel when the '...file1-2/+7
2009-02-26This change moves the default feature digit timeout to 1000 ms from the previ...murf1-1/+1
2009-02-26This patch prevents the feature detection timeout from being cut in half.murf1-2/+9
2009-02-24Change include order to make compile on Centos 5 with DAHDItwilson1-1/+4
2009-02-17Modify bridging to properly evaluate DTMF after first warning is playedjpeeler1-1/+9
2009-02-12Fix ParkedCall event information for From field in the case of a blind transferjpeeler1-2/+9
2009-02-12Fix crash in event of failed attempt to transfer to parkingjpeeler1-1/+2
2009-02-09Don't overwrite our pointer to the music class when music on hold stops. We w...file1-9/+3
2009-02-07Fix a race condition that could cause a crash.russell1-1/+1
2009-02-03Parking attempts made to one end of a bridge no longer will hang up due to ajpeeler1-37/+68
2009-02-02Fix a feature inheritance bug I added after code reviewtwilson1-0/+4
2009-01-31Rename new parkedcallparking option to parkedcallreparkingtwilson1-9/+9
2009-01-30Fix feature inheritance with builtin featurestwilson1-37/+273
2009-01-29Lose the CAP_NET_ADMIN at every fork, instead of at startup. Otherwise, iftilghman2-5/+38
2009-01-28This patch fixes h-exten running misbehavior in manager-redirected murf1-12/+29
2009-01-25Err, yeah.tilghman1-1/+1
2009-01-25Add thread to kill zombies, when child processes don't die immediately ontilghman1-2/+71
2009-01-21Fix builtin_blindtransfer calling back the wrong channeltwilson1-1/+3
2009-01-20One-touch parking was calling back the wrong channel on timeouttwilson1-1/+3
2009-01-20Don't play audio to the channel if we've masqueradedtwilson1-12/+12
2009-01-15Convert call to park_call_full to masq_park_call_announcetwilson1-8/+9
2009-01-13Revert unnecessary indications API change from rev 122314russell2-10/+10
2009-01-12(closes issue #13881)jpeeler1-0/+5
2009-01-09Make this compile for mvanbaakrussell1-1/+1
2009-01-08Don't truncate database results at 255 chars.tilghman1-3/+22
2008-12-22Re-work ref count handling of MoH classes using astobj2 to resolve crashes.russell1-325/+441
2008-12-19This merges the masqpark branch into 1.4murf1-61/+28
2008-12-19(closes issue #13480)jpeeler1-5/+1
2008-12-18Set the process group ID on the MOH process so that all children will get killedrussell1-6/+7
2008-12-16Don't try to change working directory if a directory was not configured.russell1-1/+1
2008-12-15Handle a case where a call can be bridged to a channel that is still ringing.russell1-1/+9
2008-12-11Fix an issue that made it so you could only have a single caller executingrussell1-28/+33
2008-12-11Don't wait forever, if there's a specified recording timeout.tilghman1-1/+1
2008-12-10Oops, inverted logic for a strcasecmp check. Pointed out by mmichelson, thanks!jpeeler1-1/+1
2008-12-10(closes issue #13229)jpeeler1-5/+5
2008-12-02Channel is masqueraded, don't keep alivetwilson1-1/+1
2008-12-02A situation like A calls B, A builtin_atxfers B to C, C parks B would lead to...twilson1-1/+1