When I issue a command "devstate change Custom:100 INUSE, it’s changing and on the watcher it’s turning red. But on the phone where the extension is registered it’s not flashing the red led.
Is there a way I can do this? What do you suggest guys?
The extension that is registered would need to subscribe to itself to know that. Device state is not a part of registration, so it is not communicated back.
Hi jcolp,
That’s what I am thinking but when I tried to use this
exten => 100,hint,SIP/100&Custom:${EXTEN}
and
exten => 100,hint,SIP/100&Custom:100
still no read flashing on extension 100. But when I tried to call sip 100, hints is flashing so I believe my hint subscription is okay.
Is there something I am missing?
Ahh, sorry about that,
What I am trying to do is make my extension BLF flash red (on my own extension) and send blf to the blf watcher using hints.
I can use devstate command to change the blf on the watcher side by using this command
exten => s,n,Set(DEVICE_STATE(Custom:${CALLERID(num)})=INUSE) it works okay for the watcher (those who have side panels), but the extension itself doesnt go red/blf on.
I think I am already there but there is something missing.
Another question, have you develop something that can be use like for afterhours notification that they are busy? Busy in a sense they can see it on the side panel. Maybe you have another angle that you may think will work?