aboutsummaryrefslogtreecommitdiffstats
path: root/res
AgeCommit message (Expand)AuthorFilesLines
2010-03-24Ensure that monitor recordings are written to the correct location (again)jpeeler1-22/+25
2010-03-22Unconditionally copy the caller's account code to the called party.mnicholson1-3/+1
2010-03-20Resolve a number of FreeBSD build issues.russell1-1/+2
2010-03-05Fix not being able to specify a URL in MOH class directory.jpeeler1-1/+1
2010-02-25Ensure that monitor recordings are written to the correct location (again)jpeeler1-3/+3
2010-02-25Ensure that monitor recordings are written to the correct location.jpeeler1-8/+8
2010-02-18Copy the calling party's account code to the called party if they don't alrea...mnicholson1-0/+3
2010-02-10Make sure that res_smdi loads regardless of configuration, since chan_dahdi d...oej1-2/+4
2010-02-08Res_features depends on res_adsi in 1.4oej1-0/+1
2010-02-01When a transferer hangs up during an attended transfer BEFORE the transfer is...tilghman1-16/+49
2010-01-26fixes bug with channel receiving wrong privileges after call parking dvossel1-1/+5
2010-01-13Fix regression for timed out parked call returning to callerjpeeler1-0/+5
2010-01-08Stop a crash when no peer is passed to masq_park_call.jpeeler1-1/+1
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