You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, I tried to use webhook and onNewCall event works well.
But onHangUp and onAnswer events are not working.
Even it doesn't console any string.
I tried like this, could you please help me?
Hi, I tried to use webhook and onNewCall event works well.
But onHangUp and onAnswer events are not working.
Even it doesn't console any string.
I tried like this, could you please help me?
createWebhookModule(sipgateio)
.createServer({
port: port,
serverAddress: serverAsdress,
skipSignatureVerification: true
})
.then((webhookServer) => {
console.log("Webhook server connected");
webhookServer.onNewCall(async (newCallEvent) => {
The text was updated successfully, but these errors were encountered: