Join
![]() |
Connects a contact to a conference call. |
Supported Script Types
![]() |
Phone |
Properties
Property | Details |
---|---|
ConferenceID |
|
Branches
Branch | Details |
---|---|
Default |
Path taken unless the script meets a condition that requires it to take one of the other branches. It is also taken if the other branches are not defined. |
OnError |
Path taken when the action fails to execute properly. |
Tips & Tricks
- The Join action must be used in conjunction with a Conference action.
- Until a previous Conference action has generated a Conference ID, the Join action will not have enough information to be executed.
- Typically the conference host will generate a Conference ID and then store that value in a file, a database, or a global list. Subsequent callers then query the Conference ID and use it to join the call.
- For one possible method of storing the Conference ID, see Putvalue and Getvalue.