[asterisk-commits] Add a test event for inband ringing. (asterisk[13])
SVN commits to the Asterisk project
asterisk-commits at lists.digium.com
Thu Jul 30 16:56:00 CDT 2015
Joshua Colp has submitted this change and it was merged.
Change subject: Add a test event for inband ringing.
......................................................................
Add a test event for inband ringing.
This event is necessary for the bridge_wait_e_options test to be able to
confirm that ringing is being played on the local channel that runs the
BridgeWait() application with the e(r) option.
ASTERISK-25292 #close
Reported by Kevin Harwell
Change-Id: Ifd3d3d2bebc73344d4b5310d0d55c7675359d72e
---
M main/channel.c
1 file changed, 5 insertions(+), 0 deletions(-)
Approvals:
Kevin Harwell: Looks good to me, but someone else must approve
Anonymous Coward #1000019: Verified
Joshua Colp: Looks good to me, approved
diff --git a/main/channel.c b/main/channel.c
index 3f6e0ee..8c1a26e 100644
--- a/main/channel.c
+++ b/main/channel.c
@@ -4656,6 +4656,11 @@
/* We have a tone to play, yay. */
ast_debug(1, "Driver for channel '%s' does not support indication %u, emulating it\n", ast_channel_name(chan), condition);
res = ast_playtones_start(chan, 0, ts->data, 1);
+ if (!res) {
+ ast_test_suite_event_notify("RINGING_INBAND",
+ "Channel: %s\r\n",
+ ast_channel_name(chan));
+ }
ts = ast_tone_zone_sound_unref(ts);
}
--
To view, visit https://gerrit.asterisk.org/983
To unsubscribe, visit https://gerrit.asterisk.org/settings
Gerrit-MessageType: merged
Gerrit-Change-Id: Ifd3d3d2bebc73344d4b5310d0d55c7675359d72e
Gerrit-PatchSet: 1
Gerrit-Project: asterisk
Gerrit-Branch: 13
Gerrit-Owner: Mark Michelson <mmichelson at digium.com>
Gerrit-Reviewer: Anonymous Coward #1000019
Gerrit-Reviewer: Joshua Colp <jcolp at digium.com>
Gerrit-Reviewer: Kevin Harwell <kharwell at digium.com>
More information about the asterisk-commits
mailing list