This functionality is mostly enabled via Broadsoft auto provisioning, see below for the provisioning parameters. | Parameter | Description |
|---|
| Telephony.PhoneSystem.XSI.Server | XSI Server URL | | Telephony.PhoneSystem.XSI.SIPAuthentication | 0 = XSI username and Password 1 = SIP authentication | | Telephony.PhoneSystem.XSI.AuthName | XSI Username | | Telephony.PhoneSystem.XSI.AuthPassword | XSI Password | | Telephony.PhoneSystem.XSI.SearchAnywhereInName.Enabled | 0 = Disabled 1 = Enabled | Example: <param name="Telephony.PhoneSystem.Type" value="5"/> <param name="Telephony.PhoneSystem.XSI.SIPAuthentication" value="1"/> <param name="Telephony.PhoneSystem.XSI.Server" value="%ACCESS_PROTOCOL%%BWDEVICEACCESSFQDN%/com.broadsoft.xsi-actions"/> <param name="Telephony.PhoneSystem.XSI.AuthName" value="%BWLOGIN-ID-1%"/> In this example you see that for the XSI Server URL an Broadsoft placeholder is used, this can be different behind every Broadsoft system. |
|