Adding New Rows to Specific Indices
You can add a new row to any specific index number in the table, even if a row has already been configured for that index. The row that was assigned that index is incremented to the next consecutive index number, as well as all the index rows listed below it in the table.
Syntax
# <table name> <row index> insert
Note
The command is applicable only to the following tables:
|
●
|
IP-to-IP Inbound Manipulation |
|
●
|
IP-to-IP Outbound Manipulation |
|
●
|
Destination Phone Number Manipulation Tables for IP-to-Tel / Tel-to-IP Calls |
|
●
|
Calling Name Manipulation Tables for IP-to-Tel / Tel-to-IP Calls |
|
●
|
Source Phone Number Manipulation Tables IP-to-Tel / Tel-to-IP Calls |
|
●
|
Redirect Number Tel-to-IP |
Command Mode
Privileged User
Example
If the IP-to-IP Routing table is configured with three existing rows (ip2ip-routing-0, ip2ip-routing-1, and ip2ip-routing-2) and a new row is added at Index 1, the previous ip2ip-routing-1 becomes ip2ip-routing-2, the previous ip2ip-routing-2 becomes ip2ip-routing-3, and so on:
(config-voip)# sbc routing ip2ip routing 1 insert
(ip2ip-routing-1)#