aboutsummaryrefslogtreecommitdiffstats
path: root/res/res_features.c
AgeCommit message (Expand)AuthorFilesLines
2010-04-22Fix broken CDR behavior.mnicholson1-0/+5
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-02-18Copy the calling party's account code to the called party if they don't alrea...mnicholson1-0/+3
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
2009-12-21Send parking lot announcement to the channel which parked the call, not the p...tilghman1-1/+2
2009-11-20Copy the peer CDR's userfield to the bridge CDR if it exists. This is necess...mnicholson1-0/+3
2009-10-20Add support for relaying early media in the features attended transfer option.file1-1/+5
2009-08-20Fix a crash by checking the proper pointer for validity before deferencing it.mnicholson1-1/+1
2009-08-10AST-2009-005tilghman1-7/+7
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-03Generic call forward api, ast_call_forward()dvossel1-1/+7
2009-05-29Use AST_CDR_NOANSWER instead of AST_CDR_NULL as the default CDR disposition.mnicholson1-1/+1
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-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-03-19Cleaning up a few things in detect disconnect patchdvossel1-6/+1
2009-03-19Allow disconnect feature before a call is bridgeddvossel1-38/+85
2009-03-13Check the DYNAMIC_FEATURES of both the chan and peer when interpreting DTMF.mmichelson1-8/+19
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-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-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-28This patch fixes h-exten running misbehavior in manager-redirected murf1-12/+29
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
2008-12-19This merges the masqpark branch into 1.4murf1-61/+28
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-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
2008-11-29update dev-mode compiler flags to match the ones used by default on Ubuntu In...kpfleming1-1/+1
2008-11-21In reference to the fix made for 13871, I wasmurf1-9/+14
2008-11-21(closes issue #13871)murf1-3/+5
2008-11-18Fix a crash in the end_bridge_callback of app_dial andmmichelson1-0/+4