Buttons on action bar not in function
Hi!
Anyone else tried FOP2 on Trixbox 2.8.0?
I've installed it OK, and can track extension availibility and status ok. But from the buttons in action bar only a few of them are working (actually only Hangup I think?).
When I try to i.e. transfer a call, absolutely nothing happens. Any suggestions would be appreciated :-)
Best regards
Stian
Anyone else tried FOP2 on Trixbox 2.8.0?
I've installed it OK, and can track extension availibility and status ok. But from the buttons in action bar only a few of them are working (actually only Hangup I think?).
When I try to i.e. transfer a call, absolutely nothing happens. Any suggestions would be appreciated :-)
Best regards
Stian
Comments
It is not easy to debug by forum! Try to catch me on the live help, it can be several things: misconfiguration, fop2 bug, or a user error. What to look for: debug output in the asterisk cli or full log (incrementing verbose and debug levels). Starting fop2_server in debug mode:
And look for the output trying to spot errors or problems (it is very verbose, you might need to capture the output)
Best regards,
Thanks for your reply. I have tries a verbose debug from fop2, and below you'll find the debug output I think is relevant for a try on transfer. As you see, it looks like the Atxfer command is not supported?
Please give me a word if you need more debug information. I'm running on a "out of the box" trixbox 2.8.0 with Asterisk 1.6.0.9-samy-r27.
Best regards
Stian
The interim release you have to add in fop2.cfg:
blind_transfer=1
That will force the use of standard redirection (blind transfers) instead of attendant transfers.
That option is only available since july 20th, and it is not definitive.
That will take care of transfers on asterisk 1.6.
Best regards,
I've tries the blind_transfer=1 option, and it works like hell :-)
For "Dial", "Call pickup" and "Listen" fuctions it seems to be an issue about permissions.
Se debug below. Do you have any idea where these permission issues is?
Best Regards
Stian
You need the "originate" permission for the manager user.. set that up in /etc/asterisk/manager.conf and you will be fine..
Best regards,