Member
Last active 11 years ago
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