Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

TagDescriptionNotes
05. ToolsSpecifies a 'tool' that is to be loaded into the Answer Bar. Any number of tools may be loaded.
crm-pluginpluginsSpecifies 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
languagexml
linenumberstrue
{
  "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"
}