I tried it, but still nothing appears in the FOP2 webclient, except the normal popup for an incoming call.
-- Executing [21@internal-phones:2] UserEvent("SIP/16_yeal-00000047", "ALERT,Family: alert,Channel: SIP/21_snom,Value: Urgent test for you~error~10") in new stack
It is possible that you will have to conver the channel to upper case, try setting it to SIP/21_SNOM in the user event and see if it makes a difference. IF you want to broadcast to all connected users, try the pseudo channel GLOBAL_ALERT.
Comments
Something like
UserEvent(ALERT,Family: alert,Channel: SIP/100,Value: Urgent test for you~error~10)
I tried it, but still nothing appears in the FOP2 webclient, except the normal popup for an incoming call.
-- Executing [21@internal-phones:2] UserEvent("SIP/16_yeal-00000047", "ALERT,Family: alert,Channel: SIP/21_snom,Value: Urgent test for you~error~10") in new stack
exten => 2222,n,UserEvent(Alert,Channel: SIP/111,Family: alert,Value: hello world~error~10)
It is possible that you will have to conver the channel to upper case, try setting it to SIP/21_SNOM in the user event and see if it makes a difference. IF you want to broadcast to all connected users, try the pseudo channel GLOBAL_ALERT.
Best regards,