Error "Unable to start call, PSTN user present with no alternateCallerId" when upgrading from v1.19.0-beta.1 to v1.28 #5925
-
Hi everyone, To fix a security issue in a dependency of However, when updating to the latest version and fixing the options that have changed for the
Here is the way we are using the component:
The error happens even if the
The "Troubleshoot Azure Communication Services PSTN call failures" page is 0% useful for fixing the issue, and googling this error or asking Copilot for help also yields nothing of use. Does anyone know how to fix this issue? Thanks in advance! |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 2 replies
-
@EmilioP94 looking into it, will share the update soon, thanks! |
Beta Was this translation helpful? Give feedback.
-
@EmilioP94 Modify your code to pass
This change aligns with how the current codebase handles alternateCallerId which is now expected to be passed through the options object and is used internally when starting calls with PSTN participants. Let me know if this resolves the issue! |
Beta Was this translation helpful? Give feedback.
@EmilioP94 Modify your code to pass
alternateCallerId
through theoptions
parameter:This change aligns with how the current codebase handles alternateCallerId which is now expected to be passed through the options object and is used internally when starting calls with PSTN participants.
Let me know if this resolves the issue!