Commit Graph

438 Commits (16d06cb62f96c83e90c808f968cd3710c0070be4)

Author SHA1 Message Date
Mark Michelson a748fc6647 Merged revisions 81416 via svnmerge from
18 years ago
Mark Michelson ac9c53375f Merged revisions 81397 via svnmerge from
18 years ago
Mark Michelson 2d828f3308 Merged revisions 81381 via svnmerge from
18 years ago
Mark Michelson 639b4aacce Added the MEMBERREALTIME variable when using setinterfacevar in queues.conf
18 years ago
Mark Michelson faeaff33bb Merged revisions 81349 via svnmerge from
18 years ago
Mark Michelson b823b635ac Merged revisions 81346 via svnmerge from
18 years ago
Mark Michelson a9bec2f669 Merged revisions 81340 via svnmerge from
18 years ago
Mark Michelson 8176c0ee7c Merged revisions 81158 via svnmerge from
18 years ago
Mark Michelson cea7b885d9 Merged revisions 81010 via svnmerge from
18 years ago
Russell Bryant e5b801c419 use ast_strlen_zero
18 years ago
BJ Weschke eb0e0ec33f Merged revisions 80818 via svnmerge from
18 years ago
Mark Michelson e9a50d1f15 Merged revisions 80049 via svnmerge from
18 years ago
Tilghman Lesher 56b9568164 Don't reload a configuration file if nothing has changed.
18 years ago
Mark Michelson 8d929d7afd Allow non-realtime queues to have realtime members
18 years ago
Mark Michelson 2f88ff4599 Merged revisions 78575 via svnmerge from
18 years ago
Jason Parker 1bf5335f00 Add the Ring time in the CONNECT on the queue_log and on the Manager event AgentConnect
18 years ago
Russell Bryant 4e0947c5f1 Convert code that checks the _softhangup member of ast_channel directory to use
18 years ago
Mark Michelson 04ca0b9728 Merged revisions 77854 via svnmerge from
18 years ago
Mark Michelson 9aee2bf6c7 Merged revisions 77852 via svnmerge from
18 years ago
Tilghman Lesher 20bbd09de3 Mostly cleanup of documentation to substitute the pipe with the comma, but a few other formatting cleanups, too.
18 years ago
Russell Bryant f8483a0d04 Do a massive conversion for using the ast_verb() macro
18 years ago
Mark Michelson c3a92f402f Merged revisions 76801 via svnmerge from
18 years ago
Tilghman Lesher 55b1ee298e Merge the dialplan_aesthetics branch. Most of this patch simply converts applications
18 years ago
Steve Murphy ffd49bc066 One small documentation update made to accompany 10154, the upgrading of the queue ringing to allow periodic announcments
18 years ago
Steve Murphy 5c6d509591 This update was supplied in 10154; to allow announcemnts if the 'r' option (ringing) is provided.
18 years ago
Steve Murphy 7756ba6619 This repairs a 'warning: ISO C90 forbids mixed declarations and code' message that cripples my dev-mode enabled build
18 years ago
Mark Michelson 51fa94c6f5 Merged revisions 75978 via svnmerge from
18 years ago
Mark Michelson 3dcce46f69 Merged revisions 75969 via svnmerge from
18 years ago
Dwayne M. Hubbard b96fde308c Merged revisions 75658 via svnmerge from
18 years ago
Joshua Colp b8cd949cce Applications no longer need to call ast_module_user_add and ast_module_user_remove. This is now taken care of in the pbx_exec function outside of the application.
18 years ago
Joshua Colp 96a646734f It is no longer required for each module that deals with a channel to call ast_module_user_hangup_all in it's unload function. The loader will automatically perform this action for it.
18 years ago
Jason Parker 6f8294847f Merged revisions 74428 via svnmerge from
18 years ago
Jason Parker 76e2e39f77 Fix building that was broken by recent monitor.h changes. Thanks Russell for pointing this out (and pointing out what I probably did to prevent gcc from fixing it - don't ctrl-C builds)
18 years ago
Mark Michelson ab398473a0 Merged revisions 74120 via svnmerge from
18 years ago
Russell Bryant 262dfb44cd Add Queue and DestinationChannel headers to the AgentCalled manager event
18 years ago
Jason Parker 25b941b238 Add the ability to play an announcement to queue caller just before bridging
18 years ago
Mark Michelson 850287e46d Merged revisions 73400 via svnmerge from
18 years ago
Joshua Colp 758873a068 Merged revisions 73316 via svnmerge from
18 years ago
Russell Bryant 8a53d595a5 Fix up the device state processing thread in app_queue so that it's not
18 years ago
Joshua Colp 7b60d29f68 Merged revisions 72328 via svnmerge from
18 years ago
Tilghman Lesher 396a37eba8 Fix trunk brokenness; also, optimize application registration
18 years ago
Steve Murphy 2462d5ab4f Cleaning up a small disaster I created earlier
18 years ago
Steve Murphy 57526b35cc As per 9228, now app_queue should have the proper machinery to do gosubs.
18 years ago
Steve Murphy 866bbaa515 Via bug9228, no way to create macros via AEL, and some of the apps allow you to call macros..., I modded the apps that allow macro calls to allow gosubs calls also, to make them AEL compliant.
18 years ago
Brett Bryant 7573042f95 Fixed issue where 'stop gracfeully' was hanging ...
18 years ago
Russell Bryant 055d82cbce Add a massive set of changes for converting to use the ast_debug() macro.
18 years ago
Russell Bryant 9e0458e9f1 Completely remove all of the code related to jumping to priority n + 101. yay!
18 years ago
Russell Bryant e911f41166 Merged revisions 68280 via svnmerge from
18 years ago
Tilghman Lesher 9d05ff8ed5 Issue 9869 - replace malloc and memset with ast_calloc, and other coding guidelines changes
18 years ago
Russell Bryant 605368649e Merge major changes to the way device state is passed around Asterisk. The two
18 years ago
Russell Bryant 9b5d9279be Fix a couple of spots in the handling of device states that could lead to a
18 years ago
Russell Bryant ff73bfb7e7 I know we have talked about rewriting app_queue for Asterisk 1.6, but once I
18 years ago
Russell Bryant 3ecad89b42 Merged revisions 64868 via svnmerge from
18 years ago
Jason Parker 2d1b06faef Don't allow rounding seconds to weird values that may cause "unexpected" results.
18 years ago
Jason Parker 83c00e346e Add 'c' option to app_queue which allows for continuing in the dialplan if the callee hangs up.
18 years ago
Russell Bryant 683417407e This patch adds additional information to the EXITWITHKEY and EXITWITHTIMEOUT
18 years ago
Russell Bryant 672fbc1f81 Add a min-announce-frequency option to queues.conf which allows you to control the
18 years ago
Jason Parker 52ae7d58f7 Merged revisions 61694 via svnmerge from
18 years ago
Jason Parker 0cb6714ce8 Merged revisions 61022 via svnmerge from
18 years ago
Joshua Colp 9ab4327d8b Merged revisions 60762 via svnmerge from
18 years ago
Russell Bryant f0aeab730f Send a manager AgentComplete event when the agent transfers the call, in
18 years ago
Joshua Colp f95a15ed58 Merged revisions 55219 via svnmerge from
18 years ago
Joshua Colp 177953c8f1 We want to skip the queue if the name doesn't match the specified one, not if they *do*.
18 years ago
Joshua Colp d4c75e57c0 Increase "queue show" buffer size from 80 to 240. This should be more then enough for most cases. (issue #9089 reported by mvanbaak)
18 years ago
Joshua Colp 213983dee2 Merged revisions 55129 via svnmerge from
19 years ago
Russell Bryant f60efe347a This introduces a new dialplan function, DEVSTATE, which allows you to do some
19 years ago
Joshua Colp 655da6da05 Clean up documentation of Queue application. (issue #9022 reported by seanbright)
19 years ago
Olle Johansson d07e640c6f Merged revisions 53081 via svnmerge from
19 years ago
Russell Bryant b233892198 Merged revisions 53046 via svnmerge from
19 years ago
Russell Bryant 26a33b2ffc Merged revisions 53037 via svnmerge from
19 years ago
Russell Bryant 59b382021e Merged revisions 53035 via svnmerge from
19 years ago
Joshua Colp 44beb7c475 Merged revisions 52416 via svnmerge from
19 years ago
Kevin P. Fleming cd73a483f1 const-ify some more APIs, and fix rev 49710 from branch-1.4 in a better way here
19 years ago
Kevin P. Fleming 87b9abc892 Merged revisions 49676 via svnmerge from
19 years ago
Luigi Rizzo ccebf3511c convert the final clients of ast_build_string to use ast_str_*()
19 years ago
Luigi Rizzo 18e5017634 replace ast_build_string() with ast_str_*();
19 years ago
Russell Bryant 5824af9cbc Resolve some pointer signedness compiler warnings in app_osplookup, and
19 years ago
Jason Parker a1a37dddfe Add ability to add custom queue log via manager interface.
19 years ago
Joshua Colp 64d5316a53 Add 'loose' option to joinempty and leavewhenempty which is almost exactly like 'strict' except it does not count paused queue members as unavailable. (issue #8263 reported by gnarf)
19 years ago
Kevin P. Fleming 9398ac87a2 Merged revisions 47433 via svnmerge from
19 years ago
Kevin P. Fleming fed9126600 Merged revisions 47432 via svnmerge from
19 years ago
Luigi Rizzo 6b459ebd0c %ld and time_t don't match, so cast the argument to long
19 years ago
Tilghman Lesher 10875731ec Merged revisions 47051 via svnmerge from
19 years ago
BJ Weschke eea3a260da Let's make sure we hold the mutex lock before we go looking at values in the queue structure that could potentially be changing while we're running.
19 years ago
BJ Weschke 95a4fc7af2 * Added option to run macro when a queue member is connected to a caller,
19 years ago
Russell Bryant 414f448b09 Merged revisions 46249 via svnmerge from
19 years ago
Kevin P. Fleming 749029de38 Merged revisions 46200 via svnmerge from
19 years ago
Kevin P. Fleming 3c876af5cf Merged revisions 44378 via svnmerge from
19 years ago
Kevin P. Fleming e486316dc6 Merged revisions 44298 via svnmerge from
19 years ago
Joshua Colp 31800f61c3 Strat becomes Strategy based on feedback from two nameless fellows
19 years ago
Joshua Colp e550109383 Add 'Strat' manager field to QueueParams event. (issue #7704 reported by renemendoza)
19 years ago
Matt O'Gorman ae8cc3e18b bug #8076 check option_debug before printing to debug channel.
19 years ago
Joshua Colp 8ff3dd273a Expand setinterfacevar option to also set a variable, MEMBERNAME, which contains the member's name. (issue #8046 reported by jmls)
19 years ago
Joshua Colp 3e4a081e1c Make callerid fields in Manager events more consistent. CallerIDNum for number and CallerIDName for name. (issue #7976 reported by suhler)
19 years ago
Joshua Colp cc1945ce1b Add option 'keepstats' which will keep queue statistics during a reload. (issue #7908 reported by jmls)
19 years ago
Jason Parker e2a52816fc Merged revisions 43944 via svnmerge from
19 years ago
Kevin P. Fleming 5ae60ec272 Merged revisions 43919 via svnmerge from
19 years ago
BJ Weschke 9baf50ee9a Merged revisions 43899 via svnmerge from
19 years ago
BJ Weschke 3b3702f9bc Merged revisions 43873 via svnmerge from
19 years ago
BJ Weschke 4a50548ab2 Merged revisions 43864 via svnmerge from
19 years ago