Commit Graph

168 Commits (c0762c064dbd4dc86d68d31e86a23256179f8e63)

Author SHA1 Message Date
Russell Bryant 4fe3960478 move ast_carefulwrite from manager.c to utils.c so that cli.c and
19 years ago
Russell Bryant 8085f4e14b a bunch of conversion to ast_channel_*lock (issue #7058)
19 years ago
Luigi Rizzo 7d9c26dfea more NULL and "" equivalence in cid fields
19 years ago
Tilghman Lesher e462f79205 Bug 6943 - transition away from using CallerID header, when we really mean CallerIDNum
19 years ago
Tilghman Lesher 756c7cbb12 Bug 6873 - Finish moving from the non-threadsafe (and poor randomness) rand() to threadsafe ast_random()
19 years ago
Olle Johansson f8f83ff9b8 Issue #6884 - manager.c formatting (casper)
19 years ago
Olle Johansson 141d9b693a - Doxygen additions
19 years ago
Tilghman Lesher 5c1268c29d Bug 6861 - Routine should use the specified writetimeout, rather than the default
19 years ago
Tilghman Lesher 552fb750f0 Bug 6862 - No need to initialize memory to zero twice
19 years ago
Mark Spencer 77a48c6266 Minor cleanup in wakeup logic
19 years ago
Mark Spencer 6cfd28423c Unify manager behind a single event queue
19 years ago
Mark Spencer c1d5485fe4 Make excessive debug optional
19 years ago
Mark Spencer bfba044b5f Flesh out the remainder of the manager + http changes and create a sample application to partially
19 years ago
Luigi Rizzo f148a4df0f more command completion normalization.
19 years ago
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
19 years ago
Russell Bryant 95151cead2 Merged revisions 9581 via svnmerge from
19 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