summaryrefslogtreecommitdiff
path: root/channels/chan_local.c
AgeCommit message (Expand)Author
2005-11-08issue #5604Kevin P. Fleming
2005-11-06issue #5605Russell Bryant
2005-10-24Doxygen documentation update from oej (issue #5505)Russell Bryant
2005-10-19Perform some extra checks before performing masqueradesMark Spencer
2005-09-14update MANY more files with proper copyright/license info (thanks Ian!)Kevin P. Fleming
2005-07-25formatting cleanups (bug #4786, with minor mods)Kevin P. Fleming
2005-07-10define an AST_MAX_CONTEXT for use instead of AST_MAX_EXTENSIONRussell Bryant
2005-06-24don't use locks when reading usecounts (reading only, not writing)Kevin P. Fleming
2005-06-07header ordering fixes for FreeBSD (pending a global merge into asterisk.h) (b...Kevin P. Fleming
2005-06-06more file version tagsKevin P. Fleming
2005-06-06another round of version tag updates, along with 'show version files' pattern...Kevin P. Fleming
2005-04-21use double-quotes instead of angle-brackets for non-system include files (bug...Kevin P. Fleming
2005-03-28Fix a bunch of const stuff, merge queue changes, add experimental "hybrid" DT...Mark Spencer
2005-03-16Inherit variables across local channel (bug #3769)Mark Spencer
2005-03-05If we're only queueing audio, don't queue when we really want to engage the m...Mark Spencer
2005-03-04Rework channel structure to eliminate "pvt" portion of channel (bug #3573)Mark Spencer
2005-02-28Fix queue URL passing (bug #3543)Mark Spencer
2005-02-14Fix native agent transfer, add UPGRADE.txt for notes about backwards compatib...Mark Spencer
2004-12-11Fix use count for agent/local (bug #2996 et al)Mark Spencer
2004-11-06Add features (incomplete, highly experimental), fix DundiLookup app, debug im...Mark Spencer
2004-10-26Pass concept of status back, permit "leaveempty" to work with static agents w...Mark Spencer
2004-10-26Fix chan_local debug message (bug #2725)Mark Spencer
2004-10-23First pass at making transfer work within agent (not tested, shouldn't break ...Mark Spencer
2004-10-03Major PBX revamps (including labels, update examples)Mark Spencer
2004-10-02Huge callerid rework (might break H.323, others)Mark Spencer
2004-07-12First pass at properly handling account codes in forwardingMark Spencer
2004-06-22Remove pthread.h from source. We should be using asterisk/lock.h everywhere ...James Golovich
2004-06-22Merge major BSD mutex and symbol conflict patches (bug #1816) (link patch sti...Mark Spencer
2004-06-22Can't check outbound without having lock (bug #1886)Mark Spencer
2004-06-09Merge FreeBSD locking fixes (bug #1411)Mark Spencer
2004-05-17Propagate language properly across chan_local (bug #1663)Mark Spencer
2004-04-06Get rid of all that old needlock garbage now that we're using recursive mutexesMark Spencer
2004-03-20Change 'show locals' into 'local show channels' to follow other channel metho...Jeremy McNamara
2004-03-18Populated RDNISMark Spencer
2004-03-04Add support for parking with IAX2Mark Spencer
2004-01-28Elminate unused code/warnings (bug #934)Mark Spencer
2003-12-02Really fix chan local races (I hope)Mark Spencer
2003-10-08Handle without contextMark Spencer
2003-10-08Add "n" option to allow disabling of masq optimizationMark Spencer
2003-08-19Fix race for fast hanguypMark Spencer
2003-08-14Make check_bridge back off if it cant get all the locks it wantsMark Spencer
2003-08-13Add any missing locking callsMark Spencer
2003-08-13Totally revamp thread debugging to support locating and removing deadlocksMark Spencer
2003-08-11Never release lock when doing a hangup or bad things can happen when masq is ...Mark Spencer
2003-08-11Lock everything that might need to be lockedMark Spencer
2003-08-11Lock masquerading into channelMark Spencer
2003-08-08Fix local bugletMark Spencer
2003-08-08Properly defuse race in chan_local, fix extremely unlikely path for losing lo...Mark Spencer
2003-07-01Fix race in local, update queueMark Spencer
2003-05-19Fix case where local is allocated but not actually called onMark Spencer