Cant park or transfer a call for a second time. Thought this was fixed in freepbx 2.9

Elastix appliance running elastix 2.0 originally with freepbx 2.7
Unable to repark or re-transfer a call. I read that this was address in and corrected if upgraded to freepbx 2.9

Upgrade is done and this feature still does not work. Is this a freepbx issue, asterisk issues or elastix issue? All i know is i have a customer that is not please about it.

Any thoughts or suggestions would be greatly appreciated.

Tim

Add this to features_general_custom.conf

parkedcalltransfers = both
parkedcallreparking = both

Keep in mind that this might cause an obscure security issue over who owns the call but if you want to be able to park and retrieve calls multiple times from multiple extensions it may be a necessary evil.

This is documented in the .conf.sample file

;parkedcalltransfers = caller ; Enables or disables DTMF based transfers when picking up a parked call.
; one of: callee, caller, both, no (default is no)
;parkedcallreparking = caller ; Enables or disables DTMF based parking when picking up a parked call.
; one of: callee, caller, both, no (default is no)

Don’t add those settings in the file, use SIP settings module.