Commit 21970068 authored by Adrian Georgescu's avatar Adrian Georgescu

Removed Extension from the setting that is not an extension

parent 0e48909f
......@@ -12,7 +12,7 @@ from sipsimple.util import user_info
from blink.configuration.datatypes import ApplicationDataPath, CustomSoundFile, DefaultPath, HTTPURL
class PSTNSettingsExtension(SettingsGroup):
class PSTNSettings(SettingsGroup):
idd_prefix = Setting(type=unicode, default=None, nillable=True)
prefix = Setting(type=unicode, default=None, nillable=True)
......@@ -34,7 +34,7 @@ class TLSSettingsExtension(TLSSettings):
class AccountExtension(SettingsObjectExtension):
pstn = PSTNSettingsExtension
pstn = PSTNSettings
rtp = RTPSettingsExtension
server = ServerSettings
sounds = SoundSettings
......
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