Commit Graph

329 Commits (5afbcc4f868d73ca3624dda53684caea70d4652c)

Author SHA1 Message Date
Luigi Rizzo 5afbcc4f86 remove an extra lock.
19 years ago
Luigi Rizzo 845298a7b3 - replace some nested 'if' with '&&'
19 years ago
Luigi Rizzo ed6def5c46 Localize some variables documenting their usage.
19 years ago
Olle Johansson 4a312a044d - Fixes to ast_channel_lock functions
19 years ago
Luigi Rizzo 4c9c289a5d localize some variables, add some comments.
19 years ago
Luigi Rizzo 429025db22 implement ast_waitfordigit() and ast_readstring() in terms
19 years ago
Olle Johansson e75fa47099 More ast_channel_lock fixes
19 years ago
Olle Johansson 6b3367bf5c New functions for locking a channel - these simplify debugging
19 years ago
Luigi Rizzo 160031b7be code cleanup (for loop normalization, remove useless casts and parentheses)
19 years ago
Kevin P. Fleming 7bf8d36c8b Merged revisions 19347 via svnmerge from
19 years ago
Joshua Colp 0f1321d423 Data stores do not need a lock. As well change the way they are removed from the channel when it is destroyed (thanks Russell Wussell) and finally... because C++ is silly... change our list macro info thing to be "entry" instead of "list".
19 years ago
Joshua Colp e4811a8248 Presenting a revised data stores and oh my, a generic speech recognition API! I wonder what we can do with this now...
19 years ago
Luigi Rizzo 5d34c2bbe1 minor formatting cleanup and removal of trailing whitespace.
19 years ago
Luigi Rizzo e57131511e the fix for bug #6399 makes sense. thanks wrmem for the report.
19 years ago
Matt O'Gorman 3112b3b49f list word cant be used with g++ and causes problems
19 years ago
Russell Bryant 03ce34e1aa convert internal timing to be stored as a flag in the ast_options flags
19 years ago
Olle Johansson 50f0b12880 Issue #5374 - Enable internal timing of generators (cmantunes)
19 years ago
Russell Bryant a3fe92b352 fix memory leak due to not freeing the channel's string fields in
19 years ago
Olle Johansson 9675cd2d42 Make astmm compile (imported from 1.2)
19 years ago
Olle Johansson cfbce6db40 Revert, needs to be fixed in 1.2 first
19 years ago
Olle Johansson 1bda384bb8 Fix compilation with astmm
19 years ago
Russell Bryant 1323c7be91 Merged revisions 11250 via svnmerge from
19 years ago
Kevin P. Fleming 50765d9aa5 Merged revisions 11058 via svnmerge from
20 years ago
Kevin P. Fleming a1e703fb01 more memory allocation wrapper conversion
20 years ago
Kevin P. Fleming 124b00c4a4 add 'systemname' option to prefix channel unique IDs with (issue #5825)
20 years ago
Russell Bryant 95151cead2 Merged revisions 9581 via svnmerge from
20 years ago
Mark Spencer 4a80fe5022 Add capability to retrieve list of channel types
20 years ago
Tilghman Lesher 34bcd0e0b6 Bug 6322 - Implementation of SHA1 in Asterisk (plus dialplan function to use it)
20 years ago
Kevin P. Fleming a16ae226b6 use string fields for some stuff in ast_channel
20 years ago
Russell Bryant e01861fafd define a global null_frame object so when queueing a null frame, you don't
20 years ago
Mark Spencer 37815b2cce Merge Rizzo's waitfor update (bug #4584)
20 years ago
Kevin P. Fleming f8b6a4db98 don't use tone generation for DTMF if the channel driver only supports begin/end (will need more work to translate non-variable events into begin/end events)
20 years ago
Kevin P. Fleming d8908a3f52 add channel-driver callbacks for variable length DTMF
20 years ago
Kevin P. Fleming cde6058aef make ast_read() able to handle channel read()/exception() methods that return a chain of frames
20 years ago
Olle Johansson 1d99282f9f Issue #6349 - patch by markster, imported from 1.2
20 years ago
Kevin P. Fleming 49f69c3f94 Merged revisions 8588 via svnmerge from
20 years ago
Russell Bryant a7b05ea51c convert ast_channel list to use linked list macros (issue #6338)
20 years ago
Olle Johansson 9434a05dc1 - Report SIP reload in manager (issue 5742 with small changes)
20 years ago
Russell Bryant c84ec3a3ad Merged revisions 8437 via svnmerge from
20 years ago
Russell Bryant 8cddfd5da1 add 'show channeltype' CLI command (issue #6149, with small modifications)
20 years ago
Russell Bryant 4414f45393 on this pass, only remove duplicate log messages
20 years ago
Russell Bryant e040a10d81 finish reverting my pass through the tree to remove checks of the result of
20 years ago
Russell Bryant a501cdb8c6 remove some useless checks after calls to ast_strdupa
20 years ago
Olle Johansson 533a64401b Extra comma causing compilation errors...
20 years ago
Kevin P. Fleming 21347757ef don't generate any message for native bridge attempts unless all the basic checks have passed and we're actually going to try it
20 years ago
BJ Weschke 3854a2438e Spelling corrections (mostly in comments and doxygen areas) #6249
20 years ago
Russell Bryant 06d2ae82cd Merged revisions 7963 via svnmerge from
20 years ago
Matt O'Gorman 06f2040e6f added feature for pausing and unpausing the
20 years ago
Matthew Fredrickson 1437a7255d More changes to make t.38 support work
20 years ago
Russell Bryant 9de6d70b24 oops. :)
20 years ago