aboutsummaryrefslogtreecommitdiffstats
path: root/res
AgeCommit message (Expand)AuthorFilesLines
2010-01-04Add a flag to disable the Background behavior, for AGI users.tilghman1-1/+7
2009-12-23If EXEC only gets a single argument, don't crash when the second is used.tilghman1-1/+1
2009-12-21Change Monitor to not assume file to write to does not contain pathing.jpeeler1-2/+2
2009-12-21Send parking lot announcement to the channel which parked the call, not the p...tilghman1-1/+2
2009-12-15Mandatory argument checkingtilghman1-0/+3
2009-11-20Copy the peer CDR's userfield to the bridge CDR if it exists. This is necess...mnicholson1-0/+3
2009-11-04Fix incorrect filename comparsion after monitor file changejpeeler1-4/+40
2009-10-20Add support for relaying early media in the features attended transfer option.file1-1/+5
2009-10-06Fix ao2_iterator API to hold references to containers being iterated.kpfleming1-0/+4
2009-08-20Fix a crash by checking the proper pointer for validity before deferencing it.mnicholson1-1/+1
2009-08-10AST-2009-005tilghman4-27/+27
2009-07-27backport rev 205532 from trunk:mvanbaak1-1/+1
2009-07-21Ensure that user-provided CFLAGS and LDFLAGS are honored.kpfleming1-1/+1
2009-07-08Make OpenSSL usage thread-safe.russell1-1/+45
2009-06-25Fix a case where CDR answer time could be before the start time involving par...russell1-1/+10
2009-06-19If the "h" extension fails, give it another chance in main/pbx.c.tilghman1-3/+5
2009-06-18Fix memory corruption and leakage related reloads of non files mode MoH classes.russell1-1/+2
2009-06-16Show the interface name on error, if it is not found.eliel1-1/+1
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