...
Tag | Description | Notes |
---|---|---|
05. Tools | Specifies a 'tool' that is to be loaded into the Answer Bar. Any number of tools may be loaded. | |
crm-pluginplugins | Specifies a crm plugin, multiple crm plugins may be specified |
The following is a simple configurationĀ that Screen Pops a static URL (this web page in fact).
...
Code Block | ||||
---|---|---|---|---|
| ||||
{ "toolsAnswerBarAPIKey": [ "PopTool"xxxxxxxxxxxx", "CallerIdTool" ], "extensionsUsingOutboundJavaScriptPoptools": [ "100PopTool", "101CallerIdTool", "102CallerDetailsTool", "103CallHistoryTool" ], "plugins": { "CallerIdPlugin": { "params.url": "https://wiki.noojee.com.au/Noojee_Answer/03._Configuration" // the url will have the following automatically appended to it "?&callerId=" // + callerIdNum + "&exten=" + exten + "didNum=" + didNumber } }, "options.defaultPopBehaviour": "Pop on Queue Ring", "options.showPopOptions":"false", "false"options.extensionsUsingOutboundJavaScriptPop": "100,101" } |