Versions Compared

Key

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

...

Code Block
languagexml
linenumberstrue
{
  "toolsAnswerBarAPIKey": [
    "PopTool"xxxxxxxxxxxx",
    "CallerIdTool"
  ],
  "extensionsUsingOutboundJavaScriptPop"tools": [
    "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",
  "options.extensionsUsingOutboundJavaScriptPop": "false100,101"
}