Commit Graph

154 Commits (d0bc6c20a70c0da3dee48a2ad1a9acb25fc668fc)

Author SHA1 Message Date
Russell Bryant d0b003a427 conversions to S_OR (issue #6803)
19 years ago
Mark Spencer 9164eac21a Add micro-http server and abstract manager interface, make snmp not die
19 years ago
Kevin P. Fleming 96bf384e7d major dialplan functions update
20 years ago
Russell Bryant 95151cead2 Merged revisions 9581 via svnmerge from
20 years ago
Matt O'Gorman 428efda5a9 code clean up and macro implementation from
20 years ago
Russell Bryant 6f71e1178e constify arguments in more places where strings should not be modified (issue #6286)
20 years ago
Kevin P. Fleming 065a368463 remove some more deprecated (pre-1.2) stuff
20 years ago
Olle Johansson 69e9567874 Portability - compilation warning on Mac OS/X removed
20 years ago
Tilghman Lesher 417d6b1793 Prepare for removal of DBGet/DBPut manager commands, by allowing Getvar to get functions (Setvar can already set functions)
20 years ago
Mark Spencer be582e9f2a Remove unnecessary unlock (bug #6171)
20 years ago
Tilghman Lesher d4ee9cb1a3 Bug 6162 - Constify manager_event arguments
20 years ago
Kevin P. Fleming a4f8d466e8 update copyright headers for files changed this year
20 years ago
Kevin P. Fleming a1a5e746ee add optional timestamps to manager events (issue #5535, simplified)
20 years ago
Olle Johansson 6e7962b5a1 Bug #5228: Add caller ID and CallerIDname to OriginateSuccess/Failure manager events (outtolunc)
20 years ago
Russell Bryant a725468381 update doxygen docs to specify authors
20 years ago
Tilghman Lesher a19361c684 Bug 4880 - add priority label matching and dialplan function retrieval
20 years ago
Tilghman Lesher 870f98f02d Bug 5858 - Make the chanvars.c functions return a 'const char *'
20 years ago
Kevin P. Fleming 2c65582b66 remove extraneous svn:executable properties
20 years ago
Russell Bryant 685e88645f don't crash on setvar (issue #5760)
20 years ago
Josh Roberson 15705f94a7 Issue #5737
20 years ago
Russell Bryant d8dfa4434d finish merging doxygen updates from issue #5605
20 years ago
Kevin P. Fleming a4be983a63 issue #5571
20 years ago
Kevin P. Fleming 00d3c31496 issue #5585
20 years ago
Russell Bryant 3332a8acd1 clean up a lot of doxygen errors and warnings (issue #5522)
20 years ago
Russell Bryant a736096e0b change ast_strlen_zero to also check for the string to be defined
20 years ago
Russell Bryant 6324072247 more doxygenification (issue #5513)
20 years ago
Russell Bryant 3453e3efa5 Doxygen documentation update from oej (issue #5505)
20 years ago
Mark Spencer 0aec4ef713 Fix carefulwrite and its usage within manager (bug #5355, maybe)
20 years ago
Kevin P. Fleming 7c936b8826 don't try to send events to dead sessions
20 years ago
Russell Bryant dee30a519e allow manager getvar action to retrieve global variables as well as
20 years ago
Kevin P. Fleming 6f869da9b0 correct variable header documentation (issue #5397)
20 years ago
Kevin P. Fleming f7d567fe85 allow write timeout to be set on a per-user basis in AMI (issue #5352)
20 years ago
Kevin P. Fleming e67a6e0344 allow manager actions to properly close the session again (issue #5350)
20 years ago
Kevin P. Fleming d4bf5408a7 fix 'invalid command' logic
20 years ago
Kevin P. Fleming d167235344 don't build manager event output until it is needed
20 years ago
Kevin P. Fleming 9835bc4330 add ast_build_string_va(), which accepts a varargs list directly
20 years ago
Kevin P. Fleming 44a7b88d82 don't take session lock in astman_send_error() and astman_send_response(), since it is no longer needed
20 years ago
Kevin P. Fleming a08f3f75ff tell the user about invalid/unknown commands before sending queued events
20 years ago
Kevin P. Fleming 9d1fc454d4 properly clear out manager header structure between actions
20 years ago
Mark Spencer 2b883819be Fix manager bug (can't destroy a session while a thread is using it!)
20 years ago
Mark Spencer ea215f5b7d Remove possibility of manager deadlocks from manager actions
20 years ago
Mark Spencer 9804f96c0f Fix manager EINTR issue (bug #5247)
20 years ago
Mark Spencer 96286be0ee Fix GetVar manager action result (bug #5275)
20 years ago
Kevin P. Fleming 5da915dcfd update MANY more files with proper copyright/license info (thanks Ian!)
20 years ago
Kevin P. Fleming 601e4bb78a ensure that 'Events: On' enables all event types (issue #5016)
20 years ago
Mark Spencer 195a36afac Fix poll error condition causing memory corruption (bug #4915)
20 years ago
Russell Bryant 52594b6b12 fix a bunch of gcc4 warnings realted to pointer signedness
20 years ago
Russell Bryant c2b31d45df fix seg fault if no variable is specified (bug #4907)
20 years ago
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