...
Name. Enter a unique name for this widget. The name appears as the title of the window.
Description. Enter a description of this widget. This is only displayed in the Admin Suite, it is not shown in the widget.
URL. This is the URL to be loaded in the widget.The URL can contain variables (between percent signs) that are substituted with real values during each request. (See URL Variables.) For example, https://news.google.com/news?q=%CALLER_ID_NAME%
Info |
---|
NOTE: The URL must be https, it doesn't work as an http, and since the switchboard is running as https, most browsers won't display the mixed secure and insecure information. |
Extensions allowed to use this widget. Select one or many extensions on the left, and click the right-facing green icon to put those extensions into the box on the right. All of the extensions in the box on the right are allowed to use this widget.
URL Variables. You can include one or more variables in a Custom Widget URL.
CALLER_ID_NUMBER | The phone number of the current caller. Example: 8585551212 |
CALLER_ID_NAME | The text component of Caller-ID for the current caller. Example: BOB JONES |
EXTENSION | The extension of the current Switchboard user. This does not apply to who is calling, but is instead the extension who has launched this Switchboard Widget. |
SESSION_ID | A string of numbers and underscores representing the current switchboard session. (There is no guarantee that this session_id is unique across logins or machines.) |
FIRST_LOAD | A boolean integer value indicating if this is the first time the panel is requesting the page. On startup, the panel will request the URL without any associated call information with FIRST_LOAD set to 1. After subsequent calls, FIRST_LOAD will be set to 0. |
PARTIAL_REG_CODE | The last four digits of your Switchvox’s registration code. |
FULL_REG_CODE_DIGEST | A hexadecimal MD5 hash of your Switchvox’s registration code. |
...