From: Anthony Minessale Date: Sun, 10 Apr 2016 16:39:28 +0000 (-0500) Subject: FS-9049 X-Git-Tag: v1.6.8~5^2~26 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=93d45b3bcebaa31fc584992921fee270b5a3cd21;p=thirdparty%2Ffreeswitch.git FS-9049 --- 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;