You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
kamailio/lib/srdb2/schema/gw.xml

65 lines
1.0 KiB

<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE table PUBLIC "-//iptel.org//DTD DBSchema V1.0//EN"
"http://iptel.org/dbschema/dtd/1.0/dbschema.dtd" [
<!ENTITY % entities SYSTEM "entities.xml">
%entities;
]>
<table>
<name>gw</name>
<version>3</version>
<column id="gw.gw_name">
<name>gw_name</name>
<type>string</type>
<size>128</size>
</column>
<column>
<name>ip_addr</name>
<type>unsigned int</type>
</column>
<column>
<name>port</name>
<type>unsigned short</type>
<null/>
</column>
<column>
<name>uri_scheme</name>
<type>unsigned char</type>
<null/>
</column>
<column>
<name>transport</name>
<type>unsigned short</type>
<null/>
</column>
<column id="gw.prefix">
<name>prefix</name>
<type>string</type>
<size>16</size>
</column>
<column id="gw.grp_id">
<name>grp_id</name>
<type>int</type>
</column>
<index>
<name>gw_idx1</name>
<colref linkend="gw.gw_name"/>
<unique/>
</index>
<index>
<name>gw_idx2</name>
<colref linkend="gw.grp_id"/>
</index>
</table>