MakeCall_Complete

Metreos.CallControl.MakeCall_Complete

Summary

The MakeCall action is completely and successfully finished upon receiving the MakeCall_Complete event.

Usage

None.

Remarks

None.

Event Parameters
Parameter Name.NET TypeDescription
CallIdSystem.StringUnique identifier used to identify this call in all subsequent Call Control API operations. This is the same value that was returned as the result data parameter CallId in the MakeCall action.
MmsIdSystem.UInt32Unique identifier used to identify the media engine in control of this connection. A common use for this ID is to ensure that other connections which will ultimately be conferenced with this connection are all created on the same media engine. This correlation is necessary because all connections in a single conference must all reside on the same media engine. This event parameter will not be populated if the call is in a peer-to-peer relationship.
ToSystem.StringThe final called number for this call. If the call was redirected, transferred, or otherwise translated during call routing, this field should reflect the final called number.
FromSystem.StringThe calling number, or caller ID, for this call.
OriginalToSystem.StringThe originally dialed number for this call.
ConnectionIdSystem.StringUnique identifier used to identify this connection in all subsequent Media Control API operations. This connection may not be fully connected, and therefore not ready to use in most Media Control API by the time it is returned to the script if WaitForMedia is not the default TxRx. This event parameter will not be populated if the call is in a peer-to-peer relationship.
ConferenceIdSystem.StringUnique identifier for the conference that this connection was placed in. This field is valid only if Conference was specified as true in the action. In the case that Conference was set to true and the ConferenceId action parameter was specified, this event parameter will be that same value. If the ConferenceId action parameter was not specified, then this will be a new ID for the new conference.
MediaTxIPSystem.StringThe IP address that the media engine connection should send audio to. This field can only be relied on if WaitForMedia has been set to a value of Tx or TxRx. However, regardless if this field is available as an event parameter, the application server will associate the correct value for this parameter to the connection created for this call when it becomes available at the protocol layer.
MediaTxPortSystem.UInt32The port that the media engine connection should send audio to. This field can only be relied on if WaitForMedia has been set to a value of Tx or TxRx. However, regardless if this field is available as an event parameter, the application server will associate the correct value for this parameter to the connection created for this call when it becomes available at the protocol layer.
MediaTxCodecSystem.StringThe codec that the media engine connection should use when sending audio. This field can only be relied on if WaitForMedia has been set to a value of Tx or TxRx. However, regardless if this field is available as an event parameter, the application server will associate the correct value for this parameter to the connection created for this call when it becomes available at the protocol layer.
MediaTxFramesizeSystem.UInt32The framesize that the media engine connection should use when sending audio. This field can only be relied on if WaitForMedia has been set to a value of Tx or TxRx. However, regardless if this field is available as an event parameter, the application server will associate the correct value for this parameter to the connection created for this call when it becomes available at the protocol layer.