aboutsummaryrefslogtreecommitdiffstats
path: root/channels/chan_agent.c
AgeCommit message (Expand)AuthorFilesLines
2008-01-31Add more missing locking of the agents list ...russell1-3/+11
2008-01-31Move the locking from find_agent() into the agent dialplan function handler torussell1-2/+8
2008-01-31Add missing locking to the find_agent() function.russell1-0/+2
2008-01-22Add more dependencies on chan_local and add a note to the description of chan...oej1-0/+3
2007-10-01moved get_base_channel() code from action_redirect to ast_channel_masquerade(...dhubbard1-5/+8
2007-09-27if an Agent is redirected, the base channel should actually be redirected. T...dhubbard1-0/+35
2007-08-27DTMF begin frames should be ignored so that when an agent acks a call with th...mmichelson1-0/+6
2007-08-16Fixes a problem where agents would get stuck busy due to their wrapuptime bei...mmichelson1-0/+1
2007-07-23Merged revisions 76653 via svnmerge from file1-2/+2
2007-07-18Backport GCC 4.2 fixes. Without these Asterisk won't build under devmode usin...file1-2/+2
2007-07-12Change to my previous fix regarding agent logoff soft. Now uses deferlogoff i...mmichelson1-4/+6
2007-07-11Merged revisions 74719 via svnmerge from mmichelson1-1/+3
2007-07-10Merged revisions 74376 via svnmerge from qwell1-4/+6
2007-07-06Merged revisions 73674 via svnmerge from mmichelson1-1/+1
2007-06-25Minor tweak for queueing up the unhold frame... this will teach me to do bugs...file1-1/+2
2007-06-25Check to make sure the channel pointer is present before queueing up an unhol...file1-1/+1
2007-06-07Fix loading persistent queue members when using realtime configuration for qu...russell1-1/+1
2007-04-27Fix a weird problem where when a caller talking to someone sitting behind anrussell1-4/+2
2007-04-09This is a big improvement over the current CDR fixes. It may still need refin...murf1-2/+2
2007-02-28Merged revisions 57092 via svnmerge from file1-1/+10
2007-02-20Merged revisions 55669 via svnmerge from file1-11/+18
2007-02-16Merged revisions 54999 via svnmerge from file1-1/+1
2007-01-19Merge the changes from the /team/group/vldtmf_fixup branch.russell1-3/+3
2007-01-05reduce stack consumption for AMI and AMI/HTTP requests by nearly 20K in most ...kpfleming1-12/+12
2006-11-07These mods are to solve the problem in bug 7506. It's a lot of rework to solv...murf1-6/+4
2006-11-02Reverse change of "show" to "list" and make several other commands more consi...tilghman1-4/+4
2006-09-20merge down mark's users.conf fixeskpfleming1-0/+26
2006-09-20A few misses from constificationtilghman1-1/+1
2006-09-20Merged revisions 42133 via svnmerge from bweschke1-3/+16
2006-09-18merge qwell's CLI verbification workkpfleming1-17/+25
2006-09-18Reference will be kept in the application component only right now. In the fu...file1-3/+0
2006-08-31everything that loads a config that needs a config file to runmogorman1-5/+6
2006-08-31Merge in VLDTMF support with Zaptel/Core done by the ever great Darumkilla Ru...file1-9/+21
2006-08-21merge new_loader_completion branch, including (at least):kpfleming1-30/+26
2006-08-19deprecate chan_agent callback modekpfleming1-0/+17
2006-07-19merge Russell's 'hold_handling' branch, finally implementing music-on-hold ha...kpfleming1-9/+8
2006-07-07Merged revisions 37212 via svnmerge from bweschke1-2/+4
2006-07-03Blocked revisions 36725 via svnmergerussell1-6/+2
2006-06-27Code cleanup while trying to understand this channel...oej1-211/+175
2006-06-21Add video support to chan_agent. oej1-5/+11
2006-06-16 Fixed per kpfleming's suggestion to asterisk-dev.bweschke1-1/+1
2006-06-16 Make sure agent_tech is unregistered within unload_module(). It's in 1.2, bu...bweschke1-1/+1
2006-06-14- Use our standard of doxygen comments, not javadoc styleoej1-84/+87
2006-06-13use a compiler builtin (which uses processor instructions) for this operationkpfleming1-5/+6
2006-06-07simplify autoconfig include mechanism (make tholo happy he can use lint again...kpfleming1-4/+4
2006-05-11 - The recent change to linklists.h broke the build on linux for some reason.russell1-13/+10
2006-05-10remove almost all of the checks of the result from ast_strdupa() or alloca().russell1-8/+3
2006-05-10ensure that control frames with payload can be sent to channel drivers via ->...kpfleming1-2/+2
2006-05-08Merged revisions 25563 via svnmerge from bweschke1-1/+4
2006-05-08woohoo asterdevcon first commit, adds feature to mogorman1-0/+66