UX2000 SBC XO SIP Trunk Lync Server 2010 Configuration Guide
28
Figure 23 Translation Tables
Most translation table entries for a SIP Trunking application will be used for matching Lync Server 2010
requirement for called and calling numbers to be in E.164 format. Below are examples to match XO
number format to Lync Server 2010 number format.
This example is used to translate a called number from Lync 2010 Server in E.164 format to a US 10 digit
number for routing into the XO SIP Trunk:
Input Field
Type: Called Address/Number – Used to capture the numeric portion of the Dialed Number
Value: ^\+1(\d{10})$ - Regular Expression that looks for the +1 at the start of the Dialed Number
and then captures the 10 digits that follows between the open and close parenthesis
Output Field
Type: Called Address Number – Identifies the Information Element that the Input Field Type
should be translated to
Value: \1 – Identifies the open and close parenthesis that should be carried over from the Input
Value Field