LinuxMCE Forums
May 22, 2013, 01:57:08 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  
Pages: [1]
  Print  
Author Topic: 0810 alpha and voicemail on diskless MD's problem  (Read 547 times)
bundie
Veteran
***
Posts: 55


View Profile
« on: August 20, 2009, 08:44:37 pm »

Hi you guys,

I took the plunge and deleted my 0710 core and have a go at the 0810 alpha install. Couple of issues I came across:

1) At first my telecom system did not work. I could make outbound calls, but all incoming calls were rejected. After some skimming through the forums I came across this post:

http://forum.linuxmce.org/index.php?topic=8486.0

the "create_pluto_dailplan.pl" file is missing a semi-column. By editting this and running the script manually now my phone system works, yeah! (thanks patricez!). So if any of the devs is reading, this is an issue still laying around (sorry, just more work for u guys)

2) Thanx to Thom for the voicemail fixes in the orbiter screens. However I found out that it works great on my Core, but on my diskless MD's it doesn't work  Sad When I click the voicemail I wanna hear it returns a "file not found" error: "cannot play /var/spool/asterisk/voicemail/default/301/INBOX/msg0000.wav"

So how to fix this?

What i did:

- on the core edit "/etc/exports" and in the CommonDiskless section add:

Code:
/var/spool/asterisk     192.168.80.0/255.255.255.0(rw,no_root_squash,no_all_squash,sync,no_subtree_check)

- on the every MD in the house edit "/etc/fstab", and add:

Code:
192.168.80.1:/var/spool/asterisk /var/spool/asterisk nfs intr,udp,rsize=32768,wsize=32768,retrans=10,timeo=50 1 1

- on the MDs create the "/var/spool/asterisk" dir by:
Code:
# mkdir /var/spool/asterisk

Reboot the system and off I went, now I can play my voicemails everywhere in the house.

OK devs, is this the way to fix this? And should this be implemented in the future alphas? Anyways a big thumbs up for all the work you guys did.

Greets,
Reint.
Logged
tschak909
LinuxMCE God
****
Posts: 5101

DOES work for LinuxMCE.


View Profile
« Reply #1 on: August 21, 2009, 10:02:23 am »

Thank you for this, I will try to roll in a fix for the future alphas.

-Thom
Logged
bundie
Veteran
***
Posts: 55


View Profile
« Reply #2 on: August 21, 2009, 10:05:51 am »

Thank you for this, I will try to roll in a fix for the future alphas.

-Thom

Great Thom,

Thx for all your efforts!

Greets,
Reint.
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!