Turn extension button red while ringing

Hello. A customer asked me if it's possible to make the extension button red while it's ringing, to make it easier to tell when an extension is ringing.

Is it possible? I fiddled with presence.js and operator.css to no avail.

Comments

  • It is not possible to do it just by manipulating CSS as you want to target a parent element. It could be possible to do it using jcallback.js and adding the "state" proper function/method to jCallBack(), but it will be surely complicated to do, as state is an "additive" property, where you can have a busy+ringing, free+ringing, etc.
  • I have a customer with 85 extensions and they are begging me for this feature; I suspect that they would be willing to pay a bounty for that additional functionality
  • Hi, contact me via the live help at www.fop2.com and I can tell you how to sponsor a plugin development that will trigger that behaviour. Basically you can pay for development time, there are options at the bottom of www.fop2.com/buy.php. A simple plugin might take one hour , more complex plugins a little bit more. Changing a button css based on ringing state is a simple addition. Best regards,
Sign In or Register to comment.