Minor cleanup on dtmf calling (bug #7076)
[asterisk/asterisk.git] / channel.c
2006-05-08 Mark SpencerMinor cleanup on dtmf calling (bug #7076)
2006-05-05 BJ Weschke Make the "Avoided Initial Deadlock for '....', X retri...
2006-05-03 Luigi Rizzoremove useless variables, and argument checks for functions
2006-05-03 Luigi Rizzono point in clearing a local variable just before return
2006-04-30 Kevin P. Flemingremove T38_SUPPORT define that is no longer needed
2006-04-26 Matt O'Gormanmore janitor work, patch from bug 6975.
2006-04-24 Kevin P. FlemingThanks to the fine work of Russell Bryant and Dancho...
2006-04-21 Luigi Rizzoconvert to use ast_stream_and_wait
2006-04-21 Luigi Rizzo- use symbolic constants and macros to play with the...
2006-04-21 Luigi Rizzomake NULL and "" equivalent in cid fields, mark some...
2006-04-19 Luigi Rizzomove to a different file (channel.c for the time being...
2006-04-19 Luigi Rizzo- use ast_calloc instead of ast_malloc
2006-04-18 Joshua ColpDo not depend on having an end sound for stopping the...
2006-04-17 Kevin P. Flemingactually return the number steps... not the number...
2006-04-17 Kevin P. Flemingadd an API so that the number of steps required for...
2006-04-16 Luigi Rizzominor formatting fixes
2006-04-16 Luigi Rizzomove some duplicated code outside an if/then/else block
2006-04-16 Luigi Rizzomake sure there is [almost] only a single exit point...
2006-04-16 Luigi Rizzosimplify the ast_channel walking routines.
2006-04-16 Luigi Rizzomove common conditions to the outside block.
2006-04-16 Luigi Rizzosimplify logic in ast_generic_bridge()
2006-04-16 Luigi Rizzomove common code in one place
2006-04-16 Luigi Rizzoavoid returning in the middle of a switch() in ast_ans...
2006-04-16 Luigi Rizzosimplify function __ast_request_and_dial() as follows:
2006-04-16 Luigi Rizzoproperly reindent a block
2006-04-16 Luigi Rizzoadd a missing ast_channel_unlock() evidenced by previou...
2006-04-16 Luigi Rizzoremove an extra lock.
2006-04-16 Luigi Rizzo- replace some nested 'if' with '&&'
2006-04-16 Luigi RizzoLocalize some variables documenting their usage.
2006-04-16 Olle Johansson- Fixes to ast_channel_lock functions
2006-04-16 Luigi Rizzolocalize some variables, add some comments.
2006-04-16 Luigi Rizzoimplement ast_waitfordigit() and ast_readstring() in...
2006-04-15 Olle JohanssonMore ast_channel_lock fixes
2006-04-15 Olle JohanssonNew functions for locking a channel - these simplify...
2006-04-14 Luigi Rizzocode cleanup (for loop normalization, remove useless...
2006-04-11 Kevin P. FlemingMerged revisions 19347 via svnmerge from
2006-04-11 Joshua ColpData stores do not need a lock. As well change the...
2006-04-10 Joshua ColpPresenting a revised data stores and oh my, a generic...
2006-04-06 Luigi Rizzominor formatting cleanup and removal of trailing whites...
2006-04-06 Luigi Rizzothe fix for bug #6399 makes sense. thanks wrmem for...
2006-04-03 Matt O'Gormanlist word cant be used with g++ and causes problems
2006-03-30 Russell Bryantconvert internal timing to be stored as a flag in the...
2006-03-30 Olle JohanssonIssue #5374 - Enable internal timing of generators...
2006-03-19 Russell Bryantfix memory leak due to not freeing the channel's string...
2006-03-06 Olle JohanssonMake astmm compile (imported from 1.2)
2006-03-06 Olle JohanssonRevert, needs to be fixed in 1.2 first
2006-03-06 Olle JohanssonFix compilation with astmm
2006-02-27 Russell BryantMerged revisions 11250 via svnmerge from
2006-02-25 Kevin P. FlemingMerged revisions 11058 via svnmerge from
2006-02-15 Kevin P. Flemingmore memory allocation wrapper conversion
2006-02-14 Kevin P. Flemingadd 'systemname' option to prefix channel unique IDs...
2006-02-11 Russell BryantMerged revisions 9581 via svnmerge from
2006-02-11 Mark SpencerAdd capability to retrieve list of channel types
2006-02-03 Tilghman LesherBug 6322 - Implementation of SHA1 in Asterisk (plus...
2006-02-01 Kevin P. Fleminguse string fields for some stuff in ast_channel
2006-01-31 Russell Bryantdefine a global null_frame object so when queueing...
2006-01-30 Mark SpencerMerge Rizzo's waitfor update (bug #4584)
2006-01-29 Kevin P. Flemingdon't use tone generation for DTMF if the channel drive...
2006-01-29 Kevin P. Flemingadd channel-driver callbacks for variable length DTMF
2006-01-29 Kevin P. Flemingmake ast_read() able to handle channel read()/exception...
2006-01-25 Olle JohanssonIssue #6349 - patch by markster, imported from 1.2
2006-01-24 Kevin P. FlemingMerged revisions 8588 via svnmerge from
2006-01-24 Russell Bryantconvert ast_channel list to use linked list macros...
2006-01-24 Olle Johansson- Report SIP reload in manager (issue 5742 with small...
2006-01-22 Russell BryantMerged revisions 8437 via svnmerge from
2006-01-22 Russell Bryantadd 'show channeltype' CLI command (issue #6149, with...
2006-01-21 Russell Bryanton this pass, only remove duplicate log messages
2006-01-21 Russell Bryantfinish reverting my pass through the tree to remove...
2006-01-21 Russell Bryantremove some useless checks after calls to ast_strdupa
2006-01-17 Olle JohanssonExtra comma causing compilation errors...
2006-01-17 Kevin P. Flemingdon't generate any message for native bridge attempts...
2006-01-16 BJ Weschke Spelling corrections (mostly in comments and doxygen...
2006-01-16 Russell BryantMerged revisions 7963 via svnmerge from
2006-01-14 Matt O'Gormanadded feature for pausing and unpausing the
2006-01-12 Matthew FredricksonMore changes to make t.38 support work
2006-01-11 Russell Bryantoops. :)
2006-01-11 Russell Bryant- add AST_LIST_HEAD_NOLOCK_STATIC, similar to AST_LIST_...
2006-01-07 Mark SpencerAdd support for H.264 with SIP and recording
2006-01-05 Kevin P. FlemingMerged revisions 7825 via svnmerge from
2006-01-04 Kevin P. FlemingMerged revisions 7799-7800 via svnmerge from
2006-01-04 Olle JohanssonIssue #6127: Count in show channeltypes (junky)
2006-01-03 Kevin P. Flemingupdate copyright headers for files changed this year
2006-01-03 Kevin P. FlemingMerged revisions 7740 via svnmerge from
2006-01-01 Russell Bryantremove some duplicated code (issue #6098)
2005-12-31 Russell Bryantupdate comments to doxygen style
2005-12-30 Russell Bryantupdate doxygen docs to specify authors
2005-12-30 Tilghman LesherMerged revisions 7677 via svnmerge from
2005-12-24 Russell Bryantminor cleanups ...
2005-12-20 Mark SpencerMajor peformance improvements to meetme
2005-12-15 BJ Weschke Bug #6003 - Don't free the channel structure until...
2005-12-04 Russell Bryantconvert most of the option_*'s to a single ast_flags...
2005-12-03 Tilghman LesherBug 5858 - Make the chanvars.c functions return a ...
2005-12-02 Kevin P. FlemingMerged revisions 7265-7266,7268-7275 via svnmerge from
2005-11-30 Kevin P. Flemingfree write frames when spy queues provide frames that...
2005-11-29 Kevin P. Flemingremove extraneous svn:executable properties
2005-11-16 Kevin P. Flemingissue #5770
2005-11-11 Kevin P. Flemingissue #5590
2005-11-02 Kevin P. Flemingnative bridging changes
2005-11-01 Kevin P. Flemingissue #5564
2005-11-01 Kevin P. Fleminguse a writeable frame (some channel drivers/transcoders...
next