" /> AttributeCallState - Genesys CTI User Forum

Author Topic: AttributeCallState  (Read 3803 times)

Offline BenTaylor

  • Full Member
  • ***
  • Posts: 107
  • Karma: 4
AttributeCallState
« on: June 01, 2010, 05:25:05 PM »
Advertisement
Does anyone have a list of descriptions for AttributeCallState?

Thanks,

Ben

Offline Steve

  • Sr. Member
  • ****
  • Posts: 298
  • Karma: 11
Re: AttributeCallState
« Reply #1 on: June 04, 2010, 11:34:13 AM »
Is this what you want?

typedef enum {
  CallStateOk,
  CallStateTransferred,
  CallStateConferenced,
  CallStateGeneralError,
  CallStateSystemError,
  CallStateRemoteRelease,
  CallStateBusy,
  CallStateNoAnswer,
  CallStateSitDetected,
  CallStateAnsweringMachineDetected,
  CallStateAllTrunksBusy,
  CallStateSitInvalidnum,
  CallStateSitVacant,
  CallStateSitIntercept,
  CallStateSitUnknown,
  CallStateSitNocircuit,
  CallStateSitReorder,
  CallStateFaxDetected,
  CallStateQueueFull,
  CallStateCleared,
  CallStateOverflowed,
  CallStateAbandoned,
  CallStateRedirected,
  CallStateForwarded,
  CallStateConsult,
  CallStatePickedup,
  CallStateDropped,
  CallStateDroppednoanswer,
  CallStateUnknown,
  CallStateCovered, /* 5/5/98 */
  CallStateConverseOn,
  CallStateBridged,

  CallStateDeafened = 49, /* added 9/15/99 by epi */
  CallStateHeld    = 50  /* (see common/gcti.h)  */

} TCallState;

Offline BenTaylor

  • Full Member
  • ***
  • Posts: 107
  • Karma: 4
Re: AttributeCallState
« Reply #2 on: June 08, 2010, 09:08:06 AM »
Thanks

Offline vandam

  • Newbie
  • *
  • Posts: 1
  • Karma: 0
Re: AttributeCallState
« Reply #3 on: May 19, 2017, 05:28:05 AM »
Is this what you want?

The values for CallState are (from 0->33):-

AttributeCallState 0 CallStateOk: Any call status except those specified below.
AttributeCallState 1 CallStateTransferred: This is a transferred call.
AttributeCallState 2 CallStateConferenced: This is a multiparty call.
AttributeCallState 3 CallStateGeneralError: The call failed because of a general error.
AttributeCallState 4 CallStateSystemError: The call failed because of a system error.
AttributeCallState 5 CallStateRemoteRelease: The call is released from another telephony object.
AttributeCallState 6 CallStateBusy: The call is receiving the Busy Tone.
AttributeCallState 7 CallStateNoAnswer: The call has not been answered in a specified time interval.
AttributeCallState 8 CallStateSitDetected: The call is receiving a special information tone.
AttributeCallState 9 CallStateAnsweringMachineDetected: The call is receiving an answering machine greeting.
AttributeCallState 10 CallStateAllTrunksBusy: The call is receiving the Network Congestion tone.
AttributeCallState 11 CallStateSitInvalidnum: The call is receiving the Invalid Number tone.
AttributeCallState 12 CallStateSitVacant: The call is receiving the Vacant tone.
AttributeCallState 13 CallStateSitIntercept: The call is receiving the Intercept tone.
AttributeCallState 14 CallStateSitUnknown: The call is receiving an unknown special information tone.
AttributeCallState 15 CallStateSitNocircuit: The call is receiving the No Circuit tone.
AttributeCallState 16 CallStateSitReorder: The call is receiving the Reorder tone.
AttributeCallState 17 CallStateFaxDetected: The call is receiving a fax/modem answer signal.
AttributeCallState 18 CallStateQueueFull: The call has been released because the call queue in question was full.
AttributeCallState 19 CallStateCleared: One party in a two-party call has disconnected after the call was answered.
AttributeCallState 20 CallStateOverflowed: The call has been overflowed away from the party in question by an ACD Overflow feature.
AttributeCallState 21 CallStateAbandoned: Caller in a two-party call has disconnected before the call was answered, for example, while in incoming call queue.
AttributeCallState 22 CallStateRedirected: The call has been redirected away from the party in question by another application.
AttributeCallState 23 CallStateForwarded: The call has been forwarded to another telephony object. (RONA - SIP Server takeback).
AttributeCallState 24 CallStateConsult: This call is a consultation call with respect to another call.
AttributeCallState 25 CallStatePickedup: The call has been picked up by another telephony object after it was offered to the telephony object in question.
AttributeCallState 26 CallStateDropped: The call has been dropped or released from an established three-way call.
AttributeCallState 27 CallStateDroppednoanswer: The call has been dropped or released from an established three-way call before being answered.
AttributeCallState 28 CallStateUnknown: The call state is unknown.
AttributeCallState 29 CallStateCovered: The call has been covered by another telephony object after it was offered to the telephony object in question. The CoveragePass functionality has to be activated on the switch for the DN where the call appears.
AttributeCallState 30 CallStateConverseOn: The call has been delivered to a treatment device (IVR). This call state is used when a call is being placed into several queues.
AttributeCallState 31 CallStateBridged: Third party (supervisor) has been connected to a call for monitoring purposes (Service Observing). The Service- Observing functionality has to be activated on the switch for the DN or Queue where the call appears.
AttributeCallState 32 CallStateDeafened: The party cannot listen to the conversation, but can be heard by the conference members.
AttributeCallState 33 CallStateHeld: The party cannot hear or be heard by the conference members.