Open
Description
One issue I noticed with park-only dialplan is that if for some reason the inbound socket process fail or die, then the parked calls will remained in freeswitch db (show calls
) will list out the calls, filling out freeswitch internal db until it max out and freeswitch not accepting any new calls.
Is there something can be done in the dialplan other than just calling park
, so that if there's no inbound server to process the call, it will just terminate the channel similar to outbound socket ?