I have an Opensip / RTPEngine setup where Opensips sends a start recording request to rtpengine when callers are connected. But we have an unfortunet situation where one of the callers can disapear without sending the BYE to opensips so opensips can't send the rtpengine_delete() to rtpengine and the session is stuck and rtpengine records forever.
Is it possible to send the stop recording requset from a 3rd party lets say from a php exec() or somehow?