You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

In this section:

Unable to render {include} The included page could not be found.

Use this object to specify day- and time-based matching for 

Unable to show "metadata-from": No such page "_space_variables"
provisioning entities such as Standard Route, Private Call Routing, and Number Translation.

You can create multiple day/time entries per profile.

Command Syntax

//Mandatory parameters for Time Range Profile  

% set profiles callRouting timeRangeProfile <profile_name>
	entry <#> 

//Non Madatory Parameters for time Range Profile

% set profiles callRouting timeRangeProfile <profile_name>
	entry <#>  
	dayMatching   
		dayOfWeek <select one or more days>  
		holidays <disable | enable>   
		specialDays range <all | days | none> 
% set profiles callRouting timeRangeProfile <profile_name>
	entry <#>   
	timeMatching range      
		all      
			minutes <hex list>        
			none  
% set profiles callRouting timeRangeProfile <profile_name> 
	entry <#>  
	timeZone <select timezone>

Command Parameters

The Time Range Profile parameters are as shown below:

Time Range Profile Parameters

Parameter

Length/Range

Description

timeRangeProfile

N/A

The Time Range profile name.

entry

N/A

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

dayMatching

N/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)
timeMatching

N/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".

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;
	} 
} 
  • No labels