Commit Graph

687 Commits (ec98fba3ad35c328111ea78a3fb84dca5e3ee4c6)

Author SHA1 Message Date
Mark Michelson 0d5da5f436 Fix a bit of odd logic for announcing position. Sync with 1.6.0's logic
16 years ago
Mark Michelson 34161542e9 Fix odd "thank you" sound playing behavior in app_queue.c
16 years ago
Mark Michelson 2e1d9f9a21 Merged revisions 173692 via svnmerge from
16 years ago
Mark Michelson 172777bd02 Fix some areas where the incorrect interface was passed to ast_device_state
16 years ago
Olle Johansson 7ecda45482 Fix "cancel answered elsewhere" through app_queue with members in chan_local.
16 years ago
Olle Johansson 097822966b Add final part of previously committed work for answered elsewhere in queue - the missing piece that started with app_dial() earlier on.
17 years ago
Mark Michelson 04e56bde03 Fix queue crashes that would occur after the calling channel was masqueraded.
17 years ago
Mark Michelson 4263503bd5 Fix device state parsing issues for channel names with multiple slashes
17 years ago
Mark Michelson b52253d590 Use the default timeout for a queue instead of -1
17 years ago
Olle Johansson 526cc089a9 Add support for setting the Reason header when cancelling a call in the queue
17 years ago
Mark Michelson b9060d4435 Merged revisions 168628 via svnmerge from
17 years ago
Mark Michelson ec0f18405e Clarify a message that app_queue prints and change to a debug-level message
17 years ago
Mark Michelson 454241dd58 Add the average talk time for a queue
17 years ago
Mark Michelson ff20b9116a Update app_queue to deal with the removal of AST_PBX_KEEPALIVE
17 years ago
Steve Murphy aa905e347e Merged revisions 166093 via svnmerge from
17 years ago
Joshua Colp 654ea55a65 Numerous documentation updates.
17 years ago
Mark Michelson a7829044ec Merged revisions 165255 via svnmerge from
17 years ago
Mark Michelson 00c40264b7 Fix a compile warning and a logic error that could have been bad
17 years ago
Mark Michelson 8a2cf30830 Fix up a few issues with regards to queues
17 years ago
Tilghman Lesher c8223fc957 Merge ast_str_opaque branch (discontinue usage of ast_str internals)
17 years ago
Terry Wilson 74de8fdaa7 When using realtime queues, app_queue wasn't updating the strategy if it was changed in the realtime backend. This patch resolves the issue for almost all situations. It is currently not supported to switch to the linear strategy via realtime since the ao2_container for members will have been set to have multiple buckets and therefore the members would be unordered.
17 years ago
Mark Michelson 1772fc56f0 Merged revisions 163084 via svnmerge from
17 years ago
Mark Michelson cda010c3b7 Merged revisions 163080 via svnmerge from
17 years ago
Eliel C. Sardanons 1e8e12efcf Janitor, use ARRAY_LEN() when possible.
17 years ago
Mark Michelson a53877b469 Add some safety measures when using gosub, especially when using the options
17 years ago
Mark Michelson ac1b520de6 When investigating issue #13548, I found that gosub
17 years ago
Sean Bright fd8caa1778 This is basically a complete rollback of r155401, as it was determined that
17 years ago
Matthew Nicholson 17ed84ff07 Make the Join event from app_queue use CallerIDNum insead of CallerID for
17 years ago
Mark Michelson 9e1283e160 Add a space to the output
17 years ago
Mark Michelson de5ba432da Add a RES_NOT_DYNAMIC case for the CLI command
17 years ago
Mark Michelson cf6c66de65 Fix some refcounting in app_queue.c and change the
17 years ago
Sean Bright 9ef09ad1d4 Merged revisions 155553 via svnmerge from
17 years ago
Sean Bright 30d1744ffc Add ability to pass arbitrary data to the ao2_callback_fn (called from
17 years ago
Eliel C. Sardanons d23dff9ca8 - Add some see-also references based on TFOT.
17 years ago
Tilghman Lesher 2cc8e25222 Slightly optimize ast_devstate_str and rename global functions devstate2str and config_text_file_save to have an ast_ prefix
17 years ago
Kevin P. Fleming bd4eb070f3 bring over all the fixes for the warnings found by gcc 4.3.x from the 1.4 branch, and add the ones needed for all the new code here too
17 years ago
Russell Bryant 5b168ee34b Merge changes from team/group/appdocsxml
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
Steve Murphy d736ac2b19 Merged revisions 152538 via svnmerge from
17 years ago
Steve Murphy 6fad66dfb3 Merged revisions 152535 via svnmerge from
17 years ago
BJ Weschke 7a8344bac6 The QueueEntry event now has the uniqueid of the channel included.
17 years ago
Mark Michelson 184fe6f87b Merged revisions 149200 via svnmerge from
17 years ago
Mark Michelson b8aed684f5 This commit introduces a change to how the "joinempty"
17 years ago
Michiel van Baak 90751b16ca Merge the cli_cleanup branch.
17 years ago
Michiel van Baak f1b673eef0 fix a couple of CLI commands that did not have a help description.
17 years ago
Tilghman Lesher 08af5bb312 Create a new config file status, CONFIG_STATUS_FILEINVALID for differentiating
17 years ago
Steve Murphy 67f7ac0499 Merged revisions 142675 via svnmerge from
17 years ago
Mark Michelson 4ad993ed8f This is the trunk version of the patch to close
17 years ago
Mark Michelson 16d2c41701 Use ast_debug for debug messages. I was wondering why debug
17 years ago
Mark Michelson 4356d794e3 Optimization: The only reason we should check member
17 years ago
Mark Michelson 43285b9273 Fix some locking order issues in app_queue. This was
17 years ago
Mark Michelson 5dfefa5ee6 Merged revisions 140488 via svnmerge from
17 years ago
Mark Michelson e833fd2ab1 Add output of variables to AgentRingNoAnswer manager
17 years ago
Mark Michelson 612f8c85b4 Change the queue timeout priority logic into less ugly
17 years ago
Mark Michelson 16a0e23110 Merged revisions 138685 via svnmerge from
17 years ago
Sean Bright 790fde68d9 Another batch of files from RSW. The remaining apps and a few more
17 years ago
Tilghman Lesher 285609937a Merged revisions 136488 via svnmerge from
17 years ago
Kevin P. Fleming 7df8b8b848 make datastore creation and destruction a generic API since it is not really channel related, and add the ability to add/find/remove datastores to manager sessions
17 years ago
Mark Michelson 95ab87a07d Merged revisions 134758 via svnmerge from
17 years ago
Mark Michelson 2f16a9583f Merged revisions 134556 via svnmerge from
17 years ago
Tilghman Lesher 87256ecdbc Let "roundrobin" also reference rrmemory, for the 1.6 release (as described in
17 years ago
Mark Michelson 4caeba12a6 Add a missing unlock.
17 years ago
Mark Michelson b4dac0b385 Merged revisions 131369 via svnmerge from
17 years ago
Mark Michelson b35c06d838 Merged revisions 131357 via svnmerge from
17 years ago
Mark Michelson b95bc53c23 Merged revisions 131299 via svnmerge from
17 years ago
Brett Bryant fe874bfe6b Fix memory leak in app_queue when a device state is changed but it isn't
17 years ago
Brett Bryant 7588bcf690 Fixes a bug where the interface for a queue member gets reloaded as the state_interface, if a state_interface was set, on reload because the
17 years ago
Mark Michelson e4c93fc8c3 Added a new option, "timeoutpriority" to queues.conf. A detailed
17 years ago
Kevin P. Fleming da14954bdc another minor ast_channel memory size decrease... for nearly all channels, 'dialcontext' is only going to be set once during the channel's lifetime, so make it a string field instead of a char array
17 years ago
Mark Michelson 6d1ebfbed5 Remove debug message
17 years ago
Mark Michelson ab7809ace9 Ensure the thread-safety of the monexec variable in app_queue.
17 years ago
Mark Michelson 09c659d7d0 Make this compile with dev-mode on
17 years ago
Mark Michelson 9aef593e58 The monitor-join option for queues was deprecated in favor of using
17 years ago
Mark Michelson edbe6b7a25 Fix a really stupid mistake
17 years ago
Mark Michelson 3859074667 Merged revisions 125585 via svnmerge from
17 years ago
Mark Michelson 96f92f468f Merged revisions 125476 via svnmerge from
17 years ago
Michiel van Baak 8e8359465b Older versions of GNU gcc do not allow 'NULL' as sentinel.
17 years ago
Sean Bright 62cb684f59 Include original position in TRANSFER entries written to queue_log.
17 years ago
Mark Michelson eaa14309dd A portion of the code which handled the 'c' queue option had been
17 years ago
Mark Michelson 103a94c6c4 Silly pointers. This fixes a memory corruption I introduced
17 years ago
Mark Michelson 0283469cfc Merged revisions 123274 via svnmerge from
17 years ago
Steve Murphy f4c85ebd22 (closes issue #12689)
17 years ago
Mark Michelson eb1e6f0806 Fix a segfault by not trying to store a stack address for
17 years ago
Mark Michelson 54c92d9a63 Recommitting revision 122228, which was accidentally reverted
17 years ago
Mark Michelson 054f08a1c8 Merged revisions 122311 via svnmerge from
17 years ago
Jeff Peeler ef3b214728 Goodbye Zaptel, hello DAHDI. Removes Zaptel driver support with DAHDI. Configuration file and dialplan backwards compatability has been put in place where appropiate. Release announcement to follow.
17 years ago
Mark Michelson cf3a2a431f Merging the work done in the queue-log-atxfer branch. The
17 years ago
Russell Bryant e9d72e0cb2 Merge another big set of changes from team/russell/events
17 years ago
Tilghman Lesher 53459f86b2 Expand RQ_INTEGER type out to multiple types, one for each precision
17 years ago
Tilghman Lesher 9471b87d27 Merge the adaptive realtime branch, which will make adding new required fields
17 years ago
Mark Michelson 4b1fae3efb Merged revisions 120513 via svnmerge from
17 years ago
Mark Michelson 564528663d Merged revisions 120285 via svnmerge from
17 years ago
Mark Michelson d81d206148 Adding two new queue log events. The ADDMEMBER event is logged when
17 years ago
Tilghman Lesher ae317add1b Merged revisions 119404 via svnmerge from
17 years ago
Mark Michelson dd7e1255ac Update to the janitor project for making sure to be thread-safe when
17 years ago
Michiel van Baak f1e9371da8 - revert change to ast_queue_hangup and create ast_queue_hangup_with_cause
17 years ago
Mark Michelson 2c7760e626 Committing a fix pointed out by Atis Lezdins on the asterisk-dev list. Thanks!
17 years ago
Mark Michelson b0e637791c Add a new manager event, AgentRingNoAnswer to
17 years ago
Mark Michelson 06a7b4ea43 Optimize the update_realtime_member_field function by not having
17 years ago
Jason Parker e785520eb9 Correctly document state interface for AddQueueMember. Discovered while looking at issue #12626.
17 years ago