summaryrefslogtreecommitdiff
path: root/manager.c
AgeCommit message (Expand)Author
2005-06-06more efficient (and understandable) ast_channel_walk_locked, and vastly more ...Kevin P. Fleming
2005-05-17remove call to pall on unitialied fdsRussell Bryant
2005-05-15correct some signed/unsigned issues found by GCC 4 (bug #4237)Kevin P. Fleming
2005-05-15fix for dead manager connections to avoid deadlock (bug #4053)Kevin P. Fleming
2005-04-29don't use '%i' at all, since we have no current use cases that need non base-...Kevin P. Fleming
2005-04-21use double-quotes instead of angle-brackets for non-system include files (bug...Kevin P. Fleming
2005-04-13add missing newlines, fix misspelling of nonexistent (bug #4027)Russell Bryant
2005-04-13add help text for manager redirect command (bug #4015)Kevin P. Fleming
2005-04-04make the manager interface list the privileges required for each command (bug...Kevin P. Fleming
2005-04-02correct 'sync' setting for manager-originated calls (bug #3922)Kevin P. Fleming
2005-03-23Merge Russell's formatting patch (bug #3838)Mark Spencer
2005-03-22Fix manager declarationsMark Spencer
2005-02-26Improve manager documentation (bug #3645)Mark Spencer
2005-02-02Include uniqueid in response for ManagerOriginate stuff (bug #3439)Mark Spencer
2005-02-01Allow hints to have names (bug #3471)Mark Spencer
2005-01-27Set dialed peer number properly when ringing multiple channels (bug #3437)Mark Spencer
2005-01-25Merge config updates (bug #3406)Mark Spencer
2005-01-21update copyright headers for 2005Russell Bryant
2005-01-05Allow connection notifications on manager interface to be hidden (bug #3085)Mark Spencer
2004-11-14Fix possible race...Mark Spencer
2004-11-07Disable echo canceller for digital calls (bug #2785), fix build on MacOSX (bu...Mark Spencer
2004-10-23First pass at making transfer work within agent (not tested, shouldn't break ...Mark Spencer
2004-10-03Add ability to check voicemail from multiple folders (bug #2561)Mark Spencer
2004-10-02Huge callerid rework (might break H.323, others)Mark Spencer
2004-09-22Fix originate success/failure formatting (bug #2485)Mark Spencer
2004-09-17Cleanup code. Spacing issues, nested if issues, lots of strlen used instead ...James Golovich
2004-09-14Add status for async manager originate (including ActionID) (bug #2434)Mark Spencer
2004-09-10Properly lock management stuff (bug #2406)Mark Spencer
2004-09-09Make GetVar respect ActionID (bug #2404/2405)Mark Spencer
2004-08-31Make sure we behave properly for parking (bug #2292)Mark Spencer
2004-08-12Fix missing \r\nMark Spencer
2004-08-08Merge BSD stack size work (bug #2067)Mark Spencer
2004-08-03Merge nicolasg's manager/cli patch (bug #2207)Mark Spencer
2004-07-30Bug # 2170: Add authority_to_str function to let Administrator issue command ...Malcolm Davenport
2004-07-14Remaining rgagnon source audit improvements (bug #2011)Mark Spencer
2004-07-08Cleanup recent manager changes. We have a doc/CODING-GUIDELINES file forJames Golovich
2004-07-08This patch allows an event mask to be sent on a manager login sessionAnthony Minessale II
2004-06-30Use INET_ADDRLEN (bug #1956) (from airport!)Mark Spencer
2004-06-29Create reentrant ast_inet_ntoa and replace all inet_ntoa's with ast_inet_ntoa...Mark Spencer
2004-06-29Add manager action descriptions for 'Events', 'Logoff', and 'Hangup'.James Golovich
2004-06-26Merge cmaj's ZapDND and specific channel status manager commands (bugs #1917,...Mark Spencer
2004-06-22Remove pthread.h from source. We should be using asterisk/lock.h everywhere ...James Golovich
2004-06-22Merge major BSD mutex and symbol conflict patches (bug #1816) (link patch sti...Mark Spencer
2004-06-09Merge FreeBSD locking fixes (bug #1411)Mark Spencer
2004-06-03Make monitor merge application settable via variable, allow setting of variab...Mark Spencer
2004-06-02Add 'ListCommands' manager commandJames Golovich
2004-06-02Add description to manager_action structure, and add some comments.James Golovich
2004-05-26Use ast_strlen_zero in manager.cJames Golovich
2004-05-24Fix potential segfault, add support for MacOS X locksMark Spencer
2004-05-22Merge fabeman's extensive meetme improvements (bug #1624)Mark Spencer