DND Problem

Hi Guys,

Having a small issue with DND on FOP2. I have setup my snom phone to send *78 for DND on and *79 for DND off and i have copied the extensions_override_freepbx.conf to /etc/asterisk but it's not holding the DND status on the FOP2 Panel. When you first click it on your phone the FOP2 panel shows the extension rining the number but then after 3 seconds times out and the extension shows as active even though it should be on DND. Any suggestions would be great.

Cheers in advance.
Ben

Comments

  • What asterisk version do you use? How does your manager user permissions looks like? Do you have the FOP2Callbacks.pm in place ? Are you using manual configuration or auto configuration for freepbx?

    If you use asterisk 1.6, you need to add the "all" permission to the manager user.

    Best regards,
  • Hi,

    Thanks for your reply!

    We are using Asterisk 1.4.30 with Free PBX 2.7.0.1

    My manager permissions are:

    read = system,call,log,verbose,command,agent,user,originate
    write = system,call,log,verbose,command,agent,user,originate

    FOP2Callbacks.pm is present at /usr/local/fop2

    We are using autoconfiguration with the admin tool in Freepbx as well.

    Thank you in advance.

    Ben
  • Is your phone actually set to DND in Asterisk/FreePBX?
    asterisk -rx "database show dnd"
    
  • Hi,

    Yes it is:

    [root@vforbpbx fop2]# asterisk -rx "database show dnd"
    /DND/203 : YES

    Cheers
    Ben
  • You are using fop 2.10, right ? Start it in debug mode and look for userevents with fop2state

    service fop2 stop
    /usr/local/fop2/fop2_server -X 15

    I am online if you want to chat...
Sign In or Register to comment.