LinuxMCE Forums
May 19, 2013, 09:53:37 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  
  Show Posts
Pages: [1] 2 3 ... 24
1  LinuxMCE / Feature requests & roadmap / Re: Status / overview page? on: March 05, 2013, 01:51:38 pm
If i'm not wrong, it doesn't really check your TIMEzone. But it looks more at your timeZONE.  Lips sealed
Have a check what you see when you do 'more /etc/timezone'. If all is well, you should see your city. Or at the least a city nearby.

more /etc/timezone
Code:
Europe/Brussels
2  LinuxMCE / Feature requests & roadmap / Re: Status / overview page? on: February 18, 2013, 07:55:43 am
These are the blocks that i'm using for the weather:


Quote
$_LOCALTIMEZONE = file_get_contents('/etc/timezone', NULL, NULL, 0, 1000);
$_LOCALWEATHER = $_LOCALTIMEZONE;
$_FORECAST = str_replace("/","_",$_LOCALWEATHER);

echo "<script src=\"http://www.weatherforecastmap.com/weather21.php?zona=$_FORECAST\"></script>";
3  LinuxMCE / Feature requests & roadmap / Re: Status / overview page? on: February 15, 2013, 07:39:07 am
And why shouldn't I give a damn?  Angry


Normally, the weather part is based on the timezone.
I'm from Europe/Belgium, so this is outside the United States. And it works over here.

What's your timezone if i may ask?
This way i can change my server's timezone and have a look why it's not working for you.

ps This will not be in the next 2 weeks. I'm busy with another project that takes up all my time now... So please be patient...
4  LinuxMCE / Users / Re: Change default phone menu on: January 20, 2013, 08:45:47 am
So you don't use the general/family mailbox?
I'll give it a try...
5  LinuxMCE / Users / Re: Change default phone menu on: January 18, 2013, 06:51:17 pm
Mmm, not really clear to me.  Embarrassed

In 'call routing', i can perfom following:
  • Step 1: ring extensions
  • Step 2: forward to voicemail

But in step 2, i can only select a users voicemail, not the general one?
And how many 'seconds' are passing between step 1 and step 2?
6  LinuxMCE / Users / Re: Change default phone menu on: January 18, 2013, 03:24:00 pm
The problem is that i've got a default computer voice with some bla-bla-bla after 45sec...
The setting is correct (45sec), but the voicemail that's been forwarded isn't.

The menu:
  • If you know the direct extensi...
  • To call everybody in the house, dial
  • To call Bruno (?), dial
  • To call...
  • To leave a mess...

I just want that whatever situation it is (one person home, sleeping, away...), the phone should go directly to the general voicemailbox.
95% of my callers will never use those kind of menu's, i think that even more then 80% won't even bother to listen to an english menu. :$
7  LinuxMCE / Feature requests & roadmap / Re: Status / overview page? on: January 17, 2013, 02:33:49 pm
Done...

And link is updated in first post...
8  LinuxMCE / Users / Re: VPN setup (change port 500) on: January 17, 2013, 02:29:47 pm
Complain to your provider?
 
Grin  Grin   Grin

You won't believe how many people complain of this. Telenet is one of the biggest broadband providers in Belgium.
Their response? Buy a professional connection with us when you want to host a server.
Can you believe that? These days still commercial b*llsh*t ...
9  LinuxMCE / Feature requests & roadmap / Re: Status / overview page? on: January 17, 2013, 02:02:11 pm
tried to install this - the zip file is reported as invalid.

Give it a try with:
Code:
tar -zxvf status.zip
10  LinuxMCE / Users / VPN setup (change port 500) on: January 17, 2013, 01:40:04 pm
Hey,

I think that the vpn tunnels are by default created with UDP500 and UDP4500?

Unfortunelly, my provider blocks all ports below 1024.
Any suggestion what i need to change in order to have this work?

11  LinuxMCE / Users / Re: Alert Logs on: January 15, 2013, 08:33:12 am
Maybe some extra strange (interesting?) information:

With the motion detection of the camera's itself, i've got only 1 picture taken.
With a movement eib sensor, i've got 3 pictures taken (2 KO, 1 OK).
12  LinuxMCE / Feature requests & roadmap / Re: Status / overview page? on: January 15, 2013, 07:44:45 am
grrrr,

I'll need to add that webfolder to my restore procedure.  Embarrassed
Should be online again...


(and now, update my restore procedure...)
13  LinuxMCE / Users / Alert Logs on: January 14, 2013, 05:56:53 pm
Hey,

I've got some IP-camera's, and some sensors.
When i now have a sensor that's triggerd, the camera takes a snapshot. I configured this asis through 'security > active sensors'.

The problem i'm having is that when i check 'security > alert logs', i've got 3 pictures at that timestamp.
2 with 'photo not available', and 1 with a nice picture.

Any idea what goes wrong? Or where i can check (uncheck) this?
14  LinuxMCE / Users / Re: [SOLVED] Voicemail in 1004 on: January 14, 2013, 07:56:40 am
i have the same problem in languae French
i make chown www-data:www-data gsm*

I think you've got an issue with the command. Shouldn't it be:
Code:
chown asterisk:asterisk *.gsm
or with complete path:
Code:
chown asterisk:asterisk /usr/share/asterisk/sounds/pluto/*.gsm


Can you else give us an output of following command?
Code:
ls -l /usr/share/asterisk/sounds/pluto
15  LinuxMCE / Users / Re: Change default phone menu on: January 12, 2013, 07:42:49 am
Hey,

The phones, external line and routing is working perfect.
The only thing i would like to change is the default phone menu that answer if nobody is home (or busy, or...).
Pages: [1] 2 3 ... 24
Powered by MySQL Powered by PHP Powered by SMF 1.1.18 | SMF © 2013, Simple Machines Valid XHTML 1.0! Valid CSS!