summaryrefslogtreecommitdiff
path: root/main/bridging.c
diff options
context:
space:
mode:
Diffstat (limited to 'main/bridging.c')
-rw-r--r--main/bridging.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/main/bridging.c b/main/bridging.c
index d01a66ad7..e9f70911c 100644
--- a/main/bridging.c
+++ b/main/bridging.c
@@ -1015,7 +1015,9 @@ void ast_bridge_channel_playfile(struct ast_bridge_channel *bridge_channel, ast_
* playing the announcment.
*
* XXX We have no idea what MOH class was in use before playing
- * the file.
+ * the file. This method also fails to restore ringing indications.
+ * the proposed solution is to create a resume_entertainment callback
+ * for the bridge technology and execute it here.
*/
if (ast_test_flag(ast_channel_flags(bridge_channel->chan), AST_FLAG_MOH)) {
ast_moh_start(bridge_channel->chan, NULL, NULL);