Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Noprint
Panel
borderColorgreen
bgColortransparent
borderWidth2

Back to Table of Contents

Back to CLI Configure Mode

Back to Profiles - CLI

Back to Call Routing - CLI

Section
Column
Panel

In this section:

Table of Contents
maxLevel2

 

The Time Range Profile object is used Include PageProfile_NA_for_ePSXProfile_NA_for_ePSXUse this object to specify day- and time-based matching for 

Spacevars
0product
provisioning entities such as Standard Route, Private Call Routing, and Number Translation. You can create multiple day/time entries per profile.

Include Page
Profile_NA_for_ePSX
Profile_NA_for_ePSX

 

Excerpt
Info

Setting the Time Range Profile correctly requires properly configuring 228 pairs of hexadecimal values. Please ask your account manager to contact Sonus Professional Service’s Routing Design group for assistance in configuring this profile.

Command Syntax

//Mandatory parameters for Time Range Profile  

...

The Time Range Profile parameters are as shown described below:

Div
classpdf8pttext
Caption
0Table
1Time Range Profile Parameters

Parameter

Length/Range

Description

timeRangeProfileN/A

The Time Range profile name.

entryN/A

The number of data rows to assign to this Time Range profile. (range: 0-4294967295)

dayMatchingN/A

Use this object to identify the day to match against, enable/disable holidays and specify special day range (if applicable).

  • dayOfWeek – Enter one or more days of the week to match against.
  • friday
  • monday
  • saturday
  • sunday
  • thursday
  • tuesday
  • wednesday
  • holidays – Enable or disable holidays.
    • disable (default)
    • enable
  • specialDays – Specify special day range.
    • range
      • all
      • days days <list in hex format>
      • none (default)
timeMatchingN/A

Time of day to which the associated entity applies.

  • range
    • all (default)
    • minutes minute <list in hex format>
    • none
timeZone

N/A

The time zone:

  • australiaAct
  • australiaBrokenHill
  • australiaLhi
  • australiaNorth
  • australiaNsw
  • australiaQueensland
  • australiaSouth
  • australiaTasmania
  • australiaVictoria
  • australiaWest
  • australiaYancowinna
  • brazilAcre
  • brazilDeNoronha
  • brazilEast
  • brazilWest
  • canadaAtlantic
  • canadaCentral
  • canadaEast Saskatchewan
  • canadaEastern
  • canadaMountain
  • canadaNewfoundland
  • canadaPacific
  • canadaYukon
  • chileContinental
  • chileEasterIsland
  • china
  • egypt
  • europeCentral
  • europeEastern
  • europeWestern
  • gmt, gmt+1, gmt+10, gmt+11, gmt+12, gmt+13 gmt+2, gmt+3, gmt+4,
    gmt+5, gmt+6, gmt+7, gmt+8, gmt+9, gmt-1, gmt-10, gmt-11, gmt-12,
    gmt-2, gmt-3, gmt-4, gmt-5, gmt-6, gmt-7, gmt-8, gmt-9
  • greatBritain
  • greenwich
  • hongKong
  • hstHonolulu
  • iceland
  • iran
  • ireland
  • israel
  • jamaica
  • japan
  • korea
  • kwajalein
  • libya
  • mexicoBajaNorte
  • mexicoBajaSur
  • mexicoGeneral
  • moscow
  • navajo
  • newZealand
  • newZealandChatham
  • poland
  • portugal
  • psxLocal
  • singapore
  • taiwan
  • turkey
  • uct
  • unitedStatesAlaska
  • unitedStatesAleutian
  • unitedStatesArizona
  • unitedStatesCentral
  • unitedStatesEastIndiana
  • unitedStatesEastern
  • unitedStatesHawaii
  • unitedStatesMichigan
  • unitedStatesMountain
  • unitedStatesPacific
  • unitedStatesPacificNew
  • unitedStatesSamoa
  • zulu

Command Example

The following example creates a Time Range Profile named "CUSTOM-PROFILE" as entry #13 for U.S. Central timezone to match against days Monday through Friday.

The time-match parameter is left at default of "none".

Code Block
languagenone
set profiles callRouting timeRangeProfile CUSTOM-PROFILE entry 13 timeZone unitedStatesCentral dayMatching dayOfWeek monday,tuesday,wednesday,thursday,friday % set profiles callRouting timeRangeProfile CUSTOM-PROFILE entry 13 timeMatching range none % show profiles callRouting timeRangeProfile CUSTOM-PROFILE entry 13 { timeZone unitedStatesCentral; dayMatching { dayOfWeek monday,tuesday,wednesday,thursday,friday; } timeMatching { range none; } }