How to use a sip handle_response_invite as trigger in a dialplan

I receive from a provider a sip status update on an invite from trying to session progress.

In the debug log:
chan_sip.c:23450 handle_response_invite: SIP response 183 to standard invite

I would like to use this update event as a trigger to achieve an action in the dialplan.

Any ideas how this could be done?

Regards,

Geert Sillekens

The dialplan doesn’t currently present a mechanism to trigger off of events like this. You may be able to see such an event on AMI but you would have to write external logic to then do what you need.