Feedback

  • Contents
 

Conference Call Process Pseudocode

Global flag to indicate whether this is a new or existing conference

When add to conference button is pressed:

    If this is a new conference

      Assign the Dialer call to the scripter call object

      Reset any existing conference object

      Create the conference with the Dialer call

      Set flag to indicate conference created

    Reset the scripter call object

    Dial the third party

    Prompt to transfer

    If no:

      Disconnect third party

    End function

    Add third party to conference call

End function