aboutsummaryrefslogtreecommitdiffstats
path: root/res
AgeCommit message (Expand)AuthorFilesLines
2011-01-20Update .version, ChangeLog, and merge changes.lmadsen1-230/+572
2011-01-05Use the sanity check in place of the disconnect/connect cycle.tilghman1-12/+6
2010-12-20Typos: recieved => receivedtzafrir2-4/+4
2010-12-16Only increment the pointer once per loop, otherwise we corrupt the value.tilghman1-3/+2
2010-11-19Revert a new feature which should have gone into trunk.espiceland1-74/+3
2010-11-19Add extra functionality to AGI command WAIT FOR DIGIT.espiceland1-3/+74
2010-11-04Fixes ringback tone on feature semi-attended transferdvossel1-0/+3
2010-10-05Fix a crash by ensuring that we don't alter memory after it's freed.tilghman1-3/+6
2010-10-01Disable debugging by defaultpabelanger1-1/+1
2010-09-30res_agi.c:handle_getvariablefull() could recursively lock a channel and notbbryant1-1/+1
2010-09-29Allow a manager originate to succeed on forwarded devices.qwell1-1/+1
2010-09-09Transmit silence when reading DTMF in ast_readstring.qwell4-56/+105
2010-07-20Do not queue up DTMF frames while a call is on hold.tilghman1-0/+4
2010-07-19Avoid trying to pickup a parked extension before the park operation is comple...jeang1-1/+1
2010-07-16Save and restore AST_FLAG_BRIDGE_HANGUP_DONT on attended transfer.tringenbach1-0/+13
2010-07-16Since we split values at the semicolon, we should store values with a semicol...tilghman2-31/+133
2010-07-13Only reset a CDR that exists.russell1-1/+3
2010-07-13Use chan->cdr instead of chan_cdr (just like peer->cdr instead of peer_cdr in...russell1-1/+1
2010-07-13Access peer->cdr directly instead of through a saved off reference.russell1-1/+1
2010-07-02Fix various typos, reported by Lintiantzafrir2-4/+4
2010-06-14Properly play first file in sort list.pabelanger1-4/+9
2010-06-09Let systems without a working fork() use res_musiconhold.qwell1-1/+10
2010-05-26Not finding rows in the DB does not rise to the level of a warning.tilghman1-1/+1
2010-04-30Fix potential crash from race condition due to accessing channel data without...mmichelson1-1/+13
2010-04-25When StopMonitor is called, ensure that it will not be restarted by a channel...tilghman1-0/+2
2010-04-22Fix broken CDR behavior.mnicholson1-0/+5
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