Commit Graph

215 Commits (835c77ccfa56815b51fc3daded4f7fd39f5e5cca)

Author SHA1 Message Date
Russell Bryant f9c578a8a0 - The recent change to linklists.h broke the build on linux for some reason.
19 years ago
Russell Bryant 04ecb29d03 remove almost all of the checks of the result from ast_strdupa() or alloca().
19 years ago
Kevin P. Fleming fdcfd6469b ensure that control frames with payload can be sent to channel drivers via ->indicate()
19 years ago
BJ Weschke ff82a8046d Merged revisions 25563 via svnmerge from
19 years ago
Matt O'Gorman 05ea5482d0 woohoo asterdevcon first commit, adds feature to
19 years ago
Kevin P. Fleming 574e14cbea Thanks to the fine work of Russell Bryant and Dancho Lazarov, we now have autoconf and menuselect tools for Asterisk!
19 years ago
Russell Bryant 717445c1d8 add the ability to turn off the feature that allows agents to end calls
19 years ago
Luigi Rizzo e43bc6634d This rather large commit changes the way modules are loaded.
19 years ago
Kevin P. Fleming f10f427d49 since the module API is changing, it's a good time to const-ify the description() and key() return values
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
Luigi Rizzo 45edaa4c3a optimize a bit name completion by avoiding repeated calls to
19 years ago
Matt O'Gorman a5ece3388a Janitor work converting !ast_strlen_zero(a)?a:b
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
Russell Bryant a0d438fb6c remove the uses of the deprecated STANDARD_LOCAL_USER
20 years ago
Kevin P. Fleming 0aaad7b8b9 Merged revisions 10137 via svnmerge from
20 years ago
Kevin P. Fleming 124b00c4a4 add 'systemname' option to prefix channel unique IDs with (issue #5825)
20 years ago
Kevin P. Fleming 96bf384e7d major dialplan functions update
20 years ago
Kevin P. Fleming a16ae226b6 use string fields for some stuff in ast_channel
20 years ago
Russell Bryant e01861fafd define a global null_frame object so when queueing a null frame, you don't
20 years ago
Mark Spencer 37815b2cce Merge Rizzo's waitfor update (bug #4584)
20 years ago
Russell Bryant 19f99bee0f use arg parsing macros in the AGENT dialplan function (issue #6236, with small mods)
20 years ago
Russell Bryant b7ab0d1840 store agent_pvt list using linked list macros (issue #6342)
20 years ago
Russell Bryant 4414f45393 on this pass, only remove duplicate log messages
20 years ago
Russell Bryant 9fa6eb5e07 revert my pass through the tree to remove checks of the result of ast_strdupa
20 years ago
Russell Bryant 847260bb77 remove some useless checks of the result of ast_strdupa
20 years ago
Olle Johansson ad5eaa9aca More doxygen updates
20 years ago
Russell Bryant 6f71e1178e constify arguments in more places where strings should not be modified (issue #6286)
20 years ago
BJ Weschke ec0c939e6f Code cleanup spawned from an earlier commit today r8063. Standardize manager event responses and queue_log behavior on callbacklogoff.
20 years ago
Matt O'Gorman 3928ebd74f Made chan_agent code parsing more robust and
20 years ago
BJ Weschke 1874f21ff8 Implement the autologoffunavail option in chan_agent (#6038 with some minor mods)
20 years ago
Matt O'Gorman ea06844b19 added some minor changes from bug 6046 thanks ppyy
20 years ago
Russell Bryant cd28843c19 fix spelling errors (issue #6227)
20 years ago
Matt O'Gorman 1dc0312d01 Added option for limiting a user from logging in
20 years ago
Matt O'Gorman 57fe2e8ea2 removed unused variable and config parsing for it
20 years ago
Russell Bryant 0318a4b180 Merged revisions 7986 via svnmerge from
20 years ago
Russell Bryant 466a062b09 convert some channels to use the memory allocation wrappers.
20 years ago
Kevin P. Fleming 95b4988cf5 Merged revisions 7829 via svnmerge from
20 years ago
Kevin P. Fleming 2d4c002a2c Merged revisions 7809 via svnmerge from
20 years ago
Russell Bryant a725468381 update doxygen docs to specify authors
20 years ago
Russell Bryant ef1ce7aec9 Merged revisions 7634 via svnmerge from
20 years ago
BJ Weschke a3bd5d11d3 Bug #6040 - Documentation correction
20 years ago
Russell Bryant 9398c57e6f add AGENT function, similar to SIPPEER or IAXPEER (issue #5531)
20 years ago
Kevin P. Fleming b7b2317d81 Merged revisions 7448-7449,7451,7453 via svnmerge from
20 years ago
Tilghman Lesher 870f98f02d Bug 5858 - Make the chanvars.c functions return a 'const char *'
20 years ago
Kevin P. Fleming 0242a69b3f Merged revisions 7265-7266,7268-7275 via svnmerge from
20 years ago
Kevin P. Fleming 2c65582b66 remove extraneous svn:executable properties
20 years ago
Kevin P. Fleming ebf04fc570 more header include simplification
20 years ago
Russell Bryant bb3e125ed4 don't loop forever on an invalid options string (issue #5629)
20 years ago
Russell Bryant 31a804b97c issue #5605
20 years ago