aboutsummaryrefslogtreecommitdiffstats
path: root/channels/chan_agent.c
AgeCommit message (Expand)AuthorFilesLines
2005-01-01Add ability to remember agentsmarkster1-2/+107
2004-12-31Agent documentation changes to agents and verbose / debug fixes (bug #3158)markster1-125/+176
2004-12-22Fixed ackcall (once again, this time differently) in chan_agentjim1-1/+1
2004-12-19Merge Olle's comment patch (bug #3097)markster1-1/+1
2004-12-16Merge russell's flag macro patch (with slight mods) (bug #3046)markster1-13/+0
2004-12-15Remove broken "ackcall" fix (bug #3043)markster1-0/+5
2004-12-11Fix use count for agent/local (bug #2996 et al)markster1-0/+4
2004-12-10Added 'c' option to AgentMonitorOutgoing (like in wiki, wiki, wiki) whichjim1-0/+5
2004-12-10Fix ackcall problem for Zaptel channelsjim1-0/+8
2004-12-09Fixed call parking, added separate paramater to allow/disallow call parking onjim1-1/+6
2004-12-07Big diet for struct ast_channelmarkster1-3/+3
2004-12-01Merge manager action and example (bug #2701)markster1-0/+71
2004-11-13Big agent / queue fixesmarkster1-1/+5
2004-11-12Make status available on agent channelsmarkster1-1/+51
2004-11-01Debugging improvements (bug #2765)markster1-0/+1
2004-10-26Pass concept of status back, permit "leaveempty" to work with static agents w...markster1-2/+7
2004-10-24Fix compilation of chan_agent.c on gcc < 3.0citats1-1/+1
2004-10-24Add new features to agent stuff (bug #1693)markster1-23/+144
2004-10-23First pass at making transfer work within agent (not tested, shouldn't break ...markster1-2/+22
2004-10-16Fix hangup handling with chansiavail with agent (bug #2658)markster1-2/+15
2004-10-03Major PBX revamps (including labels, update examples)markster1-1/+1
2004-10-02Huge callerid rework (might break H.323, others)markster1-10/+16
2004-08-11Fix agentcallbacklogin wrapup timemarkster1-5/+20
2004-08-01Uhm, that should be 0!markster1-1/+13
2004-07-17rename "parking" to "features" in preparation for some more (possibly post 1....markster1-1/+1
2004-07-16Last set of strncpy/snprintf updates (bug #2049)markster1-28/+28
2004-06-28Allow custom beep to be specified for agents (bug #1938)markster1-3/+6
2004-06-22Remove pthread.h from source. We should be using asterisk/lock.h everywhere ...citats1-1/+0
2004-06-22Merge major BSD mutex and symbol conflict patches (bug #1816) (link patch sti...markster1-4/+14
2004-06-09Merge FreeBSD locking fixes (bug #1411)markster1-2/+2
2004-06-03Merge agent callback login/logoff events and logging (bug #1775)markster1-10/+57
2004-05-09More ast_strlen_zero changescitats1-15/+16
2004-04-08Hopefully the last round of removing needlock stuffcitats1-4/+2
2004-04-08Remove more needlock stuffcitats1-1/+1
2004-04-06Get rid of all that old needlock garbage now that we're using recursive mutexesmarkster1-9/+9
2004-04-03Merge Mike's updates for agent CDR updatesmarkster1-7/+8
2004-03-27Make read/write mode have a lock parameter and use it properly.markster1-8/+8
2004-03-04Add support for parking with IAX2markster1-3/+5
2004-02-14Add logging of agent login/logoffmarkster1-0/+6
2004-02-12Fix recording the agent's calls by defaultmartinp1-8/+9
2004-02-10Fix some minor errors: when logging off using AgentCallbackLogin don't put ag...martinp1-10/+8
2004-02-05Add AgentMonitorOutgoing application to allow recording of outgoing calls mad...martinp1-2/+88
2004-02-03Add recording agent's calls patch. Basically the call starts recording when t...martinp1-6/+73
2003-11-08Trustingly add Thorston's deadlock patchmarkster1-1/+5
2003-09-08BSD portability enhancements (bug #234)markster1-1/+1
2003-09-07Copy context properlymarkster1-0/+1
2003-09-06When taking a masqed call, be sure to mark it as acknowledgedmarkster1-0/+1
2003-09-06Be sure we have the agent lockmarkster1-0/+4
2003-09-04Base ackcall on newly available agent, not the pending onemarkster1-1/+1
2003-08-27We have to release app_lock even if there is no channel logged in anymoremarkster1-6/+10