It should not matter if its anonymous or not. Be sure you have callevents=yes in sip.conf. If you want to debug/troubleshot , you can start fop2 in debug mode and inspect the log after you attempt the transfer, that might give us an idea on what is going on.
service fop2 stop
cd /usr/local/fop2
script capture.log
./fop2_server -X 511
(log into fop2, try to transfer an anonymous call)
ctrl-C
exit
service fop2 start
At that point you will have the capture.log file to look at, start from the bottom for the most recent events and look for a redirect or atxfer command.
Comments
service fop2 stop
cd /usr/local/fop2
script capture.log
./fop2_server -X 511
(log into fop2, try to transfer an anonymous call)
ctrl-C
exit
service fop2 start
At that point you will have the capture.log file to look at, start from the bottom for the most recent events and look for a redirect or atxfer command.
Best regards,