Versions Compared

Key

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

...

At the point in time during an agent's call when obfuscation is necessary - e.g. "Can I have your CVV number please?" is spoken by the agent - a signal is sent by the agent to TIM Plus or Enterprise, which records the event along with the exact time it was sent. Similarly, when the sensitive part of the call has completedis finished, a further signal is sent by the agent to TIM Enterprise, which is also being recorded.

...

  • You have a licensed copy of TIM Plus or TIM Enterprise that includes voice recording
  • Your installation is at least version 3.0.0.55 

...

To send a start or stop signal, a simple 

Referencemacro
LabelHTTP GET
request must be sent to the TIM Plus or TIM Enterprise web server.

Every request to the web server requires authentication, so ensure that the relevant HTTP authentication headers are sent with your request and that the username and password combination match an existing web user object in the Directory.

...

ParameterDescription
200The signal was received and stored successfully
400The request was not acceptable for one of the following reasons:
  • An invalid type parameter was specified. The type parameter is specific to the category specified by the cat parameter. Further, the type value (e.g. 0x01) can be used in multiple categories
  • The objid was missing. Specify the ID of the object you want the signal to relate to
  • The cat and type parameters - category and signal type, respectively - must be specified and cannot be zero
  • The version of TIM Plus or TIM Enterprise you are running does not understand the signal.js script
404The object specified by the combination of the objtype and objid parameters - and optionally the key parameter - could not be found
500
Referencemacro
LabelInternal Server Error
prevented the signal from being stored successfully. This may be due to a badly-configured database, or the lack of a 
Referencemacro
Labelsignals
table in the TIM Plus or Enterprise database