mirror of
https://github.com/asterisk/asterisk.git
synced 2025-10-16 17:53:15 +00:00
don't generate any message for native bridge attempts unless all the basic checks have passed and we're actually going to try it
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@8120 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -2023,6 +2023,9 @@ enum ast_bridge_result misdn_bridge (struct ast_channel *c0,
|
||||
misdn_lib_bridge(ch1->bc,ch2->bc);
|
||||
}
|
||||
|
||||
if (option_verbose > 2)
|
||||
ast_verbose(VERBOSE_PREFIX_3 "Native bridging %s and %s\n", c0->name, c1->name);
|
||||
|
||||
chan_misdn_log(1, ch1->bc->port, "* Makeing Native Bridge between %s and %s\n", ch1->bc->oad, ch2->bc->oad);
|
||||
|
||||
while(1) {
|
||||
|
Reference in New Issue
Block a user