<?xml version="1.0"?>
<!-- $Id$ -->
<configuration>
- <configtab name="devices" desc="VoIP Devices">
- <configsection name="storage">
- <configheader>Device Storage</configheader>
- <configswitch name="driver" desc="What backend should we use for
- storing Asterisk phone user configuration?">ldap
- <case name="ldap" desc="LDAP">
- <configldap name="params" />
- </case>
- </configswitch>
- </configsection>
- </configtab>
+ <configtab name="extensions" desc="Extensions">
+ <configsection name="extensions">
+ <configheader>Extension Storage</configheader>
+ <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" />
+ </configsection>
+ </case>
+ <case name="sql" desc="SQL">
+ <configsection name="params">
+ <configsql switchname="extensionsdriver" />
+ </configsection>
+ </case>
+ </configswitch>
+ </configsection>
+ </configtab>
+ <configtab name="devices" desc="VoIP Devices">
+ <configsection name="storage">
+ <configheader>Device Storage</configheader>
+ <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" />
+ </configsection>
+ </case>
+ <case name="sql" desc="SQL">
+ <configsection name="params">
+ <configsql switchname="devicesdriver" />
+ </configsection>
+ </case>
+ </configswitch>
+ </configsection>
+ </configtab>
</configuration>