Search results

  1. H

    Fake extension ringing state

    Thank you, I think you're right. I don't see any issues with using CC instead. But the questions remains, how to make a "fake-extension" that rings and registered ringing status correctly while it does.
  2. H

    Fake extension ringing state

    Hi All, I'm trying to accomplish an incoming number being routed to a fifo-queue (or similiar) ending up on a fake-extension so people can pick calls from the queue via a blinking BLF. I've got it working with a fifo and monitoring it with "queue+*771" (*771 being the fifo). However the status...
  3. H

    Follow me status - notify to Yealink BLF LED

    Hi @KonradSC Thanks for your response and sorry for my late reply.. I tried to include and modify the event-section from agent_status to follow_me.lua but I never got it to make any difference so I removed it again. I may have failed in setting it up correctly... The interesting thing is that...
  4. H

    Follow me status - notify to Yealink BLF LED

    Hi again, I've tried to get the Follow Me LED working and I'm almost there. The only thing that's not working right now is the Notify from the pbx to the phone, it always contains <state>confirmed</state> meaning the lamp will get activated no matter if I'm enabling or disabling the feature. For...
  5. H

    Follow me status - notify to Yealink BLF LED

    Thank you @Adrian Fretwell I will give it a go and see if I can get it solved by myself.
  6. H

    SOLVED Agent status & BLF

    Solved it by adding the following to /etc/freeswitch/autoload_configs/lua.conf.xml <!-- FusionPBX: Support BLF for Agent Status --> <param name="startup-script" value="blf_subscribe.lua agent"/>
  7. H

    SOLVED Agent status & BLF

    Nevermind this, I figured it out. Only thing that not seems to be working with this awesome feature is the subscribe-function from the phones to the agent+[agent name] I've noticed that if I restart the phone there's no status on the key until the status is actually changed once, either by...
  8. H

    Follow me status - notify to Yealink BLF LED

    Hi there! I'm willing to pay someone that can create a feature that changes the BLF LED on Yealink phones depending on the Follow Me status on a user extension. Much like the feature that's available for Call Center agent status here: https://www.pbxforums.com/threads/agent-status-blf.549 My...
  9. H

    SOLVED Agent status & BLF

    Is this currently Master-branch only? Running 4.4 branch. Anyone got it working on 4.4? I've replaced what seems to be the affected files without success.
  10. H

    SOLVED follow me delays not be being followed

    Hi @benw I'm experiencing the exact same thing as you. Follow me not honoring delay on oubound numbers. I've tried rolling back the php with no success. Did you rollback only follow_me.php, or whole FusionPBX? How did you do it exactly? Also do you mind posting your version of follow_me.php...
  11. H

    Prevent last remaining agent from leaving Call Center

    Okey cool, do you mind pointing me in the right direction? Not really sure where to start looking. :) Maybe it can be done directly in the dialplan? Will primarily be using dialplan to log in/log out agents.
  12. H

    Prevent last remaining agent from leaving Call Center

    Hi. Is it possible to deny the last logged in agent in a Call Center queue to logout from queue? It's crucial in our case that there's always at least one agent logged in. Thanks in advance!