Open bryanfarris opened 6 years ago
Let me re-check, as I remember transfers was working fine :)
Hi - we are struggling to implement redirect/transfer call feature.
What will be the format of destination ? destination="sip:1111@ipAddress";?
endPointObj.xferCall(account,callInfo, "<sip:1111@ipAddress>").then((data: any) => {
console.log("xferCall", data, this.callInfo);
}).catch((error: any) => {
console.error('xferCall error:', error);
});
Hi - we are struggling with the redirect/transfer call features.
This issue occurs both when we attempt to redirect an incoming call (prior to answering it) and when we attempt to transfer a call after it has been answered.
Here is our code for calling the PJSIP endpoint:
Redirects:
Transfers:
Is there something you see that we are doing wrong?