LinuxMCE Forums
June 20, 2013, 06:07:19 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 ... 5 6 [7] 8 9 ... 44
91  LinuxMCE / Users / SPA3102 WITH lmce 10.04 - anyone having it working with PSTN? on: September 13, 2012, 05:31:55 pm
Hya,
is there any user using a working PSTN SPA3102 WITH lmce 10.04?
I'm really facing problems, and so, if someone have it working, i would like to talk about.
Any good soul?
BR,
Paulo
92  LinuxMCE / Users / Radio on 10.04 .m3u? on: September 13, 2012, 03:56:26 pm
Hya,

is file type .m3u supported under the radio scenario?
Tested .pls and works well, but .m3u does not play.
Example: http://www.radioswisspop.ch/live/mp3.m3u
If supported, what is to be done?

BR,

Paulo
   
93  LinuxMCE / Installation issues / Re: Lmce asterisk 10.04 linksys SPA3102 on: September 13, 2012, 11:51:26 am
Paulo ,

i think  that on you version  the script  db_phone_config.sh  is old

can you get the new on svn


http://svn.linuxmce.org/svn/branches/LinuxMCE-1004/src/lmce-asterisk/root/usr/pluto/bin/db_phone_config.sh

Carlos

Carlos,
thx for the info. Shouldn't this script be in the lastest DVD, which was the one i downloaded 3 days ago?
I will give a try later and report.
BR,
Paulo
94  LinuxMCE / Installation issues / Re: Lmce asterisk 10.04 linksys SPA3102 on: September 13, 2012, 02:54:13 am
Name                  spa3102   
Enabled                  yes (marked)
Incoming FAX line    no (not marked)   
Prefix                  9
Username *          3121020606             The username to access provider's service (not webpage), sometimes is the phone number
Password *          lmce                   The password to access provider's service (not webpage)
Phone number *      3121020606   The phone number assigned tAs o you by provider
Host *             dynamic    The host to register your asterisk with provider
Protocol *                SPA


Username and phone number have to be the same.


Thx for the answer, but using protocol SPA, not even tries to register. spa3102 shows:
Code:
PSTN Line Status
Hook State: On Line Voltage: 65 (V)
Loop Current: 0.0 (mA) Registration State: Failed
Last Registration At: 0/0/0 00:00:00 Next Registration In: 54 s

Thx, but it did not work. Anyone?
95  LinuxMCE / Users / Re: Where are the Asterisk Files? on: September 13, 2012, 01:44:52 am
Seth, did you get the spa3102 working with lmce 10.04?
BR,
Paulo
96  LinuxMCE / Installation issues / Re: Lmce asterisk 10.04 linksys SPA3102 on: September 13, 2012, 12:50:30 am
Hya,
i did change at the admin page the host to "dynamic" and protocol to "SPA".
Nothing changed, spa3102 showing
Code:
PSTN Line Status
Hook State: On Line Voltage: 66 (V)
Loop Current: 0.0 (mA) Registration State: Failed

So i did access the mysql asterisk table and under sipdevices, i've found that port was set to 5060, when it should be 5061 (see: http://wiki.linuxmce.org/index.php/Linksys_SPA3102). My older 8.10 also was configured to port 5061
Code:
peer details:
allow=ulaw
canreinvite=no
context=from-trunk
dtmfmode=rfc2833
host=dynamic
incominglimit=1
nat=never
port=5061
qualify=yes
secret=lmce
type=friend
username=spa3102

So, i did change 5060 to 5061.

Code:
Host: localhost
Database: asterisk
Generation Time: Sep 12, 2012 at 08:35 PM
Generated by: phpMyAdmin 3.3.2deb1 / MySQL 5.1.63-0ubuntu0.10.04.1
SQL query: SELECT * FROM `sip_devices` LIMIT 0, 30 ;
Rows: 2
id name context callingpres deny permit secret md5secret remotesecret transport host nat type accountcode amaflags callgroup callerid defaultip dtmfmode fromuser fromdomain insecure language mailbox pickupgroup qualify regexten rtptimeout rtpholdtimeout setvar disallow allow fullcontact ipaddr port defaultuser subscribecontext directmedia trustrpid sendrpid progressinband promiscredir useclientcode callcounter busylevel allowoverlap allowsubscribe allowtransfer ignoresdpversion template videosupport maxcallbitrate rfc2833compensate session-timers session-expires session-minse session-refresher t38pt_usertpsource outboundproxy callbackextension registertrying timert1 timerb qualifyfreq contactpermit contactdeny lastms regserver regseconds useragent
1 200 from-internal allowed_not_screened NULL NULL stsnt6114jeps7r3 NULL NULL udp,tcp NULL NULL friend NULL NULL NULL device <200> NULL NULL NULL NULL NULL NULL 200@device NULL NULL NULL NULL NULL NULL NULL alaw;ulaw NULL NULL 5061 200 NULL no NULL NULL NULL NULL NULL NULL NULL yes yes yes no NULL no NULL yes accept 1800 90 uas NULL NULL NULL yes 500 NULL 120 NULL NULL 0 NULL 0 NULL
2 2122498618 from-trunk allowed_not_screened NULL NULL lmce NULL NULL udp,tcp dynamic never friend NULL NULL NULL 2122498618 NULL NULL spa3102 dynamic port,invite NULL NULL NULL yes NULL NULL NULL NULL NULL alaw;ulaw NULL NULL 5061 spa3102 NULL no NULL NULL NULL NULL NULL NULL NULL yes yes yes no NULL no NULL yes accept 1800 90 uas NULL NULL NULL yes 500 NULL 120 NULL NULL 0 NULL 0 NULL

Then i changed the protocol to SIP, and the asterisk log shows:
Code:
[Sep 12 21:06:36] ERROR[23452]: netsock2.c:263 ast_sockaddr_resolve: getaddrinfo("dynamic", "(null)", ...): No address associated with hostname
[Sep 12 21:06:36] WARNING[23452]: acl.c:582 resolve_first: Unable to lookup 'dynamic'
[Sep 12 21:06:36] WARNING[23452]: acl.c:711 ast_ouraddrfor: Cannot connect
[Sep 12 21:06:36] ERROR[23452]: chan_sip.c:3808 __sip_reliable_xmit: Serious Network Trouble; __sip_xmit returns error for pkt data
[Sep 12 21:06:36] NOTICE[23452]: chan_sip.c:13135 sip_reg_timeout:    -- Registration for 'spa3102@dynamic' timed out, trying again (Attempt #7)

So, it did not work either.

Anyone do have the spa3102 working with lmce 1004?

Another question, regarding the dial rules, outbound, trunk sequences, registration string, etc: is there a way to define the dial rules? trunk sequence? registration string?

Thx in advance!

Paulo

97  LinuxMCE / Installation issues / Re: Lmce asterisk 10.04 linksys SPA3102 on: September 12, 2012, 08:11:49 pm
Hya,
i' m having troubles to make spa3102 work with the lmce 10.04.
On my previous installation, 8.10, it worked like a charm, but now, it seems that they don' t like each other.
spa3102 replies fail to register to lmce 10.04.

Name                  spa3102   
Enabled                  yes (marked)
Incoming FAX line    no (not marked)   
Prefix                  9
Username *          spa3102             The username to access provider's service (not webpage), sometimes is the phone number
Password *          lmce                   The password to access provider's service (not webpage)
Phone number *      2122499999   The phone number assigned tAs o you by provider
Host *             192.168.80.30    The host to register your asterisk with provider
Protocol *                SIP

asterisk 1.8.11-1 also dies when trying to call from one extension to another (2 cisco 7970 phones).

As freepbx is no longer available, i also kindly ask how to customize the dial plan and other parameters, like register string and so on...

If one of the asterisk gurus can give me a help, i would greatly appreciate, as i need the pstn line and also my 2 other voip trunks....

TIA,

Paulo
98  LinuxMCE / Installation issues / Re: 8.10 - Video and Motion problems - codecs - after last update. on: September 11, 2012, 06:44:41 pm
You understood wrong....
F****ck, all again meant i will have to install all again, configure all, test all.....
BTW, i appreciate the given time to help, really.
99  LinuxMCE / Installation issues / Re: 8.10 - Video and Motion problems - codecs - after last update. on: September 11, 2012, 03:58:59 pm
I would believe it, if dependencies execution would not remove/upgrade packages and install others.
Fact is: i had it running perfectly for months, and got screwed after the update. Nothing more, nothing less.
All i asked was for help to find out how to correct the mess.
So, it's time to let 8.10 RIP and try 10.04. F***k, all again...
100  LinuxMCE / Installation issues / Re: Motion problem (libavcodec) on: September 10, 2012, 10:39:28 pm
Hi Posde,
first i did think i made some mistake or whatever, but after looking the apt logs, they list:
-rw------- 1 root root  11849 2012-09-10 16:58 term.log
-rw------- 1 root root 128522 2012-09-08 21:46 term.log.1.gz
-rw------- 1 root root    235 2011-10-04 11:17 term.log.2.gz
-rw------- 1 root root    380 2011-09-20 15:41 term.log.3.gz
-rw------- 1 root root 192419 2011-08-23 14:21 term.log.4.gz
-rw------- 1 root root    297 2011-08-11 14:03 term.log.5.gz
-rw------- 1 root root    240 2011-06-18 19:48 term.log.6.gz
which shows that the last update before the problem was on october 10 2011.
After that, the log from september 08 2012 shows:
Log started: 2012-09-08  18:05:06
(Reading database ... 165023 files and directories currently installed.)
Preparing to replace pluto-pnp-detection 2.0.0.44.11080724366 (using .../pluto-pnp-detection_2.0.0.44.11102025034_i386.deb) ...
Unpacking replacement pluto-pnp-detection ...
Preparing to replace pluto-boot-scripts 2.0.0.44.11090624520 (using .../pluto-boot-scripts_2.0.0.44.11100424915_i386.deb) ...
Leaving `diversion of /usr/sbin/NetworkManager to /usr/sbin/NetworkManager.wraped by pluto-boot-scripts'
Unpacking replacement pluto-boot-scripts ...
Preparing to replace pluto-media-database 2.0.0.44.11071324189 (using .../pluto-media-database_2.0.0.44.11100324900_i386.deb) ...
Unpacking replacement pluto-media-database ...
Preparing to replace pluto-mythtv-player 2.0.0.44.11071324189 (using .../pluto-mythtv-player_2.0.0.44.11102025034_i386.deb) ...
Unpacking replacement pluto-mythtv-player ...
Preparing to replace pluto-website-admin 2.0.0.44.11081824431 (using .../pluto-website-admin_2.0.0.44.11100424906_i386.deb) ...
Unpacking replacement pluto-website-admin ...
Preparing to replace huludesktop 0.9.7-1 (using .../huludesktop_0.9.8-1_i386.deb) ...
Unpacking replacement huludesktop ...
Preparing to replace pluto-remoteassistance 2.0.0.44.11071324189 (using .../pluto-remoteassistance_2.0.0.44.11100324900_i386.deb) ...
Unpacking replacement pluto-remoteassistance ...
Preparing to replace pluto-system-database 2.0.0.44.11081824431 (using .../pluto-system-database_2.0.0.44.11110625088_i386.deb) ...
Unpacking replacement pluto-system-database ...
Setting up pluto-pnp-detection (2.0.0.44.11102025034) ...
Setting up pluto-boot-scripts (2.0.0.44.11100424915) ...

Setting up pluto-media-database (2.0.0.44.11100324900) ...

So, there was an update, and some got broken. Is there a way to fix what is now broken?

I can not start motion, video files do not play (only their audio), trying xine from the cli shows the message unsupported codec Xvid, DivX 5 (DX50) and so on....

If needed, i can send the three last apt logs for analisys.

Thx!



101  LinuxMCE / Installation issues / Re: Motion problem (libavcodec) on: September 10, 2012, 09:20:03 pm
Could you then tell me from where i could download the 8.10 packages (.deb) so i can try to recover what was damaged?
TIA
102  LinuxMCE / Installation issues / Re: Motion problem (libavcodec) on: September 10, 2012, 08:46:33 pm
did not help... my running kubuntu is 8.10, and beside the problem, no video can be played....
All this happened after i did the update.
The last time i did an update was september october 2011, when i unplugged all the system for a house change.
Last week, i reinstalled all the hardware, and all worked like before.
Well, i did see that there was some updates and i did it... and got a screwed system. No motion, no videos.... OMG.
Is there a way to make all work without having to install the whole system from zero?
103  LinuxMCE / Installation issues / Re: Motion problem (libavcodec) on: September 10, 2012, 04:30:12 pm
Hi Posde,
thx for the answer. I did it, but the same error.

dcerouter_1015642:~# motion
motion: symbol lookup error: /usr/lib/i686/cmov/libavcodec.so.51: undefined symbol: lzo1x_decode
dcerouter_1015642:~# apt-cache policy motion
motion:
  Installed: 3.2.9-7
  Candidate: 3.2.9-7
  Version table:
 *** 3.2.9-7 0
        500 http://old-releases.ubuntu.com intrepid/universe Packages
        100 /var/lib/dpkg/status
dcerouter_1015642:~# apt-cache policy libavcodec-unstripped-51
libavcodec-unstripped-51:
  Installed: 3:0.svn20080206-12ubuntu3+unstripped5
  Candidate: 3:0.svn20080206-12ubuntu3+unstripped5
  Version table:
 *** 3:0.svn20080206-12ubuntu3+unstripped5 0
        500 http://old-releases.ubuntu.com intrepid/multiverse Packages
        100 /var/lib/dpkg/status
dcerouter_1015642:~# dpkg -S libavcodec.so.51
libavcodec-unstripped-51: /usr/lib/libavcodec.so.51
libavcodec-unstripped-51: /usr/lib/i686/cmov/libavcodec.so.51
libavcodec-unstripped-51: /usr/lib/i686/cmov/libavcodec.so.51.50.0
libavcodec-unstripped-51: /usr/lib/libavcodec.so.51.50.0
dcerouter_1015642:~#

So, i'm out of ideas on how to make it work Sad
If you can help me further, i will really appreciate it.

TIA
104  LinuxMCE / Developers / Re: MythTV .25 and the New MythTV Services API = Greater Stability for LMCE ? on: September 10, 2012, 01:44:34 am
Hi,

Also, Brasil, Chile, Perú, Argentina, Uruguay, Venezuela, are moving to ISDB-T as digital transmition. I have LMCE 1004 runing with a USB isdb-t tuner dongle and is working with mythtv, but not works on VDR.
Mythtv 0.25 supports HE-AAC LATAM audio (that is used in Latin America), and I tested and it works perfect, I read that VDR couldn't decode this codec, I couldn't make it work with isdb-t.

which isdb-t usb dongle are you using with mythtv? and how did you make it work under lmce?

TIA,

Paulo
105  LinuxMCE / Installation issues / Re: Motion problem (libavcodec) on: September 09, 2012, 10:42:28 pm
I corrected the line (lucid to intrepid), did apt-get update and apt-get upgrade and nothing was downgraded.
Dirty method: which package shall be removed and re-installed?
TIA.
Pages: 1 ... 5 6 [7] 8 9 ... 44
Powered by MySQL Powered by PHP Powered by SMF 1.1.18 | SMF © 2013, Simple Machines Valid XHTML 1.0! Valid CSS!