summaryrefslogtreecommitdiff
path: root/include/asterisk/channel.h
AgeCommit message (Expand)Author
2005-03-17Add support for Solaris/x86 (bug #3064)Mark Spencer
2005-03-17Add PLC and jitter buffer and iax2 meta trunk with timestamps (bug #2532, #3400)Mark Spencer
2005-03-04Rework channel structure to eliminate "pvt" portion of channel (bug #3573)Mark Spencer
2005-02-23Merge anthm's CDR updates (bug #3595)Mark Spencer
2005-01-21update copyright headers for 2005Russell Bryant
2005-01-15Repair // comments to /* */ comments (bug #3347)Mark Spencer
2005-01-15Make groups be 64-bits (bug #3351, with mods)Mark Spencer
2005-01-10More flagification, courtesy drumkilla (bug #3280)Mark Spencer
2005-01-09Remove unused channel fields (bug #3301)Mark Spencer
2005-01-08Warn if flags is signed instead of unsigned (bug #3279)Mark Spencer
2005-01-08Make queue support channel variable inheritance (bug #3274)Mark Spencer
2005-01-05Merge Tony's attended # transfer with changes (bug #3241)Mark Spencer
2005-01-04Make features configurable and easier to implementMark Spencer
2004-12-24Merge anthm's native MOH patch (bug #2639) he promises me he'll rid it of ast...Mark Spencer
2004-12-16Merge russell's flag macro patch (with slight mods) (bug #3046)Mark Spencer
2004-12-14Merge slimey's Solaris compatibility (with small mods) (bug #2740)Mark Spencer
2004-12-07Big diet for struct ast_channelMark Spencer
2004-11-07Disable echo canceller for digital calls (bug #2785), fix build on MacOSX (bu...Mark Spencer
2004-10-26Pass concept of status back, permit "leaveempty" to work with static agents w...Mark Spencer
2004-10-24Add "Loopback" switchMark 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-09-19Merge UK + DTMF Caller*ID stuff and fix app_test descriptionMark Spencer
2004-08-06Only play announce time on first passMark Spencer
2004-08-01Make sure it's a constMark Spencer
2004-07-30chan_h323 Makefile change for Bug #2064. Also back out changes for Bug #2115...Malcolm Davenport
2004-07-30Bug # 2115: Allow Caller TON to be retrieved in the dialplanMalcolm Davenport
2004-07-28Merge alternate hangup and meetme patches from Matt N.Mark Spencer
2004-06-22Remove pthread.h from source. We should be using asterisk/lock.h everywhere ...James Golovich
2004-05-22Merge fabeman's extensive meetme improvements (bug #1624)Mark Spencer
2004-05-20Make ast_channel_walk become ast_channel_walk_lockedMark Spencer
2004-05-20Merge Mike's announcement enhancementsMark Spencer
2004-04-27Revert formatting changesJames Golovich
2004-04-26applied final release of bug 1353 per Mark's permissionAnthony Minessale II
2004-04-25Properly migrate from select to poll for core asterisk.Mark Spencer
2004-04-06Get rid of all that old needlock garbage now that we're using recursive mutexesMark Spencer
2004-03-27Make read/write mode have a lock parameter and use it properly.Mark Spencer
2004-03-04Add support for parking with IAX2Mark Spencer
2004-02-27Move ast_get_group from res_parking.c to channel.cJames Golovich
2004-01-16 Added functionality for E911 signallingJim Dixon
2003-12-18Allow doing digital PRI to PRI calls automaticallyMartin Pycko
2003-10-01Pass accountcode to outgoing spool call when originated with Context&Extensio...Martin Pycko
2003-10-01Add usecallingpres keyword to zapata.conf for PRI to PRI call so that we woul...Martin Pycko
2003-09-22Create better 'failed' CDRs for outgoing spool calls with context,extension,p...Martin Pycko
2003-09-12Add distinguishing between BUSY and FAILURE for outgoing spool calls. Always ...Martin Pycko
2003-09-08BSD portability enhancements (bug #234)Mark Spencer
2003-09-05Add restrictcid=[yes|no] for chan_zap and chan_sip. You can specify if the si...Martin Pycko
2003-08-28Fix synchronization of recorded files when using Monitor applicationMartin Pycko
2003-08-13Totally revamp thread debugging to support locating and removing deadlocksMark Spencer