Commit Graph

166 Commits (31a804b97c290715dd761231f52616598c2f981f)

Author SHA1 Message Date
Russell Bryant 31a804b97c issue #5605
20 years ago
Kevin P. Fleming 426360e389 major update to arg/option parsing APIs and documentation
20 years ago
Kevin P. Fleming c24ba6ac5e fix remaining breakage from yesterday's changes
20 years ago
Kevin P. Fleming fff6a2c159 use new app-argument macros, and try to fix yesterday's breakage
20 years ago
Russell Bryant 9ddf0e4dce Remove unnecessary checks before calls to ast_strlen_zero. Also, change
20 years ago
Russell Bryant 052db5af42 fix up arguments to AgentCallbackLogin so that the options string and the
20 years ago
Russell Bryant 3453e3efa5 Doxygen documentation update from oej (issue #5505)
20 years ago
Kevin P. Fleming 2fe49e7a5f support sending text through agent channels (issue #5295)
20 years ago
Kevin P. Fleming 7734cca1c2 properly display connected channel name in 'agents' manager action for non-callback agents (issue #5235)
20 years ago
Mark Spencer bb49ec837f Fix seg in chan_agent (bug #5402)
20 years ago
Kevin P. Fleming 2aa0434048 don't check 'acknowledged' for setting lastdisc, since it's guaranteed to be zero at this point (issue #5254)
20 years ago
Mark Spencer ea215f5b7d Remove possibility of manager deadlocks from manager actions
20 years ago
Kevin P. Fleming f0b4072039 fix some buglets in 'agents' Manager action (issue #5235)
20 years ago
Kevin P. Fleming 5da915dcfd update MANY more files with proper copyright/license info (thanks Ian!)
20 years ago
Kevin P. Fleming 811ec06cfd more documentation (issue #5174)
20 years ago
Kevin P. Fleming 67584e21c8 ensure that agent channels don't get seized during login (issue #5020)
20 years ago
Kevin P. Fleming f16f81db05 ensure that the AGENTBYCALLERID_* variable is cleared when an agent logs in to a different device (issue #5213)
20 years ago
Kevin P. Fleming 6f49ab2dfa partial formatting cleanup
20 years ago
Kevin P. Fleming 836916dab4 add doxygen documentation (issue #5133)
20 years ago
Kevin P. Fleming ffe23eb007 add AgentCallbackLogin and AgentLogoff manager actions (issue #4766)
20 years ago
Russell Bryant cd17218e59 add line break after show agents output (bug #4768)
20 years ago
Kevin P. Fleming 22b0f5d306 add a library of timeval manipulation functions, and change a large number of usses to use the new functions (bug #4504)
20 years ago
Kevin P. Fleming 38598f57b4 make 'Agents' manager action conform to protocol (bug #4723)
20 years ago
Kevin P. Fleming c13d601fb4 queue device state changes and handle them serially in a background thread
20 years ago
Kevin P. Fleming 6b72557890 ensure that AGENTBYCALLERID is set for agents being reloaded from persistent storage
20 years ago
Kevin P. Fleming 9403a6e027 remember CallerID in AgentCallbackLogin, so it can be used at logoff time
20 years ago
Kevin P. Fleming 4803ab0bb2 don't use locks when reading usecounts (reading only, not writing)
20 years ago
Mark Spencer e74c288783 Fix agent recording issue (bug #4551)
20 years ago
Kevin P. Fleming e5e64bfd41 header ordering fixes for FreeBSD (pending a global merge into asterisk.h) (bug #4484)
20 years ago
Kevin P. Fleming 2b8338cb52 more file version tags
20 years ago
Kevin P. Fleming 005e436b57 another round of version tag updates, along with 'show version files' pattern filtering
20 years ago
Mark Spencer 2f1e6379b3 Fix agent deadlock and remove braindead tags dependency
20 years ago
Kevin P. Fleming c382394360 add counters to 'show agents' CLI command (bug #4232)
20 years ago
Kevin P. Fleming 1f9ab2380a use double-quotes instead of angle-brackets for non-system include files (bug #4058)
20 years ago
Russell Bryant a3168fdc23 fix potential seg fault in my patch that just went in, oops
20 years ago
Mark Spencer b49f1a7dfa Fix "show agents" when name is not present (bug #4030)
20 years ago
Matthew Fredrickson ea60d42f67 If an agent still has "wrapuptime" left after he finishes a call and the
20 years ago
Kevin P. Fleming 2650a7f2ae optimize frame handling in agent_read()
20 years ago
Mark Spencer dc9faa21e4 Fix a bunch of const stuff, merge queue changes, add experimental "hybrid" DTMF mode
20 years ago
Mark Spencer 32b3083ba8 Make status update on agents properly
20 years ago
Mark Spencer ea5228686c Fix chan_agent segfault (bug #3590)
20 years ago
Mark Spencer a397a88192 Propagate device state properly when agentlogoff command is issued
20 years ago
Mark Spencer 6f2ed85340 Don't consider wrapuptime when call was not answered
20 years ago
Mark Spencer 7f97f0a332 More persistence fixes
20 years ago
Mark Spencer fe64d7eca6 Minor persistence fixes
20 years ago
Mark Spencer 18d9b26cf9 Rework channel structure to eliminate "pvt" portion of channel (bug #3573)
20 years ago
Mark Spencer 418eefb9dc Member presistance improvements (bug #3647)
20 years ago
Mark Spencer 619528a3c3 Update agent manager docs (bug #3687)
20 years ago
Mark Spencer 21e6e48a26 Don't pass agent audio until call is confirmed (bug #3677)
20 years ago
Mark Spencer 5a9f337de0 Add execiftime, remove duplicate agent logoff CLI
20 years ago