assistedDialNumber
Dial an external number while the main call will be on hold.
nuxibaIntegration.assistedDialNumber("11078510");
assistedXFerHangUP
When you want to hang the second call up.
nuxibaIntegration.assistedXFerHangUP();
assistedXFerTransferCalls
When you want to transfer the second call to the main call.
nuxibaIntegration.assistedXFerTransferCalls();
assistedXFerUseMainCall
When you want to go back to talk with the main call and put on hold the second one.
nuxibaIntegration.assistedXFerUseMainCall();
assistedXFerUseSecondCall
When you want to go back to talk with the second call and put on hold the main one.
nuxibaIntegration.assistedXFerUseSecondCall();
assistedXFerMakeConference
To start a conference between the main and the second call, you need to be on the main call and execute the method assistedXFerUseMainCall
nuxibaIntegration.assistedXFerMakeConference();
assistedXFerLeaveConference
When you want to leave the conference.
nuxibaIntegration.assistedXFerLeaveConference();
assistedXFerLeaveConference
When you want to hang up the second call while on a conference.
nuxibaIntegration.assistedXFerDropSecondCall();