aboutsummaryrefslogtreecommitdiffstats
path: root/channel.c
AgeCommit message (Expand)AuthorFilesLines
2006-04-16remove an extra lock.rizzo1-1/+0
2006-04-16- replace some nested 'if' with '&&'rizzo1-44/+34
2006-04-16Localize some variables documenting their usage.rizzo1-13/+10
2006-04-16- Fixes to ast_channel_lock functionsoej1-1/+1
2006-04-16localize some variables, add some comments.rizzo1-11/+10
2006-04-16implement ast_waitfordigit() and ast_readstring() in termsrizzo1-61/+2
2006-04-15More ast_channel_lock fixesoej1-39/+43
2006-04-15New functions for locking a channel - these simplify debuggingoej1-0/+124
2006-04-14code cleanup (for loop normalization, remove useless casts and parentheses)rizzo1-27/+15
2006-04-11Merged revisions 19347 via svnmerge from kpfleming1-41/+34
2006-04-11Data stores do not need a lock. As well change the way they are removed from ...file1-19/+7
2006-04-10Presenting a revised data stores and oh my, a generic speech recognition API!...file1-0/+124
2006-04-06minor formatting cleanup and removal of trailing whitespace.rizzo1-167/+131
2006-04-06the fix for bug #6399 makes sense. thanks wrmem for the report.rizzo1-1/+2
2006-04-03list word cant be used with g++ and causes problemsmogorman1-6/+6
2006-03-30convert internal timing to be stored as a flag in the ast_options flagsrussell1-3/+3
2006-03-30Issue #5374 - Enable internal timing of generators (cmantunes)oej1-8/+20
2006-03-19fix memory leak due to not freeing the channel's string fields inrussell1-0/+1
2006-03-06Make astmm compile (imported from 1.2)oej1-1/+1
2006-03-06Revert, needs to be fixed in 1.2 firstoej1-1/+1
2006-03-06Fix compilation with astmmoej1-1/+1
2006-02-27Merged revisions 11250 via svnmerge from russell1-1/+2
2006-02-25Merged revisions 11058 via svnmerge from kpfleming1-1/+6
2006-02-15more memory allocation wrapper conversionkpfleming1-30/+14
2006-02-14add 'systemname' option to prefix channel unique IDs with (issue #5825)kpfleming1-1/+4
2006-02-11Merged revisions 9581 via svnmerge from russell1-0/+2
2006-02-11Add capability to retrieve list of channel typesmarkster1-0/+16
2006-02-03Bug 6322 - Implementation of SHA1 in Asterisk (plus dialplan function to use it)tilghman1-0/+1
2006-02-01use string fields for some stuff in ast_channelkpfleming1-22/+19
2006-01-31define a global null_frame object so when queueing a null frame, you don'trussell1-17/+10
2006-01-30Merge Rizzo's waitfor update (bug #4584)markster1-153/+109
2006-01-29don't use tone generation for DTMF if the channel driver only supports begin/...kpfleming1-1/+2
2006-01-29add channel-driver callbacks for variable length DTMFkpfleming1-2/+9
2006-01-29make ast_read() able to handle channel read()/exception() methods that return...kpfleming1-94/+116
2006-01-25Issue #6349 - patch by markster, imported from 1.2oej1-5/+8
2006-01-24Merged revisions 8588 via svnmerge from kpfleming1-2/+4
2006-01-24convert ast_channel list to use linked list macros (issue #6338)russell1-58/+40
2006-01-24- Report SIP reload in manager (issue 5742 with small changes)oej1-0/+16
2006-01-22Merged revisions 8437 via svnmerge from russell1-1/+1
2006-01-22add 'show channeltype' CLI command (issue #6149, with small modifications)russell1-0/+81
2006-01-21on this pass, only remove duplicate log messagesrussell1-5/+2
2006-01-21finish reverting my pass through the tree to remove checks of the result ofrussell1-1/+6
2006-01-21remove some useless checks after calls to ast_strduparussell1-6/+1
2006-01-17Extra comma causing compilation errors...oej1-1/+1
2006-01-17don't generate any message for native bridge attempts unless all the basic ch...kpfleming1-3/+3
2006-01-16 Spelling corrections (mostly in comments and doxygen areas) #6249 bweschke1-3/+3
2006-01-16Merged revisions 7963 via svnmerge from russell1-1/+1
2006-01-14added feature for pausing and unpausing the mogorman1-4/+8
2006-01-12More changes to make t.38 support workmattf1-0/+3
2006-01-11oops. :)russell1-0/+1