1. To add end point
Cli iedge add “regid” “port”
Ex: cli iedge add MattD1 1
2. To change the end point type for a specified port
Cli iedge edit “regid” “port” type “xgateway/sipgw” (for H323 Gateway or SIP Gateway
respectively)
Ex: cli iedge edit MattD1 1 type xgateway
3. To add another port to an end point
Cli iedge add “regid” “port” (different port number)
Ex: cli iedge add MattD1 2
4. To add a new call plan
Cli cp add “cp name”
Ex: cli cp add MattBRCP
5. To add new route (DNIS on egress)
Cli cr add “cr name”
Ex: cli cr add MattBrazilProp
6. To edit to an egress type:
Cli cr edit “cr name” calltype dest
Ex: cli cr edit MattBrazilProp calltype dest
7. To edit to match a specified DNIS
Cli cr edit “cr name” dest (DNIS to match) prefix (new DNIS)
Ex: cli cr edit MattBrazilProp dest 55 prefix 55 (for Brazil and do not strip digits)
8. To bind the route to the call plan
Cli cp add “cp name” “cr name” priority 10 (for a binding of this route to this Call Plan with a
priority of 10)
Ex: cli cp add MattBRCP MattBrazilProp priority 10
9. To bind the cp to the end point port
Cli iedge edit “regid” “port” cp “cp name” priority 5 (for a binding of this Call Plan to this end
point with an end point priority of 5)
Ex: cli iedge edit MattD11 cp MattBRCP priority 5
10. To add a new route (ANI on Ingress)
Cli cr add “cr name”
Ex: cli cr add MattIngress
Cli cr edit MattIngress calltype origin src 476 srcprefix 901
Ex: cli cr edit MattBrazilProp calltype dest src src 476 srcprefix 901