Non-Triggering
JTapiCallActive indicates that the media of a call has become active.
JTapiCallActive indicates that a call has become active. In practice this can mean, among other scenarios, that a ringing call has been answered by the called party, or that a call has come out of hold.
Knowing that a call is active is important for applications that need to know that the phone is streaming audio. However, if building an application in which this is important, you should be sure to also incorporate the JTapiCallInactive into your script so that you can take the correct action to coincide with the audio streams stopping.
None.
| Parameter Name | .NET Type | Description |
|---|---|---|
| To | System.String | The called number for this call. |
| StackToken | System.String | The JTAPI protocol call ID. |
| CallId | System.Int64 | Unique identifier used to identify which call has become active. |
| DeviceName | System.String | The name of the device that has the active call. |