Skip to main content
Solved

Event filter with telephonyStatus

  • 30 October 2020
  • 2 replies
  • 502 views

I set up an integration with the event subscrition

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

It is working well but for each call I receive 3 notifications with the following telephony statuses: Ringing, CallConnected, NoCall.
I am only interested in the NoCall status.

Is it possible to add a paramter to receive only event with this status? I tried to add "&telephonyStatus=NoCall" on the event filter but I have a 400 status when trying to set it up. Is there any specific parameter to reach that goal?

Thanks in advance for the help

Stephanie

2 replies

Userlevel 2
Badge

Unfortunately, there is no telephony status filter.

Thank you for your quick answer on this

Reply