I have a parked slots button in FOP2. I can park a call in that slot, but not pick it up again. When I hover my cursor over it, the Pickup call text appears, but clicking it has no effect.
Can you help? Version 2.28
Answered by admin
See post in contextThe problem is that call origination is attempted on extension 71 for context parkedcalls_1. If you do not use multiple parking slots (parkplus module), then the correct context should be just "parkedcalls". So you will have to edit the mysql table fop2buttons by hand and change the context from parkedcalls_1 to parkedcalls. Something like this might work:
mysql -u root -p asterisk -e "UPDATE fop2buttons SET context='parkedcalls' WHERE context='parkedcalls_1'"
Then restart FOP2 and try again.
Best regards,