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

Moises Silva asteriskteam at digium.com
Thu Oct 13 02:22:28 CDT 2016


Moises Silva has uploaded a new change for review.

  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(-)


  git pull ssh://gerrit.asterisk.org:29418/asterisk refs/changes/82/4082/1

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: newchange
Gerrit-Change-Id: I7f5ee2eeba8906e9ecb3293dbe3a747770bb5011
Gerrit-PatchSet: 1
Gerrit-Project: asterisk
Gerrit-Branch: 13
Gerrit-Owner: Moises Silva <moises.silva at gmail.com>



More information about the asterisk-code-review mailing list