mirror of
https://github.com/asterisk/asterisk.git
synced 2025-10-09 22:45:49 +00:00
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:
@@ -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;
|
||||
};
|
||||
|
||||
/*!
|
||||
|
Reference in New Issue
Block a user