mirror of
https://github.com/asterisk/asterisk.git
synced 2025-09-03 03:20:57 +00:00
debugging: Add enough to choke a mule
Added to: * bridges/bridge_softmix.c * channels/chan_pjsip.c * include/asterisk/res_pjsip_session.h * main/channel.c * res/res_pjsip_session.c There NO functional changes in this commit. Change-Id: I06af034d1ff3ea1feb56596fd7bd6d7939dfdcc3
This commit is contained in:
@@ -11029,8 +11029,10 @@ int ast_channel_request_stream_topology_change(struct ast_channel *chan,
|
||||
}
|
||||
|
||||
if (ast_stream_topology_equal(ast_channel_get_stream_topology(chan), topology)) {
|
||||
ast_debug(3, "Topology of %s already matches what is requested so ignoring topology change request\n",
|
||||
ast_channel_name(chan));
|
||||
ast_debug(2, "%s: Topologies already match. Current: %s Requested: %s\n",
|
||||
ast_channel_name(chan),
|
||||
ast_str_tmp(256, ast_stream_topology_to_str(ast_channel_get_stream_topology(chan), &STR_TMP)),
|
||||
ast_str_tmp(256, ast_stream_topology_to_str(topology, &STR_TMP)));
|
||||
ast_channel_unlock(chan);
|
||||
return 0;
|
||||
}
|
||||
|
Reference in New Issue
Block a user