hclsampleapps / kandy-api-tracker

It would list down all the APIs along with it's current state
https://hclsampleapps.github.io/kandy-api-tracker/
MIT License
0 stars 0 forks source link

Make call, end call, answer, hold call – fails #11

Open ribbon-abku opened 5 years ago

ribbon-abku commented 5 years ago

After the webrtcSubscription, it fails saying it doesn’t find client correlator POST https://oauth-cpaas.att.com/cpaas/webrtcsignaling/v1/c650d1ea-8c08-4e4f-bee5-72a23be39d59/sessions returns 403.

{"requestError":{"serviceException":{"messageId":"SVC2000","text":"The following service error occurred: %1. Error code is %2","variables":["There is not any subscription with client correlator","403"]}}}

Hold call calls the smsSend object?

        holdCall.proceedTo = function(data) {

            console.log('holdCall:', data);

            (Preferences.toMonitor) ? smsSend.initialize(cpaasUrl,

                userToken.tokenData.id_token,

                userToken.tokenData.access_token

            ): appBar.abortMonitor();

        }

        holdCall.skipTo = function() {

            console.log('holdCall, skipped');

            (Preferences.toMonitor) ? smsSend.initialize(cpaasUrl,

                userToken.tokenData.id_token,

                userToken.tokenData.access_token

            ): appBar.abortMonitor();
ribbon-neve commented 5 years ago

Make Call is working fine after WebRTC subscription.

For Answer Call, Its API work fine unless some one is logged in on CodePen and making call to the corresponding user on API tracker using its primary contact ID postfix sip.

For Hold Call and End Call, we need to check the functionality, working on it.