Commit Graph

92 Commits (9ed6de9fd254d4b51c493a8841fa1368ea4c0949)

Author SHA1 Message Date
Terry Wilson 57f42bd74f ast_channel opaquification of pointers and integral types
14 years ago
Terry Wilson 99cae5b750 Opaquify channel stringfields
14 years ago
Richard Mudgett edf466012f Make FollowMe optionally update connected line information when the accepting endpoint is bridged.
14 years ago
Terry Wilson 04da92c379 Replace direct access to channel name with accessor functions
14 years ago
Richard Mudgett d7005bf8ad Fix memory leaks in app_followme find_realtime().
14 years ago
Richard Mudgett b05d4603c4 Fix crash during CDR update.
14 years ago
Richard Mudgett 090f9d83a5 Fix FollowMe CallerID on outgoing calls.
14 years ago
Matthew Jordan e218748ac1 Merged revisions 337120 via svnmerge from
14 years ago
Leif Madsen a525edea59 Merged revisions 328247 via svnmerge from
14 years ago
Russell Bryant 37aa52fd78 Merged revisions 316265 via svnmerge from
15 years ago
Jonathan Rose 18a6c3a415 Adds an option to FollowMe that isn't useful for the bug it was made to solve. Still, due to the nature of FollowMe, it makes sense to have this option since it keeps apps bound to channels that would otherwise go away from being lost.
15 years ago
David Vossel c26c190711 Asterisk media architecture conversion - no more format bitfields
15 years ago
Jeff Peeler 1c60cead78 Add option to followme to delay answer until ready to bridge call.
15 years ago
Tilghman Lesher 997816819b Merged revisions 297733 via svnmerge from
15 years ago
Tilghman Lesher 8190e96fad Merged revisions 284610 via svnmerge from
15 years ago
Richard Mudgett ec37ffbdaf ast_callerid restructuring
15 years ago
Russell Bryant 33aa72d592 Resolve compiler warnings on FreeBSD.
16 years ago
Jeff Peeler 976400a61e Fix app_followme playing wrong sound files.
16 years ago
Matthew Nicholson 606276ec48 Add an option to app_followme to disable the "please hold" announcement.
16 years ago
Tilghman Lesher d8e0c58437 Expand codec bitfield from 32 bits to 64 bits.
16 years ago
Tilghman Lesher 95da50292e Merged revisions 218577 via svnmerge from
16 years ago
Tilghman Lesher 642bec4d6f AST-2009-005
16 years ago
Russell Bryant 0264eef115 Merge the new Channel Event Logging (CEL) subsystem.
17 years ago
Kevin P. Fleming e6b2e9a750 Const-ify the world (or at least a good part of it)
17 years ago
Joshua Colp 1ed5422fa9 Merged revisions 192429 via svnmerge from
17 years ago
Russell Bryant 47c3799c99 Merged revisions 184842 via svnmerge from
17 years ago
BJ Weschke 3a4e3df193 Answer the channel if it has not already been answered and we've already found a valid profile for followme.
17 years ago
Tilghman Lesher c8223fc957 Merge ast_str_opaque branch (discontinue usage of ast_str internals)
17 years ago
Mark Michelson 2d20ab2b07 Make the options for the general and profiles more consistent
17 years ago
Mark Michelson d91f1df3e0 Merged revisions 157305 via svnmerge from
17 years ago
Sean Bright 9ef09ad1d4 Merged revisions 155553 via svnmerge from
17 years ago
Eliel C. Sardanons 63930985a1 - Add FollowMe() application XML documentation.
17 years ago
Terry Wilson 5fe37e47c6 Recent CDR fixes moved execution of the 'h' exten into the bridging code, so variables that were set after ast_bridge_call was called would not show up in the 'h' exten. Added a callback function to handle setting variables, etc. from w/in the bridging code. Calls back into a nested function within the function calling ast_bridge_call
17 years ago
Tilghman Lesher 08af5bb312 Create a new config file status, CONFIG_STATUS_FILEINVALID for differentiating
17 years ago
Tilghman Lesher 4de113179d OpenBSD compat fix (reminded by mvanbaak on #asterisk-dev)
17 years ago
Tilghman Lesher 74dfd3fcea Standardize the option names for consistency (but continue to work with the
17 years ago
Tilghman Lesher 8d62c61678 Realtime capabilities for the Find-Me-Follow-Me application.
17 years ago
Michiel van Baak f1e9371da8 - revert change to ast_queue_hangup and create ast_queue_hangup_with_cause
18 years ago
Tilghman Lesher 463a5dbd0a Whitespace changes only
18 years ago
Michiel van Baak 08e674bce0 Pass the hangup cause all the way to the calling app/channel.
18 years ago
Russell Bryant 432cb90411 Merged revisions 108469 via svnmerge from
18 years ago
Joshua Colp 496adc6fc0 Merged revisions 106235 via svnmerge from
18 years ago
Tilghman Lesher 8a411ccf83 Create a centralized configuration option for silencethreshold
18 years ago
Mark Michelson fe9821cc10 Get rid of any remaining ast_verbose calls in the code in favor of
18 years ago
Olle Johansson 949bb30d03 Merged revisions 99594 via svnmerge from
18 years ago
Joshua Colp 38da1d3afc Merged revisions 98219 via svnmerge from
18 years ago
Luigi Rizzo 7e8835e0d7 remove another set of redundant #include "asterisk/options.h"
18 years ago
Luigi Rizzo a23c055c3d move asterisk/paths.h outside asterisk.h and into those files
18 years ago
Luigi Rizzo 0595b5e2aa include "logger.h" and errno.h from asterisk.h - usage shows that they
18 years ago
Luigi Rizzo fdb7f7ba3d Start untangling header inclusion in a way that does not affect
18 years ago