ML
    • Recent
    • Categories
    • Tags
    • Popular
    • Users
    • Groups
    • Register
    • Login

    Issues with FOP2 and DND on Asterisk 16

    IT Discussion
    asterisk 16 fop2 do not disturb
    1
    5
    1.1k
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • JaredBuschJ
      JaredBusch
      last edited by JaredBusch

      If you have the FOP2 product installed and you update to Asterisk 16, your DND functionality will break.

      DND can be enabled, but not disabled.

      Here is the solution.

      Source: https://www.bytesolutions.com/asterisk-freepbx-fop2-error-disabling-do-not-disturb-dnd/

      Edit: /etc/asterisk/extensions_override_fop2.conf
      Around line 192 and 267 replace the lines with dbDel with

      192: exten => *79,n,Noop(${DB_DELETE(fop2state/${CHAN})})
      267: exten => *76,n,Noop(${DB_DELETE(fop2state/${CHAN})})
      
      1 Reply Last reply Reply Quote 3
      • JaredBuschJ
        JaredBusch
        last edited by

        Sadly, the dev for FOP2 doesn't hardly ever look at his forum.

        I originally reported it back in February. Mistakenly assumed it was an issue with updating FOP2 at the time.

        http://forum.fop2.com/4691-dnd-broken-since-installing-2-31-21

        1 Reply Last reply Reply Quote 1
        • JaredBuschJ
          JaredBusch
          last edited by JaredBusch

          The latest version (2.31.23) of FOP2 is still broke. When you update, it will break your system again.
          5e2e0fda-bad9-4bc4-b809-49ada80ca407-image.png

          Now, it is only line 192 that needs replaced with this.
          You can search for dbDel to find the line, it is the only instance of it.

          exten => *79,n,Noop(${DB_DELETE(fop2state/${CHAN})})
          

          The reason there is only one location is because the author removed the entire *76 functionality from this override.

          1 Reply Last reply Reply Quote 1
          • JaredBuschJ
            JaredBusch
            last edited by JaredBusch

            Still broke in version 2.31.24.

            Still only the [app-dnd-off] context.

            1 Reply Last reply Reply Quote 0
            • JaredBuschJ
              JaredBusch
              last edited by

              Finally fixed in 2.31.25

              1 Reply Last reply Reply Quote 1
              • 1 / 1
              • First post
                Last post