aboutsummaryrefslogtreecommitdiffstats
path: root/channels
diff options
context:
space:
mode:
Diffstat (limited to 'channels')
-rw-r--r--channels/chan_sip.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/channels/chan_sip.c b/channels/chan_sip.c
index 6440c23ef..ae3f7b3aa 100644
--- a/channels/chan_sip.c
+++ b/channels/chan_sip.c
@@ -19647,6 +19647,8 @@ static struct ast_channel *sip_request_call(const char *type, int format, void *
ast_log(LOG_WARNING, "'%s' is not a valid transport option to Dial() for SIP calls, using udp by default.\n", trans);
transport = SIP_TRANSPORT_UDP;
}
+ } else { /* use default */
+ transport = SIP_TRANSPORT_UDP;
}
if (!host) {