summaryrefslogtreecommitdiff
path: root/channels
diff options
context:
space:
mode:
authorzuul <zuul@gerrit.asterisk.org>2016-10-18 12:24:52 -0500
committerGerrit Code Review <gerrit2@gerrit.digium.api>2016-10-18 12:24:53 -0500
commit0384bae66f3a7eade28f49ebecd2b01875f64f36 (patch)
tree0c8c32f983d4196296e23b5907af18c754d20a84 /channels
parentc25163993dcfc9134eed4c728f7831af23cf3b73 (diff)
parent644fad74770594c10b1819900d6195855068020a (diff)
Merge "chan_rtp: Set a sane default rtp engine for unicast." into 13
Diffstat (limited to 'channels')
-rw-r--r--channels/chan_rtp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/channels/chan_rtp.c b/channels/chan_rtp.c
index 0fe66bd20..f1f4f05b9 100644
--- a/channels/chan_rtp.c
+++ b/channels/chan_rtp.c
@@ -314,7 +314,7 @@ static struct ast_channel *unicast_rtp_request(const char *type, struct ast_form
}
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);