B-8
Appendix B
System Information (Database) File Structure
- Inbound Routing Table
The Inbound Routing Table has up to 32 entries, and each entry has the following Variable Type
DBs.
voip.routetable.access_code
voip.routetable.code_length
voip.routetable.delete_lenth
voip.routetable.insert_dight
An example of data input is given below :
voip.inbound_routing_table(32) ; Maximum number of entries is 32
{
voip.routetable_00()
{
voip.routetable.access_code = 0
voip.routetable.code_length = 1
voip.routetable.delete_lenth = 0
voip.routetable.insert_dight =
}
:
voip.routetable_31()
{
:
}
}