bridge core: Add owed T.38 terminate when channel leaves a bridge.

The channel is now going to get T.38 terminated when it leaves the
bridging system and the bridged peers are going to get T.38 terminated as
well.

ASTERISK-25582

Change-Id: I77a9205979910210e3068e1ddff400dbf35c4ca7
This commit is contained in:
Richard Mudgett
2016-02-22 13:54:47 -06:00
parent 0a5bc64491
commit 221422be50
3 changed files with 72 additions and 0 deletions

View File

@@ -170,6 +170,8 @@ struct ast_bridge_channel {
/*! Collected DTMF digits for DTMF hooks. */
char collected[MAXIMUM_DTMF_FEATURE_STRING];
} dtmf_hook_state;
/*! Non-zero if a T.38 session terminate is owed to the bridge. */
char owed_t38_terminate;
};
/*!