Commit Graph

181 Commits (d079b1c49f562afb40b8f19f582844471567d64d)

Author SHA1 Message Date
Russell Bryant 5830e9cb4f various cleanups regarding coding guidelines issues
19 years ago
Russell Bryant ca9ba719b6 Merge a new implementation of ast_inet_ntoa, our thread safe replacement for
19 years ago
Mark Spencer 837910062b First pass at in-place file manipulation via manager
19 years ago
Russell Bryant c024569f28 malloc + memset to ast_calloc
19 years ago
North Antara f83b709821 oops?
19 years ago
Tilghman Lesher c929a15b79 Bug 7472 - Change line terminator for header to be RFC-compliant
19 years ago
Olle Johansson 778d0f0c0a Formatting fixes
19 years ago
Kevin P. Fleming 472c1ca282 simplify autoconfig include mechanism (make tholo happy he can use lint again :-)
19 years ago
Russell Bryant 9d53a3e7f5 - add a UserEvent action that allows a manager client to "broadcast" an event
19 years ago
Tilghman Lesher d0c36296d2 As requested by kpfleming, renaming messagecount to inboxcount and messagecount2 to messagecount.
19 years ago
Olle Johansson 5237a0e06d - Use systemname for realm in sip, if we have no configuration for realm
19 years ago
Russell Bryant 04ecb29d03 remove almost all of the checks of the result from ast_strdupa() or alloca().
19 years ago
Tilghman Lesher 3890d4e813 Bug 7114 - Originate success/failure indicator was reversed
19 years ago
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
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