summaryrefslogtreecommitdiff
path: root/channel.c
AgeCommit message (Expand)Author
2006-04-30remove T38_SUPPORT define that is no longer neededKevin P. Fleming
2006-04-26more janitor work, patch from bug 6975.Matt O'Gorman
2006-04-24Thanks to the fine work of Russell Bryant and Dancho Lazarov, we now have aut...Kevin P. Fleming
2006-04-21convert to use ast_stream_and_waitLuigi Rizzo
2006-04-21- use symbolic constants and macros to play with the debug flagLuigi Rizzo
2006-04-21make NULL and "" equivalent in cid fields, mark some missing NULL checks.Luigi Rizzo
2006-04-19move to a different file (channel.c for the time being) theLuigi Rizzo
2006-04-19- use ast_calloc instead of ast_mallocLuigi Rizzo
2006-04-18Do not depend on having an end sound for stopping the bridge when time runs o...Joshua Colp
2006-04-17actually return the number steps... not the number of steps minus 1Kevin P. Fleming
2006-04-17add an API so that the number of steps required for a translation path can be...Kevin P. Fleming
2006-04-16minor formatting fixesLuigi Rizzo
2006-04-16move some duplicated code outside an if/then/else blockLuigi Rizzo
2006-04-16make sure there is [almost] only a single exit point for a very longLuigi Rizzo
2006-04-16simplify the ast_channel walking routines.Luigi Rizzo
2006-04-16move common conditions to the outside block.Luigi Rizzo
2006-04-16simplify logic in ast_generic_bridge()Luigi Rizzo
2006-04-16move common code in one placeLuigi Rizzo
2006-04-16avoid returning in the middle of a switch() in ast_answer()Luigi Rizzo
2006-04-16simplify function __ast_request_and_dial() as follows:Luigi Rizzo
2006-04-16properly reindent a blockLuigi Rizzo
2006-04-16add a missing ast_channel_unlock() evidenced by previous commits.Luigi Rizzo
2006-04-16remove an extra lock.Luigi Rizzo
2006-04-16- replace some nested 'if' with '&&'Luigi Rizzo
2006-04-16Localize some variables documenting their usage.Luigi Rizzo
2006-04-16- Fixes to ast_channel_lock functionsOlle Johansson
2006-04-16localize some variables, add some comments.Luigi Rizzo
2006-04-16implement ast_waitfordigit() and ast_readstring() in termsLuigi Rizzo
2006-04-15More ast_channel_lock fixesOlle Johansson
2006-04-15New functions for locking a channel - these simplify debuggingOlle Johansson
2006-04-14code cleanup (for loop normalization, remove useless casts and parentheses)Luigi Rizzo
2006-04-11Merged revisions 19347 via svnmerge from Kevin P. Fleming
2006-04-11Data stores do not need a lock. As well change the way they are removed from ...Joshua Colp
2006-04-10Presenting a revised data stores and oh my, a generic speech recognition API!...Joshua Colp
2006-04-06minor formatting cleanup and removal of trailing whitespace.Luigi Rizzo
2006-04-06the fix for bug #6399 makes sense. thanks wrmem for the report.Luigi Rizzo
2006-04-03list word cant be used with g++ and causes problemsMatt O'Gorman
2006-03-30convert internal timing to be stored as a flag in the ast_options flagsRussell Bryant
2006-03-30Issue #5374 - Enable internal timing of generators (cmantunes)Olle Johansson
2006-03-19fix memory leak due to not freeing the channel's string fields inRussell Bryant
2006-03-06Make astmm compile (imported from 1.2)Olle Johansson
2006-03-06Revert, needs to be fixed in 1.2 firstOlle Johansson
2006-03-06Fix compilation with astmmOlle Johansson
2006-02-27Merged revisions 11250 via svnmerge from Russell Bryant
2006-02-25Merged revisions 11058 via svnmerge from Kevin P. Fleming
2006-02-15more memory allocation wrapper conversionKevin P. Fleming
2006-02-14add 'systemname' option to prefix channel unique IDs with (issue #5825)Kevin P. Fleming
2006-02-11Merged revisions 9581 via svnmerge from Russell Bryant
2006-02-11Add capability to retrieve list of channel typesMark Spencer
2006-02-03Bug 6322 - Implementation of SHA1 in Asterisk (plus dialplan function to use it)Tilghman Lesher