This section applies only to those clusters that are running a voice bridge.
The role of the dialing.xml file is to specify the rules whereby a given phone number is transformed into the set of digits dialed by the voice server. For example, default area codes that must be appended to all 7-digit phone numbers. Most of the file consists of a collection of attributes and their values. The following table lists the attributes and their roles:
Table C-1 Dialing.xml Attributes
The remaining components of the file are two lists: area codes and exchanges. The role of these lists is to determine whether a specified phone number requires a long-distance call by specifying a default condition (either local or long-distance) for area codes or exchanges. The list itself is a set of exceptions to the default. For instance, to specify that all area codes are long-distance except for 978, the following can be used:
<areaCodes default="ld"> <local>978</local> </areaCodes>
Similarly with exchanges, you could, for example, specify that most exchanges are long-distance, but 865 is local:
<exchanges default="ld"> <local>865</local> </exchanges>