Hi,
If I change the status of a FOP2 on the "Do not Disturb",
CLI> database show /fop2state/SIP/10194 : Do not Disturb
If I change the status from asterisk
exten => 777,1,Answer() exten => 777,n,Wait(1) exten => 777,n,Set(CHAN=${CUT(CHANNEL,-,1)}) exten => 777,n,Set(DB(fop2state/${CHAN})=Break)
CLI> database show /fop2state/SIP/10194 : Break
but the button in the FOP2 status remains "Do not Disturb", until I restart fop2 service.
How do I update a user's status?
asterisk 1.8
centos 6.2
fop2 2.26