mod_fifo: Note source of unexplained constant

This commit is contained in:
Travis Cross 2014-05-26 20:30:39 +00:00
parent a24b0b739f
commit 48acd9fe66
1 changed files with 1 additions and 0 deletions

View File

@ -1186,6 +1186,7 @@ static switch_status_t messagehook (switch_core_session_t *session, switch_core_
case SWITCH_MESSAGE_INDICATE_BRIDGE:
case SWITCH_MESSAGE_INDICATE_UNBRIDGE:
if (msg->numeric_arg == 42) {
/* See audio_bridge_thread() for source of 42 constant. */
goto end;
}
if ((caller_session = switch_core_session_locate(msg->string_arg))) {