Commit Graph

71 Commits (58a42e51e2077535bdaa1b980b80c363cf9b8319)

Author SHA1 Message Date
James Golovich e9c65d0c08 Hopefully the last round of removing needlock stuff
21 years ago
James Golovich 1b2dc7ef75 Remove more needlock stuff
21 years ago
Mark Spencer 13bca43aa8 Get rid of all that old needlock garbage now that we're using recursive mutexes
21 years ago
Mark Spencer cdb1b1dba3 Merge Mike's updates for agent CDR updates
21 years ago
Mark Spencer eeb2ca5b26 Make read/write mode have a lock parameter and use it properly.
21 years ago
Mark Spencer 806bb3c63f Add support for parking with IAX2
22 years ago
Mark Spencer 2a31c91136 Add logging of agent login/logoff
22 years ago
Martin Pycko f49d75994e Fix recording the agent's calls by default
22 years ago
Martin Pycko 2671e3d9bb Fix some minor errors: when logging off using AgentCallbackLogin don't put again the global *AGENTID* variable. Remove the '.' from the link that is put in the userfiled of CDR record
22 years ago
Martin Pycko ba3b53d64a Add AgentMonitorOutgoing application to allow recording of outgoing calls made by the interface that is registered as an callback agent. Refer to "show application AgentMonitorOutput" for more info.
22 years ago
Martin Pycko 860f35a7ab Add recording agent's calls patch. Basically the call starts recording when the agent picks up and the file is stamped with the agent's id and the timestamp. Also optionally a URL link to that file may be inserted in the userfield of the CDR record. By default the recorded file will be mixed if soxmix is available.
22 years ago
Mark Spencer 81339d3c3c Trustingly add Thorston's deadlock patch
22 years ago
Mark Spencer 479a67e629 BSD portability enhancements (bug #234)
22 years ago
Mark Spencer 328897248a Copy context properly
22 years ago
Mark Spencer ebae0a11be When taking a masqed call, be sure to mark it as acknowledged
22 years ago
Mark Spencer d488a8c522 Be sure we have the agent lock
22 years ago
Mark Spencer 9c12f6b550 Base ackcall on newly available agent, not the pending one
22 years ago
Mark Spencer 77a6aa9327 We have to release app_lock even if there is no channel logged in anymore
22 years ago
Mark Spencer c3882de991 Make ack_sleep do something
22 years ago
Mark Spencer e46cb9d09a Clear high res value
22 years ago
Mark Spencer e5732d1743 handle app_lock properly
22 years ago
Mark Spencer 00f701aa87 How about manipulating the right lock
22 years ago
Mark Spencer a257ce71d1 Make res deterministic, don't release lock until totally done
22 years ago
Mark Spencer 01f66003a4 Fix agent deadlock
22 years ago
Mark Spencer e46cefeb4b Wait for '#' to acknowledge pending agents, too when ackcall=always
22 years ago
Mark Spencer 1f628fe5f9 Handle timing file descriptor properly with agents
22 years ago
Mark Spencer 51895a907e First pass at making '#' work on non-callback agents
22 years ago
Mark Spencer 55d8ae6caa Revert earlier changes
22 years ago
Mark Spencer 704f806df6 Fix typo
22 years ago
Mark Spencer 789a8be699 Create/dial channel if availability is on callback channel
22 years ago
Mark Spencer 326456653b Put agent login board in the right place
22 years ago
Mark Spencer 2eda7699de Check availability on callback agents when no wrapuptime specified
22 years ago
Mark Spencer 1ab3f636cc Quick fix
22 years ago
Mark Spencer caffbd564d Don't create a pending agent if nobody is logged in
22 years ago
Mark Spencer 9ced4a373b Verify extension is correct
22 years ago
Martin Pycko 501c800c5a Show the names of the codecs instead of the numbers (bug #92)
22 years ago
Mark Spencer 6fc89a80d1 Update agent documentation
22 years ago
Mark Spencer 0e56b81f4c Allow AgentCallbackLogin to specify new location (bug #46)
22 years ago
Mark Spencer 4c17496489 ignore musicclass for music on hold (bug #62)
22 years ago
Mark Spencer 5aab786c35 Send callerid on callback agents (bug #103)
22 years ago
Mark Spencer 66252c0f4b Lock on indication, fix agent buglet
22 years ago
Mark Spencer d91f72fd5f Add any missing locking calls
22 years ago
Mark Spencer 1bb58646de Totally revamp thread debugging to support locating and removing deadlocks
22 years ago
Mark Spencer f230bc9d12 In agent, forward codecs along
22 years ago
Mark Spencer 29802d2ff5 Properly defuse race in chan_local, fix extremely unlikely path for losing lock in chan_agent
22 years ago
Mark Spencer e0369d78c9 Try immediately logged in agents first, then callbacklogin ones
22 years ago
Mark Spencer 826fe52a8a Fix race in agent login
22 years ago
Mark Spencer d7754393bb Fix options, switch default
22 years ago
Mark Spencer 6ca53fde12 Merge tim's "ack" option
22 years ago
Mark Spencer 2711c7aed9 Fix login to allow logging off with @context
22 years ago