]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
FS-9049
authorAnthony Minessale <anthm@freeswitch.org>
Sun, 10 Apr 2016 16:39:28 +0000 (11:39 -0500)
committerAnthony Minessale <anthm@freeswitch.org>
Sun, 10 Apr 2016 16:39:28 +0000 (11:39 -0500)
src/mod/endpoints/mod_sofia/sofia.c

index 4c28d6577ac6522e5058b1bcc17e6f7de81ff7bc..ad65d7f5544e516301fd7ead4d5ed8fc35e74210 100644 (file)
@@ -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;