Commit Graph

106 Commits (a5f0c99bb33b6d967db055fd29b8583e34aa711f)

Author SHA1 Message Date
Russell Bryant 0d695659ca don't set the event mask if the given eventmask was not valid
20 years ago
Russell Bryant eb7f5e8d0b make sure a reponse is sent when setting the EventMask to on (bug #4799)
20 years ago
Russell Bryant a9c7f50a09 Allow manager originate to specifiy more than one variable to be set.
20 years ago
Kevin P. Fleming 22b0f5d306 add a library of timeval manipulation functions, and change a large number of usses to use the new functions (bug #4504)
20 years ago
Russell Bryant edbc500b77 more ast_copy_string conversions
20 years ago
Kevin P. Fleming 8c6c774ab6 fix channel walking problems from recent changes (bug #4494)
20 years ago
Kevin P. Fleming 2b8338cb52 more file version tags
20 years ago
Kevin P. Fleming 0e6762dd5f remove experimental module version tags
20 years ago
Kevin P. Fleming 1bac31d6bd more efficient (and understandable) ast_channel_walk_locked, and vastly more efficient ast_channel_by_name_locked (bug #4265)
20 years ago
Russell Bryant f03896d1fc remove call to pall on unitialied fds
20 years ago
Kevin P. Fleming 6cd4f9a8d3 correct some signed/unsigned issues found by GCC 4 (bug #4237)
20 years ago
Kevin P. Fleming b5272684ee fix for dead manager connections to avoid deadlock (bug #4053)
20 years ago
Kevin P. Fleming 8634ef9e4a don't use '%i' at all, since we have no current use cases that need non base-10 parsing (bug #4110)
20 years ago
Kevin P. Fleming 1f9ab2380a use double-quotes instead of angle-brackets for non-system include files (bug #4058)
20 years ago
Russell Bryant 7bffc0459c add missing newlines, fix misspelling of nonexistent (bug #4027)
20 years ago
Kevin P. Fleming 55eee86242 add help text for manager redirect command (bug #4015)
20 years ago
Kevin P. Fleming 6f86f6766b make the manager interface list the privileges required for each command (bug #3917)
20 years ago
Kevin P. Fleming 6ac2bb1e88 correct 'sync' setting for manager-originated calls (bug #3922)
20 years ago
Mark Spencer 730194d609 Merge Russell's formatting patch (bug #3838)
20 years ago
Mark Spencer 6e420b3c38 Fix manager declarations
20 years ago
Mark Spencer e8b3ac0c6e Improve manager documentation (bug #3645)
21 years ago
Mark Spencer ab0566923b Include uniqueid in response for ManagerOriginate stuff (bug #3439)
21 years ago
Mark Spencer 6ed8f15260 Allow hints to have names (bug #3471)
21 years ago
Mark Spencer 1f7c871993 Set dialed peer number properly when ringing multiple channels (bug #3437)
21 years ago
Mark Spencer 5f726ad8c7 Merge config updates (bug #3406)
21 years ago
Russell Bryant 0c30452423 update copyright headers for 2005
21 years ago
Mark Spencer 8ddb3aba81 Allow connection notifications on manager interface to be hidden (bug #3085)
21 years ago
Mark Spencer 05cbf44ba8 Fix possible race...
21 years ago
Mark Spencer 134e6180c5 Disable echo canceller for digital calls (bug #2785), fix build on MacOSX (bug #2803)
21 years ago
Mark Spencer e21ed1865b First pass at making transfer work within agent (not tested, shouldn't break anything that currently worked)
21 years ago
Mark Spencer 0ddbbd1785 Add ability to check voicemail from multiple folders (bug #2561)
21 years ago
Mark Spencer 04fc29c8b2 Huge callerid rework (might break H.323, others)
21 years ago
Mark Spencer aea667c7c8 Fix originate success/failure formatting (bug #2485)
21 years ago
James Golovich 877f1f64c2 Cleanup code. Spacing issues, nested if issues, lots of strlen used instead of ast_strlen_zero
21 years ago
Mark Spencer 7457c51bc2 Add status for async manager originate (including ActionID) (bug #2434)
21 years ago
Mark Spencer 00f227a684 Properly lock management stuff (bug #2406)
21 years ago
Mark Spencer f54c287c73 Make GetVar respect ActionID (bug #2404/2405)
21 years ago
Mark Spencer 5259155e52 Make sure we behave properly for parking (bug #2292)
21 years ago
Mark Spencer 6910fd79f2 Fix missing \r\n
21 years ago
Mark Spencer 7acee329e1 Merge BSD stack size work (bug #2067)
21 years ago
Mark Spencer f074b92823 Merge nicolasg's manager/cli patch (bug #2207)
21 years ago
Malcolm Davenport 725c352e94 Bug # 2170: Add authority_to_str function to let Administrator issue command to find privilege string
21 years ago
Mark Spencer 8ed49644a6 Remaining rgagnon source audit improvements (bug #2011)
21 years ago
James Golovich decd0771ee Cleanup recent manager changes. We have a doc/CODING-GUIDELINES file for
21 years ago
Anthony Minessale II 568ba9c398 This patch allows an event mask to be sent on a manager login session
21 years ago
Mark Spencer 2f911dfba6 Use INET_ADDRLEN (bug #1956) (from airport!)
21 years ago
Mark Spencer f97df161f4 Create reentrant ast_inet_ntoa and replace all inet_ntoa's with ast_inet_ntoa's (but #1944)
21 years ago
James Golovich 408ead2dda Add manager action descriptions for 'Events', 'Logoff', and 'Hangup'.
21 years ago
Mark Spencer 1af31f2c64 Merge cmaj's ZapDND and specific channel status manager commands (bugs #1917, 1918)
21 years ago
James Golovich 8801247d76 Remove pthread.h from source. We should be using asterisk/lock.h everywhere instead (except in asterisk/lock.h).
21 years ago