ADHOC extension display oddity

I've got a system running FreePBX 2.11 with Asterisk 11.4.0.

When an ADHOC user logs in their extension will turn green.
When they log out it will turn grey then quickly back to green.

I opened up developer tools in chrome and noticed

When the user logs in the button goes green and this displayed.
7,qualify=ok en slot 0

When the user logs out the button goes grey and this displayed.
7,qualify=notok en slot 0
7,state=DOWN en slot 0

Then immediately afterwards the button goes back to green and this is displayed.
7,qualify=ok en slot 0

Any ideas?

Comments

  • Start the fop2_server in level 15 debug (edit /etc/sysconfig/fop2 and set something like: OPTIONS="-d -X 15 -l /tmp"). Then look in /tmp for the output.log or fop2_debug.log (depending on your fop2 version) and look for the *manager* events just before the last qualify=ok.
Sign In or Register to comment.