| field name | data type | summary |
name | string | dialog.started |
dialogid | string | Defines the ID of the dialog |
dialog | ECMAScript Object | An ECMAScript object reference to the dialog object identified by the 'dialogid' property of this event. |
connectionid | string | Contains the identifier of the connection that the dialog connection is bridged to,(usually the connectionid that was specified in dialogstart or dialogprepare). |
conferenceid | string | Contains the identifier of the conference that the dialog connection is bridged to, (usually the conferenceid that was specified in dialogstart or dialogprepare). |
eventid | string | Defines the unique identifier for the event. If the event was generated via a <send> request, then this value will match the 'sendid' value. |
eventsource | string | This value will contain the dialog I/O Processor that sent the event. |
eventsourcetype | string | This defines the name of the Event I/O Processor that sent the event. Note that this will always be set to 'dialog'. |
| field name | data type | summary |
name | string | dialog.exit |
dialogid | string | Defines the ID of the dialog |
dialog | ECMAScript Object | An ECMAScript object reference to the dialog object identified by the 'dialogid' property of this event. |
connectionid | string | Contains the identifier of the connection that the dialog connection is bridged to,(usually the connectionid that was specified in dialogstart or dialogprepare).
|
conferenceid | string | Contains the identifier of the conference that the dialog connection is bridged to, (usually the conferenceid that was specified in dialogstart or dialogprepare).
|
values.* | ECMAScript Object | Contains the return values from the VoiceXML dialog, (the values of each of the objects listed in the <exit> element's 'namelist' attribute. |
eventid | string | Defines the unique identifier for the event. If the event was generated via a <send> request, then this value will match the 'sendid' value. |
eventsource | string | This value will contain the dialog I/O Processor that sent the event. |
eventsourcetype | string | This defines the name of the Event I/O Processor that sent the event. Note that this will always be set to 'dialog'. |
| field name | data type | summary |
name | string | dialog.disconnect |
dialog | ECMAScript Object | Contains an ECMAScript object reference to the dialog object identified by the 'dialogid' property of the event. |
dialogid | string | Defines the ID of the dialog |
connectionid | string | Contains the identifier of the connection that the dialog connection is bridged to,(usually the connectionid that was specified in dialogstart or dialogprepare).
|
conferenceid | string | Contains the identifier of the conference that the dialog connection is bridged to, (usually the conferenceid that was specified in dialogstart or dialogprepare).
|
values.* | ECMAScript Object | Contains the return values from the VoiceXML dialog, (the values of each of the objects listed in the <exit> element's 'namelist' attribute. |
eventid | string | Defines the unique identifier for the event. If the event was generated via a <send> request, then this value will match the 'sendid' value. |
eventsource | string | This value will contain the dialog I/O Processor that sent the event. |
eventsourcetype | string | This defines the name of the Event I/O Processor that sent the event. Note that this will always be set to 'dialog'. |
| field name | data type | summary |
name | string | dialog.transfer |
dialog | ECMAScript Object | Contains an ECMAScript object reference to the dialog object identified by the 'dialogid' property of the event. |
dialogid | string | Defines the ID of the dialog |
connectionid | string | Contains the identifier of the connection that the dialog connection is bridged to,(usually the connectionid that was specified in dialogstart or dialogprepare).
|
conferenceid | string | Contains the identifier of the conference that the dialog connection is bridged to, (usually the conferenceid that was specified in dialogstart or dialogprepare).
|
URI | valid URI | Contains the URI describing the destination to which the call is to be transferred to. |
values.* | ECMAScript Object | Contains the return values from the VoiceXML dialog, (the values of each of the objects listed in the <exit> element's 'namelist' attribute. |
maxtime | string | Contains a string in CSS2 format that specifies the maximum amount of time the transfer may stay connected. If the amount of time is to be unlimited, then the value will be defined as 0s. |
connecttimeout | string | Contains a string in CSS2 format which specifies the maximum amount of time to spend when attempting to connect the call. |
aai | string | Contains a string of application-to-application data to be passed to the destination party when establishing the transfer. |
eventid | string | Defines the unique identifier for the event. If the event was generated via a <send> request, then this value will match the 'sendid' value. |
eventsource | string | This value will contain the dialog I/O Processor that sent the event. |
eventsourcetype | string | This defines the name of the Event I/O Processor that sent the event. Note that this will always be set to 'dialog'. |
| field name | data type | summary |
name | string | dialog.terminatetransfer |
dialog | ECMAScript Object | An ECMAScript object reference to the dialog object identified by the 'dialogid' property of this event. |
dialogid | string | Defines the ID of the dialog |
connectionid | string | Contains the identifier of the connection that the dialog connection is bridged to,(usually the connectionid that was specified in dialogstart or dialogprepare).
|
conferenceid | string | Contains the identifier of the conference that the dialog connection is bridged to, (usually the conferenceid that was specified in dialogstart or dialogprepare).
|
reason | string | Contains a description of the reason that the dialog wants the transfer to terminate. |
eventid | string | Defines the unique identifier for the event. If the event was generated via a <send> request, then this value will match the 'sendid' value. |
eventsource | string | This value will contain the dialog I/O Processor that sent the event. |
eventsourcetype | string | This defines the name of the Event I/O Processor that sent the event. Note that this will always be set to 'dialog'. |
| field name | data type | summary |
name | string | dialog.user.* (where '*' is the user event name) |
dialog | ECMAScript Object | An ECMAScript object reference to the dialog object identified by the 'dialogid' property of this event. |
dialogid | string | Defines the ID of the dialog |
connectionid | string | Contains the identifier of the connection that the dialog connection is bridged to,(usually the connectionid that was specified in dialogstart or dialogprepare).
|
conferenceid | string | Contains the identifier of the conference that the dialog connection is bridged to, (usually the conferenceid that was specified in dialogstart or dialogprepare).
|
values.* | ECMAScript Object | Contains the return values from the VoiceXML dialog, (the values of each of the objects listed in the <exit> element's 'namelist' attribute. |
eventid | string | Defines the unique identifier for the event. If the event was generated via a <send> request, then this value will match the 'sendid' value. |
eventsource | string | This value will contain the dialog I/O Processor that sent the event. |
eventsourcetype | string | This defines the name of the Event I/O Processor that sent the event. Note that this will always be set to 'dialog'. |
| field name | data type | summary |
name | string | dialog.prepared |
dialog | ECMAScript Object | An ECMAScript object reference to the dialog object identified by the 'dialogid' property of this event. |
dialogid | string | Defines the ID of the dialog |
connectionid | string | Contains the identifier of the connection that the dialog connection is bridged to,(usually the connectionid that was specified in dialogstart or dialogprepare).
|
conferenceid | string | Contains the identifier of the conference that the dialog connection is bridged to, (usually the conferenceid that was specified in dialogstart or dialogprepare).
|
eventid | string | Defines the unique identifier for the event. If the event was generated via a <send> request, then this value will match the 'sendid' value. |
eventsource | string | This value will contain the dialog I/O Processor that sent the event. |
eventsourcetype | string | This defines the name of the Event I/O Processor that sent the event. Note that this will always be set to 'dialog'. |