aboutsummaryrefslogtreecommitdiffstats
path: root/manager.c
AgeCommit message (Expand)AuthorFilesLines
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
2004-05-24Fix potential segfault, add support for MacOS X locksmarkster1-0/+4
2004-05-22Merge fabeman's extensive meetme improvements (bug #1624)markster1-2/+13
2004-05-20Make ast_channel_walk become ast_channel_walk_lockedmarkster1-6/+11
2004-05-01Allow "fast" asynchronous manager initiation of events (bug #772)markster1-1/+65
2004-04-29Send ActionID in response ot action command (bug #1484)markster1-0/+3
2004-04-25Properly migrate from select to poll for core asterisk.markster1-11/+9
2004-04-24Temporarily revert poll changesmarkster1-9/+11
2004-04-24Change select references to poll in core asterisk functions (hope this works)markster1-11/+9
2004-04-05Allow manager.conf to use port and portno, but log that portno is deprecated.citats1-1/+7
2004-03-09Verify the right vars are passed to manager originate (bug 1185)citats1-1/+6
2004-03-02Remove extra spacing from manager.c and change Event action/variable tocitats1-31/+28
2004-03-01Allow semi-blocking fd's on manager (bug #1100)markster1-7/+83
2004-02-07Insert blank after REFER (bug #997)markster1-0/+4
2004-01-29Emit status complete message when status is finished (bug #122)markster1-0/+4
2004-01-22Update formating (bug #898)markster1-4/+6
2004-01-14Set sync flag back to 0, temp work around to let action: origiate workjeremy1-5/+5
2004-01-14Check for already registered manager command. Bug #836jeremy1-0/+5
2003-12-01Add variable/account code to manager createmarkster1-3/+5
2003-10-01Pass accountcode to outgoing spool call when originated with Context&Extensio...martinp1-2/+2
2003-09-08Merge james' fixesmarkster1-7/+7
2003-09-08Fix amp to starmarkster1-1/+1
2003-09-08BSD portability enhancements (bug #234)markster1-2/+2
2003-09-08First of Jayson's manager patchesmarkster1-43/+82
2003-08-25Merge james's patch (bug #7)markster1-1/+1
2003-08-18Add "Logoff" before logging in (bug #119)markster1-1/+4
2003-08-13Totally revamp thread debugging to support locating and removing deadlocksmarkster1-35/+35
2003-08-12Fix manager typomarkster1-2/+2