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