Call Parking Timeout

This question has been posted several time but nobody never answered it. Is there a way, when the timeout occur for a parked call, to make smothing else than ringing the original caller.

The problem is that we cannot make the difference between a parked call coming back and a new call.

Anyone ?

Not in the standard code but you can modify res_features.c to make it do something else.

You can also use manager API to solve this. But this require some programming also.

Thx for pointing me in the right direction.