Actions

Toolpack:Creating a First Call Route E: Difference between revisions

mNo edit summary
Line 90: Line 90:


Custom Parameters
Custom Parameters
* [[Parameter: prio|prio]]
* [[Parameter: prio|prio (or priority)]]
* [[Parameter: additonal_naps|additonal_naps]]
* [[Parameter: additonal_naps|additonal_naps]]
* [[Parameter: domain|domain]]
* [[Parameter: domain|domain]]

Revision as of 16:53, 28 April 2020

Applies to version(s): v2.10, v3.0, v3.1

You must set up call routing for your system. Call routing refers to the ability to route calls based on criteria such as origin, destination, time of day, service provider rates, and more.

Follow the procedure listed below to create primary and secondary routes:


1- Click Routes in the navigation panel

CreateCallRoute 0.png


2- Click Create New Static Route

CreateCallRoute 1.png


3- Create the new route:

  • Enter a RoutesetName for the route
  • Select a NAP, or leave empty to match calls from any NAP
  • Select a Remapped NAP
  • Click Create

CreateCallRoute 2 A.png


4- Verify that the "Route was successfully created" message appears, and that the new route is listed in the Routeset list

CreateCallRoute 3.png


Path

/configurations/@[configuration_name]/routes/@[route_name]

Parameters (text)

/configurations/@[configuration_name]/routes/@[route_name]
called                           = "/^(00)?(771|772|773)[0-9]{7}$/"
calling                          = ""
name                             = "@[route_name]"
nap                              = "@[nap_name]"
remapped_called                  = ""
remapped_calling                 = ""
remapped_destination_leg_profile = "(same as NAP)"
remapped_nap                     = "XTEL"
remapped_source_leg_profile      = "(same as NAP)"
routeset_name                    = ""

/configurations/@[configuration_name]/routes/@[route_name]/custom_attributes
additonal_naps = ""

Parameters (json)

{
  "called" : "/^(00)?(771|772|773)[0-9]{7}$/",
  "calling" : "",
  "custom_attributes" : {
    "additonal_naps" : ""
  },
  "name" : "@[route_name]",
  "nap" : "@[nap_name]",
  "remapped_called" : "",
  "remapped_calling" : "",
  "remapped_destination_leg_profile" : "(same as NAP)",
  "remapped_nap" : "XTEL",
  "remapped_source_leg_profile" : "(same as NAP)",
  "routeset_name" : ""
}


List of Parameters

Custom Parameters