Hi
We are running FOP2 Version 2.24 paid on Asterisk 1.6.2.10 and have the following set.
; Force blind transfer on asterisk 1.6
blind_transfer = 0
For one user the transfer button is not working, but for other users with the same settings it works fine. Looking at the Asterisk CLI clicking on the transfer button is not kicking off any processes at all.
Other buttons such as pickup and hangup work fine..
Thanks in advance.
Rich
Hi,
Strange, if it works for others it should work for this particular user too. You will have to start fop2_server in debug mode level 15 at least, and see what happens when you try to transfer, so we can get an idea (if fop2 is sending the proper command, and asterisk fails, or fop2 fails to send the correct command to perform the transfer).
s[code]ervice fop2 stop
cd /usr/local/fop2
script capture.log
./fop2_server -X 15
(try to transfer a call on that troublesome extension)
ctrl-C
exit[/code]
From there you will have a capture.log file to investigate the issue, check if asterisk is sending the atxfer command, and if it looks sane or not.
Best regards,