Blindxfer

Transfers calls outside the CXone system.

  • The Placecall action is reserved for outbound calls that need their own script processing, such as spawning pre-recorded calls or prompts.
    • For example, you can inform the call center manager that ports are nearing max, or you could spawn a survey call, and so on.
  • The Transfer action transfers an existing call to an alternate phone number.
    • Transferred calls remain in the CXone platform and the call progress continues to be monitored and recorded. On transfer, the call begins consuming two ports.
  • The Blindxfer action transfers an existing call to an alternate phone number and the call exits the CXone platform.
    • Call progress and recordings are no longer monitored and the port used for that call is freed.

Supported Script Types

Phone

Properties

Property Details
Destination The phone number to which the call will be routed.

Branches

Branch Details
OnDialingError Path taken if the phone network is unable to place the call for a technical reason.

Tips & Tricks

  • Blindxfer and Transfer both redirect calls outside of the CXone system. The difference between the two is that Blindxfer does not use any of the portsClosed Where information transfers, over a network, between a computer and a server. allocated to the call, so none of the call details after the blind transfer can be saved, whereas Transfer uses CXone ports, so call details can be saved and reporting can be used.
  • Any contact history data that occurs in the script prior to Blindxfer will be stored.
  • After Blindxfer is executed, CXone ports are no longer used (so you will no longer be billed for the CXone ports being used).
  • If the transfer fails, CXone cannot recover the call.
  • After Blindxfer is executed, reporting and call control is no longer possible by CXone.
  • Onrelease is commonly used with Blindxfer (when Blindxfer is executed, Onrelease is triggered so you can include any desired post-contact actions).
  • Onrelease data that occurs after Blindxfer can still be stored.
  • Long-distance charges may apply to calls transferred long-distance.
  • The person receiving a call transferred by Blindxfer sees the original caller's phone number as the caller ID (ANI).

Phone Script Example Using Blindxfer

In this script, Begin triggers the Hours action. If the Hours of Operation profile settings show the contact center to be open, the call will be delivered to an agent. If the contact center is closed or on holiday, Blindxfer will route the call to [example phone number] 8015551212 (set in the Blindxfer properties) to be handled.

Would you like to download this script?