Skip to main content

I am not receiving events after answer inbound call, no any events even when hang up phone
Here events which I subscribed:

"/restapi/v1.0/account/~/extension",

"/restapi/v1.0/account/~/extension/~/presence?detailedTelephonyState=true&sipData=true",

"/restapi/v1.0/account/~/extension/~/telephony/sessions?statusCode=Disconnected",

Here app permissions of webhook app:
Call Control, Edit Presence, Read Accounts, Read Messages, Read Presence, Ring Out, Webhook Subscriptions

On outbound call I receive all events and all works perfectly.
Don't know what the problem with Inbound call events.
I only received event when ringing after answer the call stop receiving any events for this call.
Please help me with my problem


You are using the extension telephony session event notification. Were those inbound calls dialed to the registered extension's phone number?

/restapi/v1.0/account/~/extension/~/telephony/sessions

You can do a quick test by using the account level notification to see if you get the event or not

/restapi/v1.0/account/~/telephony/sessions


Reply