Home  >  V-Agent  >  DML

Connect

The verb Connect is used to connect the ongoing call to a destination, which can be a telephone number, or a SIP endpoint.

Attributes:

Name Value
action The task to which control should be passed after the connection verb has completed execution.
mode SEQUENTIAL (default) | PARALLEL
record FALSE | MONO_FROM_ANSWER | MONO_FROM_RINGING | DUAL_FROM_ANSWER | DUAL_FROM_RINGING
ringtone Allows you to override the default ringtone played to the caller when executing a connect verb.


Example:
<task> 
   <connect>
      <number>+1650000000</number>
   </connect>
</task> 

© 2024 Complexity Intelligence, LLC