Commit d0f98acb authored by Adrian Georgescu's avatar Adrian Georgescu

Enable inband dtmf by default

parent eca52267
......@@ -18,7 +18,7 @@ class PSTNSettings(SettingsGroup):
class RTPSettingsExtension(RTPSettings):
inband_dtmf = Setting(type=bool, default=False)
inband_dtmf = Setting(type=bool, default=True)
class ServerSettings(SettingsGroup):
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment