alien8tive

Member

Last active 11 years ago

  1. 11 years ago
    Fri Jun 14 14:50:15 2013
    alien8tive started the conversation Bug: Tracking Freepbx DND.

    Hi

    FOP2 is working great! The only issue I had was when I installed it on Elastix 2.4.0, the DND was not tracked.
    I fixed the problem as per http://www.fop2.com/documentation-faq.php, but the
    config in extensions_override_fop2.conf was incorrect:

    Config in file:

    exten => *80,n,UserEvent(FOP2ASTDB,Family: fop2state,Channel: ${CHAN},Value: Do not Disturb)

    instead of

    exten => *80,n,UserEvent(FOP2ASTDB|Family: fop2state|Channel: ${CHAN}|Value: Do not Disturb)

    Note: The , must be |

    AND

    exten => *80,n,UserEvent(FOP2ASTDB,Family: fop2state,Channel: ${CHAN},Value: )

    instead of

    exten => *80,n,UserEvent(FOP2ASTDB|Family: fop2state|Channel: ${CHAN}|Value: )

    I do not have any issues, but I wanted to bring this to your attention.

    Regards
    Nathan