UX2000 SBC XO SIP Trunk Lync Server 2010 Configuration Guide
29
Figure 24 Tranlation Table that R and 1
This example is used to modify a called number from the XO SIP Trunk into an E.164 format that Lync
2010 Server will accept:
Input Field
Type: Called Address/Number – Used to capture the numeric portion of the Dialed Number
Value: ^(\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\1 – Prepends ‘+1’ and Identifies the open and close parenthesis that should be carried
over from the Input Value Field