PLEASE READ BEFORE POSTING:

If you are willing to offer some compensation for a new feature or bug fix, you can use the Help Wanted forum. Start a new topic for each new feature idea, and when someone someone decides to do it, please edit the Roadmap Wiki which lists active work.
LinuxMCE Forums
May 23, 2013, 11:24:24 pm GMT-1 *
Welcome, Guest. Please login or register.
Did you miss your activation email?

Login with username, password and session length
News: Rule #1 - Be Patient - Rule #2 - Don't ask when, if you don't contribute - Rule #3 - You have coding skills - LinuxMCE's small brother is available: http://www.agocontrol.com
 
   Home   Help Search Chat Login Register  
Pages: [1]
  Print  
Author Topic: idea for new phone feature  (Read 1410 times)
cadman97
Regular Poster
**
Posts: 22


View Profile
« on: September 26, 2009, 03:36:19 pm »

Just saw that comcast's new cable boxes have a feature that allows you to snooze a phone number that just tried to call for a pull down amount of time, like 5, 10, 15, 30, 45 and 60 minutes. their reasoning was that customers didn't like the caller id to keep poping up while watching a movie, etc..  is it worth looking into this?
Logged
los93sol
Guru
****
Posts: 396


View Profile
« Reply #1 on: September 27, 2009, 02:04:58 am »

No, what's the point, it will just delay the popup, but the duration between popups will be the same.  Seems pretty pointless to me honestly
Logged
dlewis
Guru
****
Posts: 401


View Profile
« Reply #2 on: September 27, 2009, 04:07:21 pm »

I agree wotj los93sol. If anything, it would be good to pause the movie/TV when a call comes in.
Logged
tschak909
LinuxMCE God
****
Posts: 5101

DOES work for LinuxMCE.


View Profile
« Reply #3 on: September 27, 2009, 05:50:01 pm »

guys, do _NONE_ of you use the telecom system?

WE ALREADY PAUSE WHATEVER IS PLAYING WHEN A CALL COMES IN!

-Thom
Logged
dlewis
Guru
****
Posts: 401


View Profile
« Reply #4 on: September 27, 2009, 06:21:16 pm »

I wrote my message in a way that was confusing... My message was a fact, not an opinion.
Logged
jimbodude
Guru
****
Posts: 372


View Profile
« Reply #5 on: September 27, 2009, 09:25:55 pm »

I think cadman might be referring to a "do not disturb" setting, where no interruptions would happen.  Or maybe a "remind me to call that person back in xx minutes" feature.  I believe DND is already implemented - someone who uses the phone stuff can tell for sure.
Logged
tschak909
LinuxMCE God
****
Posts: 5101

DOES work for LinuxMCE.


View Profile
« Reply #6 on: September 27, 2009, 09:32:23 pm »

call routing can be done on a per house mode feature. This is obvious to anyone who has actually spent some time in the web admin under "Telecom" ....

The feature you ask, can easily be added in the code, all the pieces are there to do it.

-Thom
Logged
donpaul
Guru
****
Posts: 300


View Profile
« Reply #7 on: September 29, 2009, 05:02:43 am »

You can create events right now for do not disturb as I understand it. I found a post by Thom. Once I have the time, I am going to try and set up respond events and timed events that trigger a user do not disturb.

Use the telecom plugin to set the user mode.

The values can be determined by looking up the relevant PK_ for a given table:


mysql> SELECT PK_HouseMode, Description from HouseMode;

+--------------+-----------------------+
| PK_HouseMode | Description           |
+--------------+-----------------------+
|            1 | Unarmed - at home     |
|            2 | Armed - away          |
|            3 | Armed - at home       |
|            4 | Sleeping              |
|            5 | Entertaining          |
|            6 | Armed - Extended away |
+--------------+-----------------------+
6 rows in set (0.02 sec)

mysql> select PK_UserMode, Description FROM UserMode;
+-------------+----------------+
| PK_UserMode | Description    |
+-------------+----------------+
|           1 | At Home        |
|           2 | Away           |
|           3 | Sleeping       |
|           4 | Do not disturb |
+-------------+----------------+
4 rows in set (0.03 sec)

« Last Edit: September 29, 2009, 05:05:13 am by donpaul » Logged
Pages: [1]
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.18 | SMF © 2013, Simple Machines Valid XHTML 1.0! Valid CSS!