Merge branch 'develop' into develop
This commit is contained in:
commit
12ad576014
102
module.xml
102
module.xml
|
@ -76,53 +76,55 @@
|
|||
<field name="transfer_on_hangup" type="string" notnull="false"/>
|
||||
<field name="phonecodepage" type="string" length="50" notnull="false"/>
|
||||
</table>
|
||||
<table name="sccpline">
|
||||
<field name="id" type="integer" autoincrement="true"/>
|
||||
<field name="pin" type="string" length="7" notnull="false"/>
|
||||
<field name="label" type="string" length="45" notnull="false"/>
|
||||
<field name="description" type="string" length="45" notnull="false"/>
|
||||
<field name="context" type="string" length="45" notnull="false"/>
|
||||
<field name="incominglimit" type="integer" default="6" notnull="false"/>
|
||||
<field name="transfer" type="string" notnull="false"/>
|
||||
<field name="mailbox" type="string" length="45" notnull="false"/>
|
||||
<field name="vmnum" type="string" length="45" default="*97" notnull="false"/>
|
||||
<field name="cid_name" type="string" length="45" notnull="false"/>
|
||||
<field name="cid_num" type="string" length="45" notnull="false"/>
|
||||
<field name="disallow" type="string" length="255" notnull="false"/>
|
||||
<field name="allow" type="string" length="255" notnull="false"/>
|
||||
<field name="trnsfvm" type="string" length="45" notnull="false"/>
|
||||
<field name="secondary_dialtone_digits" type="string" length="45" notnull="false"/>
|
||||
<field name="secondary_dialtone_tone" type="string" length="45" notnull="false"/>
|
||||
<field name="musicclass" type="string" length="45" default="default" notnull="false"/>
|
||||
<field name="language" type="string" length="45" notnull="false"/>
|
||||
<field name="accountcode" type="string" length="45" notnull="false"/>
|
||||
<field name="echocancel" type="string" default="off"/>
|
||||
<field name="silencesuppression" type="string" default="off"/>
|
||||
<field name="callgroup" type="string" length="45" notnull="false"/>
|
||||
<field name="pickupgroup" type="string" length="45" notnull="false"/>
|
||||
<field name="namedcallgroup" type="string" length="100" notnull="false"/>
|
||||
<field name="namedpickupgroup" type="string" length="100" notnull="false"/>
|
||||
<field name="adhocNumber" type="string" length="45" notnull="false"/>
|
||||
<field name="meetme" type="string" length="5" notnull="false"/>
|
||||
<field name="meetmenum" type="string" length="45" notnull="false"/>
|
||||
<field name="meetmeopts" type="string" length="45" notnull="false"/>
|
||||
<field name="regexten" type="string" length="45" notnull="false"/>
|
||||
<field name="directed_pickup" type="string" notnull="false"/>
|
||||
<field name="directed_pickup_context" type="string" length="100" notnull="false"/>
|
||||
<field name="pickup_modeanswer" type="string" notnull="false"/>
|
||||
<field name="amaflags" type="string" length="45" notnull="false"/>
|
||||
<field name="dnd" type="string" default="reject" notnull="false"/>
|
||||
<field name="videomode" type="string" default="auto" notnull="false"/>
|
||||
<field name="setvar" type="string" length="50" notnull="false"/>
|
||||
<field name="name" type="string" length="40" default="" primarykey="true"/>
|
||||
<field name="phonecodepage" type="string" length="50" notnull="false"/>
|
||||
<key name="id" type="unique">
|
||||
<column name="id"/>
|
||||
</key>
|
||||
</table>
|
||||
|
||||
<table name="sccpline">
|
||||
<field name="id" type="integer" autoincrement="true"/>
|
||||
<field name="pin" type="string" length="7" notnull="false"/>
|
||||
<field name="label" type="string" length="45" notnull="false"/>
|
||||
<field name="description" type="string" length="45" notnull="false"/>
|
||||
<field name="context" type="string" length="45" notnull="false"/>
|
||||
<field name="incominglimit" type="integer" default="6" notnull="false"/>
|
||||
<field name="transfer" type="string" notnull="false"/>
|
||||
<field name="mailbox" type="string" length="45" notnull="false"/>
|
||||
<field name="vmnum" type="string" length="45" default="*97" notnull="false"/>
|
||||
<field name="cid_name" type="string" length="45" notnull="false"/>
|
||||
<field name="cid_num" type="string" length="45" notnull="false"/>
|
||||
<field name="disallow" type="string" length="255" notnull="false"/>
|
||||
<field name="allow" type="string" length="255" notnull="false"/>
|
||||
<field name="trnsfvm" type="string" length="45" notnull="false"/>
|
||||
<field name="secondary_dialtone_digits" type="string" length="45" notnull="false"/>
|
||||
<field name="secondary_dialtone_tone" type="string" length="45" notnull="false"/>
|
||||
<field name="musicclass" type="string" length="45" default="default" notnull="false"/>
|
||||
<field name="language" type="string" length="45" notnull="false"/>
|
||||
<field name="accountcode" type="string" length="45" notnull="false"/>
|
||||
<field name="echocancel" type="string" default="off"/>
|
||||
<field name="silencesuppression" type="string" default="off"/>
|
||||
<field name="callgroup" type="string" length="45" notnull="false"/>
|
||||
<field name="pickupgroup" type="string" length="45" notnull="false"/>
|
||||
<field name="namedcallgroup" type="string" length="100" notnull="false"/>
|
||||
<field name="namedpickupgroup" type="string" length="100" notnull="false"/>
|
||||
<field name="adhocNumber" type="string" length="45" notnull="false"/>
|
||||
<field name="meetme" type="string" length="5" notnull="false"/>
|
||||
<field name="meetmenum" type="string" length="45" notnull="false"/>
|
||||
<field name="meetmeopts" type="string" length="45" notnull="false"/>
|
||||
<field name="regexten" type="string" length="45" notnull="false"/>
|
||||
<field name="directed_pickup" type="string" notnull="false"/>
|
||||
<field name="directed_pickup_context" type="string" length="100" notnull="false"/>
|
||||
<field name="pickup_modeanswer" type="string" notnull="false"/>
|
||||
<field name="amaflags" type="string" length="45" notnull="false"/>
|
||||
<field name="dnd" type="string" default="reject" notnull="false"/>
|
||||
<field name="videomode" type="string" default="auto" notnull="false"/>
|
||||
<field name="setvar" type="string" length="50" notnull="false"/>
|
||||
<field name="name" type="string" length="40" default="" primarykey="true"/>
|
||||
<field name="phonecodepage" type="string" length="50" notnull="false"/>
|
||||
<key name="id" type="unique">
|
||||
<column name="id"/>
|
||||
</key>
|
||||
</table>
|
||||
|
||||
<table name="sccpbuttonconfig">
|
||||
<field name="ref" type="string" length="15" default="" primarykey="true"/>
|
||||
<field name="reftype" type="string" default="sccpdevice" primarykey="true"/>
|
||||
<field name="reftype" type="string" length="15" default="sccpdevice" primarykey="true"/>
|
||||
<field name="instance" type="boolean" default="0" primarykey="true"/>
|
||||
<field name="buttontype" type="string" default="line" primarykey="true"/>
|
||||
<field name="name" type="string" length="36" notnull="false"/>
|
||||
|
@ -159,10 +161,10 @@
|
|||
</key>
|
||||
</table>
|
||||
<table name="sccpsettings">
|
||||
<field name="keyword" type="string" length="50" primarykey="true"/>
|
||||
<field name="data" type="string" length="255"/>
|
||||
<field name="seq" type="boolean" primarykey="true"/>
|
||||
<field name="type" type="boolean" primarykey="true"/>
|
||||
</table>
|
||||
<field name="keyword" type="string" length="50" primarykey="true"/>
|
||||
<field name="data" type="string" length="255"/>
|
||||
<field name="seq" type="boolean" primarykey="true"/>
|
||||
<field name="type" type="boolean" primarykey="true"/>
|
||||
</table>
|
||||
</database>
|
||||
</module>
|
||||
|
|
Loading…
Reference in a new issue