For details on Legacy mode, refer to SIP URI Manipulation.
For details on RFC-3261, refer to http://www.ietf.org/rfc/rfc3261.
When Calling Number and Calling Extension are sent together from Skype for Business server, both can be sent to SIP Endpoint. The example shown here will send both Calling Number and Calling Extension.
The example shown here will send both Calling Number and Calling Extension.
The example shown here will send Calling Number and strip Calling Extension.
The example shown here will send Calling Number and strip Calling Extension.
The example shown here will send Calling Extension and strip Calling Number.
The example shown here will send Calling Extension and strip Calling Number.
The example shown here will send a modified Called Number.
The example shown here will send a modified Called Number.
In RFC-3261 Mode - The example shown here will send Called Extension and strip Called Number. Called Number must have Called Extension in Invite for this example.
Skype for Business Client to Local SIP Phone.
The Called Extension will replace the Called Number. Called Number = +11-Digit ;ext= Called Extension.
Row | Input Field | Match Pattern | Output Field | Output Value | Match Type |
---|---|---|---|---|---|
1 | Called Address/Number | \+\d{11}(\;ext=)(.*) | Called Number | \2 | Optional |
2 | Calling Address/Number | (.*) | Calling number | \1 | Optional |