[Asterisk-code-review] chan rtp: Set a sane default rtp engine for unicast. (asterisk[13])

Anonymous Coward asteriskteam at digium.com
Tue Oct 18 12:24:53 CDT 2016


Anonymous Coward #1000019 has submitted this change and it was merged. ( https://gerrit.asterisk.org/4082 )

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/4082
To unsubscribe, visit https://gerrit.asterisk.org/settings

Gerrit-MessageType: merged
Gerrit-Change-Id: I7f5ee2eeba8906e9ecb3293dbe3a747770bb5011
Gerrit-PatchSet: 2
Gerrit-Project: asterisk
Gerrit-Branch: 13
Gerrit-Owner: Moises Silva <moises.silva at gmail.com>
Gerrit-Reviewer: Anonymous Coward #1000019
Gerrit-Reviewer: Joshua Colp <jcolp at digium.com>
Gerrit-Reviewer: Matthew Fredrickson <creslin at digium.com>



More information about the asterisk-code-review mailing list