aboutsummaryrefslogtreecommitdiffstats
path: root/res
AgeCommit message (Expand)AuthorFilesLines
2009-06-03Generic call forward api, ast_call_forward()dvossel1-1/+7
2009-06-01If using the old deprecated format, a reload would cause the class to disappear.tilghman1-6/+11
2009-05-30Properly terminate AMI JabberSend response messages.seanbright1-8/+8
2009-05-30Fix a crash that occurred when MWI SMDI messages expired.russell1-0/+2
2009-05-29Use AST_CDR_NOANSWER instead of AST_CDR_NULL as the default CDR disposition.mnicholson1-1/+1
2009-05-26Resolve a file handle leak.russell1-0/+4
2009-05-21This commit prevents cdr records with AST_CDR_FLAG_ANSLOCKED and AST_CDR_FLAG...mnicholson1-6/+10
2009-05-20Fix some code that wrongly assumed a pointer would always be non-NULL when de...file1-5/+11
2009-05-18Add a similar dependency on SMDI for voicemail as already exists for ADSI.tilghman1-0/+4
2009-05-06Make ParkedCall application stop execution of the dialplan after hang upjpeeler1-2/+2
2009-05-05Fix an incorrect assumption that certain values on the channel will always ex...file1-4/+4
2009-04-27Fix a typo from 190661.russell1-2/+2
2009-04-27Resolve a crash in res_smdi when used with chan_dahdi.russell1-2/+26
2009-04-13If fileconfig limit exceeds our maximum, then set the limit to the maximum.tilghman1-2/+6
2009-04-08Fix a small logical error when loading moh classes.mmichelson1-3/+3
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