Play_Complete

Metreos.MediaControl.Play_Complete

Summary

The Play action is completely and successfully finished upon receiving the Play_Complete event.

Event Parameters
Parameter Name.NET TypeDescription
TerminationConditionSystem.StringThe condition which caused the Play to stop. Possible values for termination condition are as follows:
oed

The prompt(s) were played in their entirety.

maxtime

The amount of time specified by TermCondMaxTime has elapsed (in milliseconds).

maxdigits

The number of digits specified by TermCondMaxDigits has occurred.

digit

The digit specified by TermCondDigit has occurred.

silence

The amount of continuous silence specified by TermCondSilence has elapsed (in milliseconds).

nonsilence

The amount of continuous non-silence specified by TermCondNonSilence has elapsed (in milliseconds).

userstop

The StopMediaOperation was used on operation to abort it.

autostop

The Call Control API ended the operation due to the call ending that was associated with the connection. The normal reasons a call may end are Hangup or BlindTransfer.

timeout

The amount of time specified by CommandTimeout has elapsed (in milliseconds).

ConnectionIdSystem.StringThe same value as the ConnectionId passed in as an action parameter, if it was specified.
ElapsedTimeSystem.Int32The amount of time taken to perform the Play (in milliseconds).