Commit Graph

602 Commits (e3390f93446e73b51a89f126aefcbc8d34c716b2)

Author SHA1 Message Date
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
Mark Michelson c854ba85a5 Merged revisions 115320 via svnmerge from
17 years ago
Dwayne M. Hubbard 8fdea12f33 app_queue uses a taskprocessor for device state changes
17 years ago
Tilghman Lesher b5a127daac Modify TIMEOUT() to be accurate down to the millisecond.
17 years ago
Mark Michelson e37dafdd3a Adding new configuration options to app_queue. This adds two new values
17 years ago
Mark Michelson 6447280c2f Merged revisions 114848 via svnmerge from
17 years ago
Tilghman Lesher 463a5dbd0a Whitespace changes only
17 years ago
Michiel van Baak 08e674bce0 Pass the hangup cause all the way to the calling app/channel.
17 years ago
Mark Michelson 14fc93e721 Merged revisions 114628 via svnmerge from
17 years ago
Jason Parker 6f549bc324 Allow setqueuevar=yes (et al) to work, after changes to pbx_builtin_setvar()
17 years ago
Jason Parker f6cfccbc07 Merged revisions 114133 via svnmerge from
17 years ago
Mark Michelson df7cb6b30b Merged revisions 114112 via svnmerge from
17 years ago
Mark Michelson 9bd9421c83 Fix a crash that happened due to accessing free'd memory
17 years ago
Mark Michelson b95d24ea47 Merged revisions 112393 via svnmerge from
17 years ago
Joshua Colp cafce80cd5 Forgetting to unregister a manager action is bad, mmmk?
17 years ago
Mark Michelson 0f8f6e239e Fix a crash that would happen when attempting to unload the app_queue module.
17 years ago
Mark Michelson 994d025523 Merged revisions 109713 via svnmerge from
17 years ago
Mark Michelson cd7efcf4e7 Add option 'randomperiodicannounce' to queues.conf. Setting this will
17 years ago
Terry Wilson b02bc230af Go through and fix a bunch of places where character strings were being interpreted as format strings. Most of these changes are solely to make compiling with -Wsecurity and -Wformat=2 happy, and were not
17 years ago
Mark Michelson 9c876e801f app_queue has now been doxygenified thanks to snuffy! The ony thing I changed
17 years ago
Steve Murphy 377e51c4d4 (closes issue #6002)
17 years ago
Russell Bryant 5403b28778 - simplify a few statements with ARRAY_LEN()
17 years ago
Tilghman Lesher 7007c565fe Fix minor misuses of snprintf
17 years ago
Mark Michelson f0379886c5 Merged revisions 105059 via svnmerge from
17 years ago
Mark Michelson caeb435271 Merged revisions 103956 via svnmerge from
17 years ago
Jason Parker 72bc8a7c7d Fix up some doxygen issues.
17 years ago
Mark Michelson 44810652d6 Change the queue holdtime announcement to happen at any interval (not just greater than two minutes). Remove
17 years ago
Mark Michelson 84ecef76b8 Fix improper indentation. Thanks again to snuffy for pointing it out.
17 years ago
Mark Michelson cd02fd2763 Add a couple of comments to clarify the unreffing of queues.
17 years ago
Mark Michelson 52595c5d30 Forgot that AST_LIST_REMOVE_CURRENT takes different arguments in trunk than 1.4.
17 years ago
Mark Michelson ba003e415b Merged revisions 103120 via svnmerge from
17 years ago
Mark Michelson f26fd8dac4 Add the channel's unique id to the AgentCalled manager event to make it more consistent
17 years ago
Mark Michelson 267220d043 Remove an extra debug message I left in
17 years ago
Mark Michelson b0999f3bfa Forgot an !
17 years ago
Mark Michelson 19d8ce4033 A change I made to accommodate the "linear" strategy in trunk caused queue strategies to
17 years ago
Mark Michelson 815658d35e Handle the case of a NULL state_interface when checking a realtime member.
17 years ago
Mark Michelson 28b48d2214 Merged revisions 101216 via svnmerge from
18 years ago
Mark Michelson b719c2e5d2 Merged revisions 101035 via svnmerge from
18 years ago
Mark Michelson 105e0f6cf8 Merged revisions 100973 via svnmerge from
18 years ago
Mark Michelson 81fb790419 Insure that we are not going to pass a NULL pointer to add_to_interfaces.
18 years ago
Mark Michelson 6d57a8c873 Adding the QUEUENAME variable to the variables set using the setqueuevar option
18 years ago
Mark Michelson 3d022ccfec state_interface could be NULL, so use the never-NULL cur->state_interface for this check
18 years ago
Mark Michelson 9c39ec55d8 Get the device state of the state interface instead of the interface when creating a new queue member.
18 years ago
Mark Michelson 7cd98338fd Merged revisions 98737 via svnmerge from
18 years ago
Mark Michelson ef7c382507 Merged revisions 98733 via svnmerge from
18 years ago
Mark Michelson 87b92b1020 Merged revisions 97575 via svnmerge from
18 years ago
Mark Michelson c1eaacc3df Merged revisions 97308 via svnmerge from
18 years ago
Mark Michelson 925d9ffa47 Merged revisions 97304 via svnmerge from
18 years ago
Terry Wilson 12964661f2 Initialize new variable to NULL
18 years ago
Mark Michelson 427f17fd9d Adding the option of specifying a second interface in a member definition for a queue. app_queue
18 years ago
Joshua Colp fb2aef67b9 Merged revisions 97093 via svnmerge from
18 years ago
Mark Michelson b7f3b78031 Merged revisions 96102 via svnmerge from
18 years ago
Mark Michelson 80c479f94e Since ',' is the standard argument separator in trunk, change app_queue
18 years ago
Mark Michelson e0e6e81477 Merged revisions 95890 via svnmerge from
18 years ago
Mark Michelson c540b02f6f The diff for this change looks really bad, but all I did here was decrease the indentation of most
18 years ago
Mark Michelson af080add62 Merged revisions 95095 via svnmerge from
18 years ago
Luigi Rizzo 5e041a46dc NULL does not need to be cast to (char *)
18 years ago
Mark Michelson e0b9943818 Fix a memory leak when reloading queue rules.
18 years ago
Mark Michelson c1fac2d834 Merged revisions 94464 via svnmerge from
18 years ago
Mark Michelson 2e6431c42a Merged revisions 94420 via svnmerge from
18 years ago
Mark Michelson 88f27c8279 Moved the update of the queue_ent's rule list to just before we try to call
18 years ago
Mark Michelson b489558138 Merging the queue-penalty branch. In short, this allows one to dynamically adjust
18 years ago
Mark Michelson c848e480c9 1. Unify the check for a penalty < 0 into the set_member_penalty code.
18 years ago
Olle Johansson f3471c1652 Merged revisions 93182 via svnmerge from
18 years ago
Mark Michelson c3f89eab8f Removing some leftover debug messages from a while back.
18 years ago
Mark Michelson a43dd8acb3 Merged revisions 92443 via svnmerge from
18 years ago
Mark Michelson dea49116ee Merged revisions 92323 via svnmerge from
18 years ago
Mark Michelson 8bf68432a0 Merged revisions 92202 via svnmerge from
18 years ago
Russell Bryant bfd58d8c2a Merged revisions 91780 via svnmerge from
18 years ago
Russell Bryant c72fa81580 Merged revisions 91677 via svnmerge from
18 years ago
Russell Bryant 135f315382 Merged revisions 91675 via svnmerge from
18 years ago
Mark Michelson 5d1fb935ba Wrong locking style got merged from 1.4 to trunk. My mistake.
18 years ago
Mark Michelson c52d8a1cd5 Merged revisions 90735 via svnmerge from
18 years ago
Olle Johansson 4d2368f202 (closes issue #11431)
18 years ago
Russell Bryant 0f5117be2e Merged revisions 90470 via svnmerge from
18 years ago
Mark Michelson 6b08c442c7 Adding support for the "automixmonitor" dial and queue options.
18 years ago
Russell Bryant fac7480820 Merged revisions 90348 via svnmerge from
18 years ago
Mark Michelson 4ed5336a45 Merged revisions 90163 via svnmerge from
18 years ago
Joshua Colp 48da910225 Merged revisions 90101 via svnmerge from
18 years ago
Russell Bryant 63bca744a2 Merged revisions 89844 via svnmerge from
18 years ago
Mark Michelson ba7f5fec38 Merged revisions 89837 via svnmerge from
18 years ago
Joshua Colp 0619fb1248 Perform some module use counting audits. This is now done outside the scope of the application/dialplan function so they do not need to worry about it.
18 years ago
Steve Murphy 86476c607f closes issue #11285, where an unload of a module that creates a dialplan context, causes a crash when you do a 'dialplan show' of that context. This is because the registrar string is defined in the module, and the stale pointer is traversed. The reporter offered a patch that would always strdup the registrar string, which is practical, but I preferred to destroy the created contexts in each module where one is created. That seemed more symmetric. There were only 6 place in asterisk where this is done: chan_sip, chan_iax2, chan_skinny, res_features, app_dial, and app_queue. The two apps destroyed the context, but left the contexts. All is fixed now and unloads should be dialplan friendly.
18 years ago
Luigi Rizzo 7e8835e0d7 remove another set of redundant #include "asterisk/options.h"
18 years ago
Mark Michelson ffa8035212 Merged revisions 89495 via svnmerge from
18 years ago
Mark Michelson 9c275b0e51 Merged revisions 89493 via svnmerge from
18 years ago