Index

Classes


Class CProxySupport

Class Summary
Constructor Attributes Constructor Name and Description
 
Describe functionnalities of the CTIProxy
Field Summary
Field Attributes Field Name and Description
 
- Proxy is running in debug mode
 
Text encoding allowed by proxy on the communication socket
 
Proxy allow recording on only a conversation part (client / agent)
 
Proxy allow to recover agent state after a short disconnection.
 
Proxy allow recording, or not
 
TTL
Time beetween Proxy KeepAlive.
 
- Proxy version
Class Detail
CProxySupport()
Describe functionnalities of the CTIProxy
Field Detail
{boolean} DebugMode
- Proxy is running in debug mode

{string} Encoding
Text encoding allowed by proxy on the communication socket
Default Value:
"UTF-8"

{boolean} HalfRecording
Proxy allow recording on only a conversation part (client / agent)
Deprecated:
now managed on the rights sended by the proxy

{boolean} NetworkRecover
Proxy allow to recover agent state after a short disconnection. Context should not be closed in this mode
Default Value:
false. Managed only on up-to-date proxy.

{boolean} Recording
Proxy allow recording, or not
Deprecated:
now managed on the rights sended by the proxy

{Number} TTL
Time beetween Proxy KeepAlive. Unit is second.
Default Value:
60

{string} Version
- Proxy version

Documentation generated by JsDoc Toolkit 2.4.0 on Wed Nov 05 2014 12:49:32 GMT+0100 (CET)