Fix incorrect configswitch attributes
authorBen Klang <ben@alkaloid.net>
Sun, 20 Dec 2009 22:48:38 +0000 (22:48 +0000)
committerBen Klang <ben@alkaloid.net>
Sun, 20 Dec 2009 22:48:38 +0000 (22:48 +0000)
git-svn-id: https://svn.alkaloid.net/gpl/shout/trunk@496 06cd67b6-e706-0410-b29e-9de616bca6e9

config/conf.xml

index ed5dbeb..79de983 100644 (file)
@@ -7,12 +7,12 @@
    <configswitch name="driver" desc="What backend should we use for storing Asterisk phone user configuration?">ldap
     <case name="ldap" desc="LDAP">
      <configsection name="params">
-      <configldap switchname="extensionsdriver" />
+      <configldap switchname="driver" />
      </configsection>
     </case>
     <case name="sql" desc="SQL">
      <configsection name="params">
-      <configsql switchname="extensionsdriver" />
+      <configsql switchname="driver" />
      </configsection>
     </case>
    </configswitch>
    <configswitch name="driver" desc="What backend should we use for storing Asterisk phone user configuration?">ldap
     <case name="ldap" desc="LDAP">
      <configsection name="params">
-      <configldap switchname="devicesdriver" />
+      <configldap switchname="driver" />
      </configsection>
     </case>
     <case name="sql" desc="SQL">
      <configsection name="params">
-      <configsql switchname="devicesdriver" />
+      <configsql switchname="driver" />
      </configsection>
     </case>
    </configswitch>