mirror of
https://github.com/asterisk/asterisk.git
synced 2025-11-08 02:48:29 +00:00
Fix log message to refer to the generic timing interface, not DAHDI specifically
(inspired by issue #14082) git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@164522 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -10795,7 +10795,7 @@ static struct iax2_peer *build_peer(const char *name, struct ast_variable *v, st
|
|||||||
} else if (!strcasecmp(v->name, "trunk")) {
|
} else if (!strcasecmp(v->name, "trunk")) {
|
||||||
ast_set2_flag(peer, ast_true(v->value), IAX_TRUNK);
|
ast_set2_flag(peer, ast_true(v->value), IAX_TRUNK);
|
||||||
if (ast_test_flag(peer, IAX_TRUNK) && (timingfd < 0)) {
|
if (ast_test_flag(peer, IAX_TRUNK) && (timingfd < 0)) {
|
||||||
ast_log(LOG_WARNING, "Unable to support trunking on peer '%s' without DAHDI timing\n", peer->name);
|
ast_log(LOG_WARNING, "Unable to support trunking on peer '%s' without a timing interface\n", peer->name);
|
||||||
ast_clear_flag(peer, IAX_TRUNK);
|
ast_clear_flag(peer, IAX_TRUNK);
|
||||||
}
|
}
|
||||||
} else if (!strcasecmp(v->name, "auth")) {
|
} else if (!strcasecmp(v->name, "auth")) {
|
||||||
|
|||||||
Reference in New Issue
Block a user