Presence - remove Other

  1. 14 years ago

    Hi,
    Probably a simple one but I'd like to remove "Other" from the drop-down for presence. I can't see it in the presence.js so thinking this is hard-coded?

    Reason being, my curious users are setting themselves to "Other" and wondering why they won't get any calls!

    Thanks for any advice.

    Regards,
    Andy

  2. admin

    25 Aug 2010 Administrator

    Hi Andy,

    As you guessed , it is hardcoded. I will have to write some kind of option in order to disable the "other" state.

  3. No problem, thank you for the quick reply.
    It's actually not a major issue for me, what I've done (for anyone else curious) is made my users aware of this by changing a bit of the visible javascript code:
    index.html (line 60):

    <select id='presence' name='presence' onChange='alert("Changing this sets you to DND on the phone system, so CANNOT receive calls!\rSo remember to set it back to Available");setState(this);'>

    As you can see this just pops a box up to warn people that changing this sets it on the phone system! Simple and works ;-)

    Regards,
    Andy

or Sign Up to reply!