aboutsummaryrefslogtreecommitdiffstats
path: root/manager.c
AgeCommit message (Expand)AuthorFilesLines
2005-08-26ensure that 'Events: On' enables all event types (issue #5016)kpfleming1-7/+9
2005-08-07Fix poll error condition causing memory corruption (bug #4915)markster1-0/+1
2005-08-05fix a bunch of gcc4 warnings realted to pointer signednessrussell1-2/+2
2005-08-05fix seg fault if no variable is specified (bug #4907)russell1-0/+4
2005-07-25don't set the event mask if the given eventmask was not validrussell1-2/+3
2005-07-25make sure a reponse is sent when setting the EventMask to on (bug #4799)russell1-1/+1
2005-07-15Allow manager originate to specifiy more than one variable to be set.russell1-12/+39
2005-07-15add a library of timeval manipulation functions, and change a large number of...kpfleming1-2/+1
2005-07-10more ast_copy_string conversionsrussell1-15/+15
2005-06-09fix channel walking problems from recent changes (bug #4494)kpfleming1-0/+1
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