[asterisk-commits] chan rtp: Set a sane default rtp engine for unicast. (asterisk[master])
SVN commits to the Asterisk project
asterisk-commits at lists.digium.com
Tue Oct 18 11:38:13 CDT 2016
Joshua Colp has submitted this change and it was merged. ( https://gerrit.asterisk.org/4125 )
Change subject: chan_rtp: Set a sane default rtp engine for unicast.
......................................................................
chan_rtp: Set a sane default rtp engine for unicast.
ASTERISK-26439
Change-Id: I7f5ee2eeba8906e9ecb3293dbe3a747770bb5011
---
M channels/chan_rtp.c
1 file changed, 1 insertion(+), 1 deletion(-)
Approvals:
Anonymous Coward #1000019: Verified
Matthew Fredrickson: Looks good to me, approved
Joshua Colp: Looks good to me, but someone else must approve
diff --git a/channels/chan_rtp.c b/channels/chan_rtp.c
index 0fe66bd..f1f4f05 100644
--- a/channels/chan_rtp.c
+++ b/channels/chan_rtp.c
@@ -314,7 +314,7 @@
}
engine_name = S_COR(ast_test_flag(&opts, OPT_RTP_ENGINE),
- opt_args[OPT_ARG_RTP_ENGINE], NULL);
+ opt_args[OPT_ARG_RTP_ENGINE], "asterisk");
ast_ouraddrfor(&address, &local_address);
instance = ast_rtp_instance_new(engine_name, NULL, &local_address, NULL);
--
To view, visit https://gerrit.asterisk.org/4125
To unsubscribe, visit https://gerrit.asterisk.org/settings
Gerrit-MessageType: merged
Gerrit-Change-Id: I7f5ee2eeba8906e9ecb3293dbe3a747770bb5011
Gerrit-PatchSet: 1
Gerrit-Project: asterisk
Gerrit-Branch: master
Gerrit-Owner: Joshua Colp <jcolp at digium.com>
Gerrit-Reviewer: Anonymous Coward #1000019
Gerrit-Reviewer: Joshua Colp <jcolp at digium.com>
Gerrit-Reviewer: Matthew Fredrickson <creslin at digium.com>
Gerrit-Reviewer: Moises Silva <moises.silva at gmail.com>
More information about the asterisk-commits
mailing list