From 93d45b3bcebaa31fc584992921fee270b5a3cd21 Mon Sep 17 00:00:00 2001 From: Anthony Minessale Date: Sun, 10 Apr 2016 11:39:28 -0500 Subject: [PATCH] FS-9049 --- src/mod/endpoints/mod_sofia/sofia.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/mod/endpoints/mod_sofia/sofia.c b/src/mod/endpoints/mod_sofia/sofia.c index 4c28d6577a..ad65d7f554 100644 --- a/src/mod/endpoints/mod_sofia/sofia.c +++ b/src/mod/endpoints/mod_sofia/sofia.c @@ -4295,7 +4295,7 @@ switch_status_t config_sofia(sofia_config_t reload, char *profile_name) profile->paid_type = PAID_DEFAULT; profile->bind_attempts = 2; profile->bind_attempt_interval = 5; - + profile->dtmf_type = DTMF_2833; profile->tls_verify_policy = TPTLS_VERIFY_NONE; /* lib default */ profile->tls_verify_depth = 2;