HEX
Server: Apache
System: Linux p3plzcpnl506847.prod.phx3.secureserver.net 4.18.0-553.54.1.lve.el8.x86_64 #1 SMP Wed Jun 4 13:01:13 UTC 2025 x86_64
User: slfopp7cb1df (5698090)
PHP: 8.1.34
Disabled: NONE
Upload Files
File: /home/slfopp7cb1df/public_html/Call/master/configuration.json
{
	"ivr": {
		"text": "Thanks for calling. You can press a key or say the department name. Press 1 for Sales, press 2 for Support",
		"options": [
			{
				"friendlyName": "Sales",
				"digit": 1,
				"id": "sales"
			},
			{
				"friendlyName": "Support",
				"digit": 2,
				"id": "support"
			}
		]
	},
	"queues": [
		{
			"friendlyName": "Chat Queue",
			"filterFriendlyName": "Chat",
			"id": "chat",
			"taskQueueSid": null,
			"expression": "channel == \"chat\"",
			"targetWorkerExpression": ""
		},
		{
			"friendlyName": "Phone Queue",
			"filterFriendlyName": "Phone",
			"id": "phone",
			"taskQueueSid": null,
			"expression": "channel == \"phone\"",
			"targetWorkerExpression": "task.team == worker.team OR task.transferToWorkerSid = worker.sid"
		},
		{
			"friendlyName": "Video Queue",
			"filterFriendlyName": "Video",
			"id": "video",
			"taskQueueSid": null,
			"expression": "channel == \"video\"",
			"targetWorkerExpression": ""
		}
	],
	"twilio": {
		"workerOfflineActivitySid": null,
		"workerAvailableActivitySid": null,
		"workerUnavailableActivitySid": null,
		"callerId": null,
		"applicationSid": null,
		"workflowSid": null,
		"facebookPageId": null
	}
}