Example default.cff entries for TelURLLocale

A set of named TelURLLocale definitions can be specified in the main part of the configuration file.

For example:
TelURLLocale=WashingtonDCUSA
 GlobalContext=+1
 LocalContext=202
 InternationalAccess=011
;
TelURLLOcale=MoscowRussia
 GlobalContext=+095
 LocalContext=956
 InternationalAccess=810
;
TelURLLOcale=ArizonaUSA
 GlobalContext=+1
 LocalContext=602
 InternationalAccess=9011
;
TelURLLocale=WinchesterUK
 GlobalContext=+44
 LocalContext=01962
 InternationalAccess=00
;
When configuring a specific Voice Response node, one of the named TelURLLocale entries is then used to define the Locale of the VR node, for example:
NodeName=VRNode1
 VRNode=yes
 TelURLLocale=WashingtonDCUSA
Given this configuration (a VR Node an Washington DC) consider the following telephone URLs. These are valid telephone URLs when specified from this VR Node:
tel:+441234567890
   tel:+441234567890;phone-context=+1
   tel:011441234567890;phone-context=+1
   tel:567890;phone-context=202
   tel:567890;phone-context=202;phone-context=602
   tel:2025886500;phone-context=+1
   tel:+12025886500
These are invalid telephone URLs when specified from this VR Node:
tel:+441234567890;phone-context=+44 [global context mismatch]
tel:011441234567890                 [local URL requires phone-context]
tel:2025886500                      [local URL requires phone-context]
tel:5886500;phone-context=602       [local context mismatch]