LinuxMCE Forums
June 19, 2013, 09:37:53 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 ... 9 10 [11] 12 13 ... 18
151  LinuxMCE / Users / Re: Respond to events (howto?) on: July 27, 2012, 01:51:04 pm
i have problem's on 1004   too

on DCErouter.log  i have  but no command's send .



07      07/27/12 9:43:52.099            Event #9 has no handlers <0x5cdabb70>
07      07/27/12 9:43:52.099            Received Message from 39 (Frente / Recepçao) to -1001 (unknown / ), type 2 id 9 Event:Sensor Tripped, retry none, parameters: <0x5cdabb70>
07      07/27/12 9:43:52.099              Parameter 25(Tripped): 1 <0x5cdabb70>
05      07/27/12 9:43:52.099            Socket::ReceiveData 0x916d2668 failed, bytes left 0 start: 3980000 1: 0 1b: 0 2: 0 2b: 0 m_Socket: 168 Incoming_Conn Socket 168 127.0.0.1 <0x5cdabb70>
05      07/27/12 9:43:52.100            Socket::ReceiveString2 ReceiveData failed m_Socket: -1 Incoming_Conn Socket 168 127.0.0.1 <0x5cdabb70>
05      07/27/12 9:43:52.100            TCPIP: Closing connection to -1003 (Router Dev #0) 0x916d2668 m_Socket: -1 <0x5cdabb70>
05      07/27/12 9:43:52.100            Router::RemoveAndDeleteSocket 0x916d2668 -1003 <0x5cdabb70>
08      07
152  LinuxMCE / Users / Re: Home door video phone on: July 27, 2012, 01:46:35 am
Thom  whe you said
"Yes, copy the commands from a camera scenario on a media director, to a new event responding to "Doorbell" ... done.

this isn't that hard, fellas.

-Thom"

can you point me where a can find this commands
thanks
Carlos
153  LinuxMCE / Users / Android TouchOrbiter on: July 25, 2012, 01:13:04 pm
Hi,

someone who uses the android touch orbiter can see the security cameras?

by weborbiter I need to click on refresh to see updated images, but the android touch orbiter I do not see anything
154  LinuxMCE / Installation issues / Re: 10.04 / asterisk / creating phones on: July 24, 2012, 04:11:58 pm
Brononi ,

i found a error on scripts that create  this extensions .

i need some time to fix then .
   

155  LinuxMCE / Installation issues / Re: 10.04 / asterisk / creating phones on: July 24, 2012, 03:57:03 pm
hi  brononi,

i do the same config   on my  instalation and  i can't reproduce  this  error .

what device template  you used to create this cisco phones ?
156  LinuxMCE / Users / Re: Where are the Asterisk Files? on: July 24, 2012, 01:02:08 pm
you can configure on  Telecom | Call routing

what phones need to ring
157  LinuxMCE / Users / Re: Where are the Asterisk Files? on: July 24, 2012, 12:11:26 pm
to add phones  you need to   lmce-admin  -> wizard ->devices ->phones
158  LinuxMCE / Users / Re: Where are the Asterisk Files? on: July 24, 2012, 11:27:09 am
well , 
to manage  password can you go to  phones  on lmce-admin  you can view all of yor phones ,

for now no control panel to show phones, status.
159  LinuxMCE / Users / Re: Where are the Asterisk Files? on: July 20, 2012, 03:17:24 pm
i have create a script to configure  cisco 7940 as a sccp 

but  the correct url  is not /admin/   is /lmce-admin/ 


your  10.04  us updated ?
160  LinuxMCE / Installation issues / Re: Sip.conf location on: July 20, 2012, 12:03:14 pm
can you check  on database   asterisk  table extensions

if your line  is confgured  to use SIP  or SPA

like this

"on this example the 3134710606  is name of my phone line"

dialout-trunk,SPA/3134710606,${EXTEN:1},,

you need to change to

dialout-trunk,SIP/3134710606,${EXTEN:1},,

161  LinuxMCE / Users / Re: 10.04 + squeezeslave + Startech ICUSBAUD107 woes on: June 27, 2012, 12:44:12 am
on my i can do

aplay -L
default:CARD=CK804
    NVidia CK804, NVidia CK804
    Default Audio Device
front:CARD=CK804,DEV=0                 # hw:0,0
    NVidia CK804, NVidia CK804
    Front speakers
surround40:CARD=CK804,DEV=0            # hw:0,1
    NVidia CK804, NVidia CK804
    4.0 Surround output to Front and Rear speakers


a play with

aplay -D front:CARD=CK804,DEV=0 somefile.wav
162  LinuxMCE / Users / Re: 10.04 + squeezeslave + Startech ICUSBAUD107 woes on: June 21, 2012, 08:38:27 pm
can you  play any file  from aplay to usb sound card ?
163  LinuxMCE / Users / Re: 10.04 + squeezeslave + Startech ICUSBAUD107 woes on: June 16, 2012, 02:37:03 pm
or you can try  to remove  bluetooth-alsa

with
apt-get purge bluez-alsa

164  LinuxMCE / Users / Re: 10.04 + squeezeslave + Startech ICUSBAUD107 woes on: June 16, 2012, 02:27:20 pm
like sambuca said

i found this  on ubuntu forum

"Quote:
Originally Posted by froller 
Same problem here after upgrade. I turned my bluetooth services back on:

http://ubuntuforums.org/showthread.php?t=1136720

System -> Administration -> Services

and it cleared the problem up. Turn them back on and they return. Config bug with bluetooth?

I am on an aspire 7520 amd64 build in gnome.
THANK YOU SO MUCH! The error is gone.

But, still, when I type "espeak Hello" I hear "Hehl-" and it cuts out before he can finish saying "Hello." It's not quite fixed."

165  LinuxMCE / Users / Re: 10.04 + squeezeslave + Startech ICUSBAUD107 woes on: June 16, 2012, 02:17:24 pm
other question

on aplay -l   you can see and play on usb sound card ?
Pages: 1 ... 9 10 [11] 12 13 ... 18
Powered by MySQL Powered by PHP Powered by SMF 1.1.18 | SMF © 2013, Simple Machines Valid XHTML 1.0! Valid CSS!