Hi,
I'm trying to use the change presence plugin. When I click on another user, I can see the dropdown list but when I select a status, the status is not updated. I'm running ./fop2_server -X 3 and I don,t see anything when I change the status of another user.
If I change my own status, I do see this :
127.0.0.1 -> Action: Command
127.0.0.1 -> Command: database put fop2state SIP/200 "Out to lunch"
127.0.0.1 -> Action: UserEvent
127.0.0.1 -> UserEvent: FOP2ASTDB
127.0.0.1 -> Family: fop2state
127.0.0.1 -> Key: SIP/200
127.0.0.1 -> Channel: SIP/200
127.0.0.1 -> Value: Out to lunch
127.0.0.1 <- Response: Follows
127.0.0.1 <- Privilege: Command
127.0.0.1 <- Updated database successfully
--END COMMAND--
127.0.0.1 <- Response: Success
127.0.0.1 <- Message: Event Sent
127.0.0.1 <- Event: UserEvent
127.0.0.1 <- Privilege: user,all
127.0.0.1 <- UserEvent: FOP2ASTDB
127.0.0.1 <- Action: UserEvent
127.0.0.1 <- Family: fop2state
127.0.0.1 <- Key: SIP/200
127.0.0.1 <- Channel: SIP/200
127.0.0.1 <- Value: Out to lunch
Running fop2 on a vanilla Asterisk 11.X
Thx !