PhantomVl / sccp_manager

SCCP Manager
35 stars 19 forks source link

Add support for "displayOnWhenIncomingCall" setting in XML config #90

Open philpem opened 3 years ago

philpem commented 3 years ago

Some Cisco phones allow the display to be automatically turned back on when there is an incoming call. This is done by setting the "displayOnWhenIncomingCall" option (in the same XML section as displayOnDuration) to 1.

Usecallmanager.nz has the details: https://usecallmanager.nz/sepmac-cnf-xml.html

Would it be possible to have this added to the settings interface?

PhantomVl commented 3 years ago

You can fix the template file for the desired phone group yourself. But it will be for all devices. If this does not suit you, please describe your problem in more detail.

philpem commented 3 years ago

That's the workaround I've used.

This overrides the display on/off times and idle days - if a phone call is received, the display will always light up to show the Caller ID information.

My request is to have this option added to that part of the settings interface so I can set it like a normal option - instead of having to edit the templates.

I think the display on/off times are part of the global settings anyway, so this being similarly global to all phones wouldn't be an issue.