JTapiConference

Metreos.Providers.JTapi.JTapiConference

Summary

Conferences two established calls that exist on the same line and device.

Usage

JTapiConference will conference, or 'join', two calls together that have been established on the same line for a given device. Both calls must have been answered already, and both calls must exist on the same line.

Remarks

There must be conferencing resources available in the Cisco Unified Communications Manager deployment for the phone that has both calls.

Action Parameters
Parameter Name.NET TypeDefaultDescription
TimeoutSystem.Int32The Timeout property specifies to the Application Runtime Environment how long to wait for a response from the provider for the current action. The ReturnValue returned in this case is Timeout. The value must be a literal value in milliseconds.
CallId *System.Int64One of the two calls that have been established on the same line.
VolatileCallId *System.Int64One of the two calls that have been established on the same line. This call ID will be destroyed afterwards, because 2 calls are being joined into one. All future call events will be sent up with the ID specified by the CallId action parameter.

No Result Data

Branch Conditions 

Success

No description.

Failure

No description.

Timeout

No description.