initialize errno and don't report an error when poll() returns without indicating...
[asterisk/asterisk.git] / channel.c
2005-04-22 Kevin P. Fleminginitialize errno and don't report an error when poll...
2005-04-21 Kevin P. Fleminguse double-quotes instead of angle-brackets for non...
2005-04-18 Kevin P. Flemingdon't force transcoding through SLINEAR when transcodin...
2005-04-04 Kevin P. Flemingoptimize codec selection and format changing code
2005-04-01 Kevin P. Flemingdon't take the channel list lock until we're actually...
2005-04-01 Matthew FredricksonMerging in xylome's beaerer capabilty patch (bug 3547)
2005-03-31 Mark SpencerFix build without zaptel (bug #3901)
2005-03-31 Mark SpencerMake bridging more efficient
2005-03-30 Anthony Minessale IIincrease queue length of chanspy queue
2005-03-30 Anthony Minessale IIadd missing newlines
2005-03-28 Mark SpencerFix a bunch of const stuff, merge queue changes, add...
2005-03-27 Mark SpencerGCC 4 fix (bug #3875)
2005-03-24 Anthony Minessale IIFix the mysterious missing if
2005-03-23 Mark SpencerMerge API changes for chanspy
2005-03-22 Mark SpencerMake sure that waitfordigit_full doesn't hangup on...
2005-03-04 Mark SpencerRework channel structure to eliminate "pvt" portion...
2005-02-28 Mark SpencerFix queue URL passing (bug #3543)
2005-02-10 Mark SpencerFix silly newline miss (bug #3555)
2005-01-21 Mark SpencerCopy language, too (bug #3401)
2005-01-21 Russell Bryantupdate copyright headers for 2005
2005-01-17 Josh RobersonMisc Grammer/formatting fixes - Thanks Corydon76! ...
2005-01-17 Mark SpencerMerge hold patch (bug #1840)
2005-01-15 Mark SpencerRepair // comments to /* */ comments (bug #3347)
2005-01-15 Mark SpencerMake groups be 64-bits (bug #3351, with mods)
2005-01-15 Mark SpencerHandle masq properly when clone channel has no vars...
2005-01-13 Mark SpencerHandle syntax errors in group descriptions more gracefu...
2005-01-10 Mark SpencerMore flagification, courtesy drumkilla (bug #3280)
2005-01-10 Mark SpencerHandle masq properly with music (bug #3235)
2005-01-09 Mark SpencerDon't allow masquerading into oneself (bug #3040)
2005-01-08 Mark SpencerMake queue support channel variable inheritance (bug...
2005-01-05 Mark SpencerCalculate tvdiff properly (avoid off-by-one)
2005-01-04 Mark SpencerMake features configurable and easier to implement
2005-01-02 Mark SpencerHandle group memberships better with masquerade (bug...
2005-01-01 Mark SpencerList improvements from kpfleming (bugs #3166,#3140)
2005-01-01 Mark SpencerMake sure to wake up sleeper on sip transfer issue...
2004-12-31 Mark SpencerMerge OEJ's channel type listing (bug #3187) with sligh...
2004-12-24 Mark SpencerMerge anthm's native MOH patch (bug #2639) he promises...
2004-12-23 Mark SpencerSpeed up ast_list macros (bug #3135)
2004-12-21 Mark SpencerMake event parameter names consistent for callerid...
2004-12-18 Mark SpencerFix comment issues (bug #3089)
2004-12-09 Mark SpencerMake music on hold truly optional (bug #2998)
2004-12-07 Mark SpencerBig diet for struct ast_channel
2004-11-07 Mark SpencerDisable echo canceller for digital calls (bug #2785...
2004-11-06 Mark SpencerAdd features (incomplete, highly experimental), fix...
2004-11-03 Mark SpencerPass through flash hook
2004-11-01 Mark SpencerDebugging improvements (bug #2765)
2004-10-26 Mark SpencerPass concept of status back, permit "leaveempty" to...
2004-10-24 Mark SpencerAdd "Loopback" switch
2004-10-23 Mark SpencerFirst pass at making transfer work within agent (not...
2004-10-03 Mark SpencerMajor PBX revamps (including labels, update examples)
2004-10-02 Mark SpencerHuge callerid rework (might break H.323, others)
2004-09-15 Mark SpencerUse file that is in Asterisk rather than asterisk-sound...
2004-09-04 Mark SpencerIf nativeformats changes, recalculate formats (bug...
2004-09-02 Mark SpencerFix "duplicate answer" issue (bug #2342)
2004-08-31 Mark SpencerWhen queueing frames, it's pointless to queue a frame...
2004-08-27 Mark SpencerFix generator for VAD as well as for automatically...
2004-08-27 Mark SpencerRun generators from zap timers when available so as...
2004-08-26 Mark SpencerInclude UniqueId in rename events... (bug #2306)
2004-08-06 Mark SpencerOnly play announce time on first pass
2004-07-28 Mark SpencerSomehow matt's patch didn't make it all the way in
2004-07-09 Mark SpencerSwap states early in masquerade process (bug #1987)
2004-07-09 Mark SpencerMore strcpy / snprintf as part of rgagnon's audit ...
2004-06-29 James GolovichUse snprintf in __ast_request_and_dial instead of sprintf
2004-06-29 Mark SpencerOops (fix typo)
2004-06-29 Mark SpencerPerform deadlock avoidance on initial entry, too
2004-06-29 Mark SpencerAvoid potential deadlocks in channel_walk_locked, and...
2004-06-29 James GolovichMore formatting cleanups.
2004-06-24 Mark Spenceroops
2004-06-23 Mark SpencerBe sure to hold lock during answer
2004-06-22 James GolovichMisc formatting cleanups
2004-06-22 James GolovichRemove pthread.h from source. We should be using aster...
2004-06-14 Mark SpencerSeparate PROCEEDING and PROGRESS
2004-06-09 Mark SpencerMerge FreeBSD locking fixes (bug #1411)
2004-06-04 Mark SpencerEnhancements for zaptel+bsd (bug #1781)
2004-06-02 Mark SpencerLock while installign generator
2004-05-27 Mark SpencerUnlock PRI lock, fix variable pasing
2004-05-25 Mark SpencerFix major typo
2004-05-22 Mark SpencerMerge fabeman's extensive meetme improvements (bug...
2004-05-20 Mark SpencerMake ast_channel_walk become ast_channel_walk_locked
2004-05-20 Mark SpencerMerge Mike's announcement enhancements
2004-05-16 Mark SpencerIgnore progress frames in request/dial (bug #1657)
2004-05-15 Mark SpencerDon't worry about tones we can't send (bug #1652)
2004-05-06 Anthony Minessale IImake channel.c use autoservice_start/stop when playing...
2004-05-06 James GolovichUse ast_strlen_zero in channel.c
2004-05-03 James GolovichCode formatting cleanup in channel.c
2004-04-29 Mark SpencerAdd support for French, Danish, Portuguese, Spanish...
2004-04-27 James GolovichRevert formatting changes
2004-04-27 Anthony Minessale IIBug Fix
2004-04-26 Anthony Minessale IIapplied final release of bug 1353 per Mark's permission
2004-04-26 Mark SpencerMore select/poll updates for various applications
2004-04-25 Mark SpencerProperly migrate from select to poll for core asterisk.
2004-04-24 Mark SpencerTemporarily revert poll changes
2004-04-24 Mark SpencerChange select references to poll in core asterisk funct...
2004-04-21 James GolovichMake manager "Link" and "Unlink" events include the...
2004-04-20 Mark SpencerMake sure we safely lock both channels when doing a...
2004-04-12 Mark SpencerFix implementation of waitfordigit_full
2004-04-07 Mark SpencerRemove double unlock from ast_read
2004-04-06 Mark SpencerGet rid of all that old needlock garbage now that we...
2004-04-02 Mark SpencerDon't double lock the stream
2004-04-02 Mark SpencerFix generator race (bug #1202)
next