aboutsummaryrefslogtreecommitdiffstats
path: root/manager.c
AgeCommit message (Expand)AuthorFilesLines
2005-06-06more file version tagskpfleming1-1/+1
2005-06-06remove experimental module version tagskpfleming1-0/+4
2005-06-06more efficient (and understandable) ast_channel_walk_locked, and vastly more ...kpfleming1-44/+11
2005-05-17remove call to pall on unitialied fdsrussell1-4/+4
2005-05-15correct some signed/unsigned issues found by GCC 4 (bug #4237)kpfleming1-1/+1
2005-05-15fix for dead manager connections to avoid deadlock (bug #4053)kpfleming1-0/+4
2005-04-29don't use '%i' at all, since we have no current use cases that need non base-...kpfleming1-2/+2
2005-04-21use double-quotes instead of angle-brackets for non-system include files (bug...kpfleming1-14/+15
2005-04-13add missing newlines, fix misspelling of nonexistent (bug #4027)russell1-2/+2
2005-04-13add help text for manager redirect command (bug #4015)kpfleming1-10/+28
2005-04-04make the manager interface list the privileges required for each command (bug...kpfleming1-8/+20
2005-04-02correct 'sync' setting for manager-originated calls (bug #3922)kpfleming1-2/+2
2005-03-23Merge Russell's formatting patch (bug #3838)markster1-1/+1
2005-03-22Fix manager declarationsmarkster1-1/+1
2005-02-26Improve manager documentation (bug #3645)markster1-14/+77
2005-02-02Include uniqueid in response for ManagerOriginate stuff (bug #3439)markster1-8/+15
2005-02-01Allow hints to have names (bug #3471)markster1-1/+1
2005-01-27Set dialed peer number properly when ringing multiple channels (bug #3437)markster1-6/+8
2005-01-25Merge config updates (bug #3406)markster1-8/+8
2005-01-21update copyright headers for 2005russell1-1/+1
2005-01-05Allow connection notifications on manager interface to be hidden (bug #3085)markster1-8/+24
2004-11-14Fix possible race...markster1-2/+6
2004-11-07Disable echo canceller for digital calls (bug #2785), fix build on MacOSX (bu...markster1-1/+0
2004-10-23First pass at making transfer work within agent (not tested, shouldn't break ...markster1-2/+2
2004-10-03Add ability to check voicemail from multiple folders (bug #2561)markster1-1/+1
2004-10-02Huge callerid rework (might break H.323, others)markster1-10/+41
2004-09-22Fix originate success/failure formatting (bug #2485)markster1-2/+2
2004-09-17Cleanup code. Spacing issues, nested if issues, lots of strlen used instead ...citats1-28/+21
2004-09-14Add status for async manager originate (including ActionID) (bug #2434)markster1-0/+21
2004-09-10Properly lock management stuff (bug #2406)markster1-1/+19
2004-09-09Make GetVar respect ActionID (bug #2404/2405)markster1-0/+3
2004-08-31Make sure we behave properly for parking (bug #2292)markster1-2/+2
2004-08-12Fix missing \r\nmarkster1-1/+2
2004-08-08Merge BSD stack size work (bug #2067)markster1-3/+3
2004-08-03Merge nicolasg's manager/cli patch (bug #2207)markster1-1/+9
2004-07-30Bug # 2170: Add authority_to_str function to let Administrator issue command ...malcolmd1-4/+23
2004-07-14Remaining rgagnon source audit improvements (bug #2011)markster1-3/+3
2004-07-08Cleanup recent manager changes. We have a doc/CODING-GUIDELINES file forcitats1-24/+26
2004-07-08This patch allows an event mask to be sent on a manager login sessionanthm1-32/+86
2004-06-30Use INET_ADDRLEN (bug #1956) (from airport!)markster1-5/+5
2004-06-29Create reentrant ast_inet_ntoa and replace all inet_ntoa's with ast_inet_ntoa...markster1-11/+16
2004-06-29Add manager action descriptions for 'Events', 'Logoff', and 'Hangup'.citats1-3/+18
2004-06-26Merge cmaj's ZapDND and specific channel status manager commands (bugs #1917,...markster1-0/+21
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-0/+1
2004-06-09Merge FreeBSD locking fixes (bug #1411)markster1-2/+2
2004-06-03Make monitor merge application settable via variable, allow setting of variab...markster1-0/+77
2004-06-02Add 'ListCommands' manager commandcitats1-0/+27
2004-06-02Add description to manager_action structure, and add some comments.citats1-16/+114
2004-05-26Use ast_strlen_zero in manager.ccitats1-30/+31