LinuxMCE Forums
May 22, 2013, 01:03:24 am 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 [4] 5 6 ... 16
46  LinuxMCE / Users / Re: Asterisk & CallerID on: September 06, 2011, 09:20:22 pm
Some extra info:


asterisk freepabx log:

212.     2011-09-05 18:16:53    SIP/313578...    31357834212    "31357834212" <31357834212>    102-hm1    NO ANSWER    00:06

full log

-- Executing [31357834212@from-trunk:1] Set("SIP/31357834212-b6739188", "__FROM_DID=31357834212") in new stack

rgds

Han
47  LinuxMCE / Users / Asterisk & CallerID on: September 06, 2011, 07:47:35 pm
Hi all,

for the last week I am having some trouble with the incoming caller ID on Asterisk; the caller ID is more or less always my own number. Although I first blamed my provider as they had some capacity problems and in the process screwed my numbers routing in their PABX, after the latter was restored my problem still was not gone. When digging a bit deeper in my router (tcmpdump) and public interface of DCErouter it showed on both occasions the right CallerID comes in but all I can find in the loggings of Asterisk is my own number. The funny thing is it does not happen all the time, just 9 out of 10 times.... It started appearing at the end of August and has been there ever since.

So maybe someone can give me some advice on what else I can check?

TIA

Han
48  LinuxMCE / Users / Re: How to setup LMCE/Mythtv for multicast IPTV receive? on: August 28, 2011, 11:12:18 am
Please remember that the interfaces file gets overwritten from the web admins network page.

Yep, so I have to remind finding this thread when things go tits up.

Bulek,

I get the stream on the other computers within the network using udpxy on my router (WNDR 3700)
vlc with opening link http://192.168.x.x:4022/udp/233.81.233.160:xxxx

kr

Han
49  LinuxMCE / Users / Re: How to setup LMCE/Mythtv for multicast IPTV receive? on: August 28, 2011, 08:17:29 am
We'll,

after a lot of surfing I was able to put the pieces together:

/etc/network/interfaces
Code:
auto lo
        iface lo inet loopback

auto eth0
iface eth0 inet static
        address 192.168.x.x
        netmask 255.255.255.0
        gateway 192.168.x.x

# Static routes for IPTV

up route add -net 224.0.0.0/4 gw 192.168.x.x dev eth0
up route add -net 82.39.121.0/24 gw 192.168.x.x dev eth0
up route add -net 10.252.120.0/22 gw 192.168.x.x dev eth0

auto eth1
iface eth1 inet static
        address 192.168.80.1
        netmask 255.255.255.0


iptables:

Code:
iptables -I FORWARD -s 233.81.0.0/16 -d 224.0.0.0/4 -j ACCEPT
iptables -I FORWARD -s 239.193.0.0/16 -d 224.0.0.0/4 -j ACCEPT
iptables -I FORWARD -s 224.1.3.0/24 -d 224.0.0.0/4 -j ACCEPT
iptables -I FORWARD -s 80.79.34.0/24 -d 224.0.0.0/4 -j ACCEPT
iptables -I INPUT -d 224.0.0.0/4 -j ACCEPT
iptables -I FORWARD -d 224.0.0.0/4 -j ACCEPT
50  LinuxMCE / Users / How to setup LMCE/Mythtv for multicast IPTV receive? on: August 27, 2011, 08:47:02 am
Hi all,

since some time I have FTTH with unencrypted IPTV. After a lot of hassle I now have the IP streams available on my router (igmpproxy and udpx). When connected directly to my router my laptop is able to show the different tv channels through multicast and udpxy (vlc)
Now I want mythtv to be able to tune into the multicast stream but I am having a hard time to get that going. Anybody has any experience how to set up routing and firewall to pass multicast traffic as http streams (udpxy) are not supported in mythtv.

rgds

Han
51  LinuxMCE / Users / Re: Video on MD, sound through Squeezebox on: August 08, 2011, 01:12:51 pm
Posde,

thanks for thinking with me, the option you mention however is problematic for me as the TV is mounted on the wall and the pipe leading up to it is too full.
I know for a fact that it is possible to stream audio as well as video to 2 or more MD's at the same time, I was thinking along that way  Grin

Thanks,

Han
52  LinuxMCE / Users / Video on MD, sound through Squeezebox on: August 08, 2011, 10:32:41 am
Hi all,

In my kitchen I have a MD connected to a Samsung LCD TV but the sound coming from the TV is very poor. In the same kitchen I have a Squeezebox as well. Now I am wondering if it is possible to pipe the audio of the MD through the Squeezbox. I have tried using the Connection Wizard, but both have only outputs so I can't connect the output of the MD to an input on the Squeezebox. Anybody a clue how to get this running or is it maybe not possible...

tia

Han
53  LinuxMCE / Users / Re: Asterisk dutch language files on: July 28, 2011, 12:50:11 am
As we always say: " if it aint Dutch, it aint much"  Roll Eyes
54  LinuxMCE / Users / Re: Asterisk dutch language files on: July 26, 2011, 10:19:43 pm
Yep,

but the quality, at least to Dutch speaking folks, is quit alpha. I am being nice here  Grin
The quality of these files are very good, the best I have heard sofar!

H
55  LinuxMCE / Users / Asterisk dutch language files on: July 26, 2011, 07:20:33 pm
Hi,

came across this website today:

Introducing Carolina!
Recently we had to record new prompts for a customer, and we took the opportunity too record all* default Asterisk PBX prompts.
(*some exceptions because of the Dutch language and geographic problems: no weather and routing)

Because we felt the frustration ourselves, we decided to make these files available to all Dutch Asterisk users out there :-)


So if ur dutch and would like to have asterisk talk in your motherlanguage, go over to the site.... and get your language files

http://www.dialxs.com/wpress/?p=429

To be able to use the files within LMCE you have to place them in the /usr/share/asterisk/sounds/nl folder and apply language settings to your phone setup.

rgds

Han
56  LinuxMCE / Users / Re: Samba share and "use automatically" on: July 26, 2011, 04:24:36 pm
merkur2k,

Clear, I have never changed this setting before (afaik it was always unchecked) but I noticed that the share wasn't used anymore for recordings. My setting is now that "Use Automatically" is checked and everything is like it was.

grtz

Han
57  LinuxMCE / Users / Re: Issue running LinuxMCE on ESXi on: July 25, 2011, 11:15:37 am
I am running LMCE on a different platform being KVM. I have not encountered the double click issue. There is one addition I did for the VM LMCE machine, I added a touchpad as input device that made the response of the system to mouseclicks much better (less lag and more accuracy).

rgds

Han
58  LinuxMCE / Users / Samba share and "use automatically" on: July 24, 2011, 08:36:53 am
I was confronted with the fact that since a week or so my core was filling up with recordings that used to go to my samba share. The message "low disk space" was appearing on all orbiters.
When checking the storage dirs on myth my samba share was not listed anymore. I did run the "/usr/pluto/bin/mythtv_setup.pl" a couple of times manually and it showed my samba drive was not added. Only after I enabled "use automatically" on the share details it was added again and used for recordings as usual.

Do not know if this is caused by any updates (mythtv_setup.pl has got a date of 07/13/2011 but shows no big differences to a backup file I had) or my system started a life on its own, but I wanted all of you to know so that if you get into the same situation.....

rgds

Han
59  LinuxMCE / Users / Re: Updates, asterisk, sccp & 7970 on: July 18, 2011, 06:20:02 pm
Don't know if this helps but I had a similar problem once and found that another device had the same IP as my 7970.  In my case it was a panasonic web cam.  I changed the ip on the webcam and the phone started working. 
Randy

Randy,

you were right! It showed that somewhere in the whole proces all !! of my embedded phones had the mac address and ip address of the 7970. I cannot see why this would happen, probably my DB got screwed. I deleted all of the MD embedded phones. After that I added them again. Then hooked up my 7970, which was directly autodetected and added.

grtz

Han
60  LinuxMCE / Users / Re: Updates & 7970-> proxy-orbiter segfaults on: July 16, 2011, 06:09:06 pm
Problem solved;

After talking to Possy & Uplink on #linuxmce it showed that a directory was missing; /usr/pluto/orbiter/bits. Just did a simple mkdir bits and for one the weborbiter is up and running again.

thx to all

Han
Pages: 1 2 3 [4] 5 6 ... 16
Powered by MySQL Powered by PHP Powered by SMF 1.1.18 | SMF © 2013, Simple Machines Valid XHTML 1.0! Valid CSS!