DND status update
Hi,
If I change the status of a FOP2 on the "Do not Disturb",
If I change the status from asterisk
How do I update a user's status?
asterisk 1.8
centos 6.2
fop2 2.26
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
Comments
Another problem, I need to change in stutus through AMI.
When running UserEvent over AMI But in the FOP2 user status does not change
thanks
An empty Value?
Thanks
Daniel