-
-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
bbs, mods, nets: Logging improvements, miscellaneous bug fixes.
Bug Fixes: * socket.c: Prevent null dereference for interfaces without IP addresses. * mod_asterisk_ami: Fix faulty reconnect logic. * mod_asterisk_ami: Ensure log file is created with correct permissions. * mod_asterisk_queues: Completely purge agent membership on disconnect. Improvements: * Convert many warnings and errors to debugs, where appropriate. * thread.c: Avoid spurious "thread not waiting to be joined" messages. * module.c: Avoid spurious warnings due to dependencies. * utils.c: Log error message from eaccess if it fails. * mod_ncurses: Improve menu display. * nets: Remove redundant log messages. * socket.c, net_smtp: Increase debug level of spammy messages (those that occur lots of times, simply due to a large amount of data being processed).
- Loading branch information
1 parent
b4ae544
commit 6d43c24
Showing
20 changed files
with
313 additions
and
104 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.