Let’s say I want to create a caller ID popup application that would allow me to click and send an already ringing incoming call to either voicemail or just to hang it up.
Let’s also assume Asterisk is currently in a Dial command ringing my handset for an incoming call; is there a way to interrupt that Dial while it’s ringing and perform the chosen action, and not just wait until it times out before doing so?
From a user perspective, if the phone is ringing and I chose to Hangup or Send to voicemail, then I would expect the phone to stop ringing right away and perform the chosen action as soon as I click, and not 5 seconds after.
Thanks !