CSipCallSubstate
A textual convention containing the list of call substates a SIP call undergoes. The list of substates and their descriptions are given below: 'none' - None of the following. 'sentDns' - A DNS request has been sent to the DNS server. 'proceedingProceeding' - A non-final 1xx response was received, while in rcvdProceeding state. 'rcvdInviteCallSetup' - A SIP INVITE has been received and the call is being set up. 'rcvdInviteProceeding' - A 100 (Trying) response was received for a INVITE request. 'sentEnum' - An ENUM query is in progress. 'ackPending' - An acknowledgement pending for any message sent. 'sentNotify' - A NOTIFY message for any subscribed event was sent. 'callTransferSendByeAlso' - A BYE request was sent with an 'Also' header.
Possible values
9 objects| Number | Name |
|---|---|
| 1 | none |
| 2 | sentDns |
| 3 | proceedingProceeding |
| 4 | rcvdInviteCallSetup |
| 5 | rcvdInviteProceeding |
| 6 | sentEnum |
| 7 | ackPending |
| 8 | sentNotify |
| 9 | callTransferSendByeAlso |