Commit Graph

1653 Commits (bd01d66909a8901c7a19b51af163e2187490a7af)

Author SHA1 Message Date
Luigi Rizzo bd01d66909 merge two nested 'if' which are really a single block.
19 years ago
Luigi Rizzo 9476cb356e fix indentation of a large block
19 years ago
Luigi Rizzo 501c9e181c start sorting out the duplicated code in the privacy handler
19 years ago
Luigi Rizzo b3343aecdf merge two nested 'if' which are really a single block.
19 years ago
Luigi Rizzo 73f2d344fb more localization and variable removal
19 years ago
Luigi Rizzo c9f669e56d more localization of variables
19 years ago
Luigi Rizzo c6a8784e95 localize one more variable;
19 years ago
Luigi Rizzo 0f4a1bc9ac localize some variables
19 years ago
Luigi Rizzo 2bdcaa4849 extract a common condition.
19 years ago
Luigi Rizzo 25eb0525d9 fix indentation of some large blocks after previous changes
19 years ago
Luigi Rizzo 25c6ab22f9 more simplifications - use a local variable c instead of o->chan,
19 years ago
Luigi Rizzo acf0f038dc more simplifications
19 years ago
Luigi Rizzo 3aaaa41609 start cleaning up this code so we can split the 900 lines function
19 years ago
Luigi Rizzo d93234c25b add experimental code for new-style "say" application.
19 years ago
Luigi Rizzo c14427878a remove a line that was added by mistake
19 years ago
Tilghman Lesher 8a066de957 Merged revisions 21037 via svnmerge from
19 years ago
Joshua Colp e8a94a71e2 Allow the attachment format to be specified differently for different mailboxes (issue #6961 reported by the ever fabulous Corydon76)
19 years ago
Luigi Rizzo ca9e77fe46 code simplifications
19 years ago
Luigi Rizzo 8977378288 use ast_strdup instead of strdup
19 years ago
Luigi Rizzo 62712ea668 constification and code simplifications
19 years ago
Luigi Rizzo e43bc6634d This rather large commit changes the way modules are loaded.
19 years ago
Tilghman Lesher 492e68dab3 Merged revisions 19891 via svnmerge from
19 years ago
Kevin P. Fleming 70bf3715a6 Merged revisions 19812 via svnmerge from
19 years ago
Joshua Colp 5e43f18529 Updates to speech recognition API and dialplan utilities. Moved to using dialplan functions, and some other misc things.
19 years ago
Joshua Colp 416cd5d8a0 Add ability to see if the person calling said anything or not.
19 years ago
Tilghman Lesher 020305fb58 Merged revisions 19397 via svnmerge from
19 years ago
Tilghman Lesher e5bb12ac83 Merged revisions 19394 via svnmerge from
19 years ago
Kevin P. Fleming 1e9ac855d3 Merged revisions 19348 via svnmerge from
19 years ago
Kevin P. Fleming 77e998a20d Merged revisions 19301 via svnmerge from
19 years ago
BJ Weschke 0b438958df Minor cleanups and error handling for app_dial #6935 (casper)
19 years ago
BJ Weschke d2480538d2 Provide the ability to read extension number after name #6938 (delink)
19 years ago
Luigi Rizzo 7ba1b92a04 normalize code preparing for loader changes
19 years ago
BJ Weschke 44b98afdcd Merged revisions 19008 via svnmerge from
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
Kevin P. Fleming cf15740eaf remove support for BYEXTENSION (which nobody even knows about anymore)
19 years ago
Olle Johansson 6843c5ddc6 Issue 6919 - clarify error message
19 years ago
Kevin P. Fleming f10f427d49 since the module API is changing, it's a good time to const-ify the description() and key() return values
19 years ago
Tilghman Lesher 1481e53ba8 Merged revisions 18494 via svnmerge from
19 years ago
Russell Bryant e27f756be4 remove traces of "look", something that does not exist in the tree
19 years ago
Olle Johansson 7089dc1341 Issue #6899 - remove OSP support code from chan_sip.c and app_dial.c
19 years ago
Kevin P. Fleming 65e9dce01f Merged revisions 18087 via svnmerge from
19 years ago
BJ Weschke 3b89edc066 More code optimizations. Thanks kpfleming!
19 years ago
BJ Weschke d42357fae1 Fix a problem where if the channel was hungup during detection, the application wouldn't block indefinitely looking for another frame from that channel. Don't try to do frame size analysis on a frame that isn't voice, only report DEBUG and VERBOSE msgs to the logger channels when the DEBUG and VERBOSE settings are high enough to require it, and some other minor cleanups.
19 years ago
Joshua Colp 1749971753 Merged revisions 17905 via svnmerge from
19 years ago
Luigi Rizzo e9b428e121 convert one more file...
19 years ago
Luigi Rizzo 1fd898bd84 convert a couple of applications to the new module style
19 years ago
Tilghman Lesher 756c7cbb12 Bug 6873 - Finish moving from the non-threadsafe (and poor randomness) rand() to threadsafe ast_random()
19 years ago
Tilghman Lesher 701b49027d Bug 6508 - if priority was a number, then findlabel fails
19 years ago
Tilghman Lesher e019a106c7 Bug 6886 - Add application TryExec, which does mostly the same thing, but returns differently
19 years ago
Olle Johansson 982a66a93a Issue #6882
19 years ago