Want to have a webhook subscribed to an event when the caller calls and greeting is being played to the caller. The only event which I was able to find is “phone.callee_ringing”, which is triggered when the desk phone starts ringing.
In our environment the following workflow has been implemented:
- Inbound Call is played a greeting
- Then the call is tranferred to all the available extensions - which rings the deskphone (This event is getting captured through “phone.callee_ringing” event type)
During “Closed Hours”: - Inbound Call is played a greeting, along with option for transfer to emergency number.
- If the user does not opt for emergency number, the user gets transferred to voicemail.
In both scenarios (During and After Business Hours) I want to capture the event immediately when the Inbound calls comes in and greeting is played to him.
Anyone have identified the event or implemented for such a scenario.