How to configure the U1900 so that outgoing calls from different numbers are routed through different trunks?
115Configure the call source to enable users in the call source to make outgoing calls through a specified office route. The specific configuration is as follows:
1. Run the following commands to add call sources 1 and 2:
config add callsource no 1
config add callsource no 2
2. Run the following commands to add users 5032 to 5049 to call source 1 and add users 7000 to 7019 to call source 2:
config modify subscriber dn 5032 callsourceno 1 number 18
config modify subscriber dn 7000 callsourceno 2 number 20
3. Run the following commands to add rerouting analysis. In this way, when users 5032 to 5049 in call source 1 dial prefix 9 corresponding to the office route selection code 1 to make outgoing calls, calls are routed through office route 4, and when users 7000 to 7019 in call source 2 dial prefix 9 corresponding to the office route selection code 1 to make outgoing calls, calls are routed through office route 0.
config add routeanalysis officeselectcode 1 callsourceno 1 officeno 4
config add routeanalysis officeselectcode 1 callsourceno 2 officeno 0