SCCS 4.2
In the master script, can I route a call to a CDN with a priority? Or to a primary application Script with a priority?
I want calls that come in from a particular CDN to have a higher priority in the queue than other calls, without having the calls go to a different skillset.
i.e.
WHERE CDN 1911
Route call general_sript
Where CDN 1922
Route call 1911 with Priority 1
OR
Route call general_script with Priority 1
Is this possible? Or is there a way to identify the CDN the call came from, within an application script
i.e.
General_Script
If CDN=1922
Queue to general_skillset with priority 1
In the master script, can I route a call to a CDN with a priority? Or to a primary application Script with a priority?
I want calls that come in from a particular CDN to have a higher priority in the queue than other calls, without having the calls go to a different skillset.
i.e.
WHERE CDN 1911
Route call general_sript
Where CDN 1922
Route call 1911 with Priority 1
OR
Route call general_script with Priority 1
Is this possible? Or is there a way to identify the CDN the call came from, within an application script
i.e.
General_Script
If CDN=1922
Queue to general_skillset with priority 1