Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - Megart.vlad

Pages: [1]
1
Developers / Re: Asterisk is not work with LinuxMCE1004
« on: February 20, 2011, 07:23:07 pm »
It's Patch for SVN directory src/Asterisk. For Asterisk 1.6 and FreePBX 2.8

I want do deb package for freepbx and asterisk 1.6.
Are you want have asterisk from standart package or have own package asterisk-pluto without install asterisk from standart repo?

2
Developers / Re: Asterisk is not work with LinuxMCE1004
« on: February 05, 2011, 11:28:29 pm »
Patch for Phones:
Asterisk 1.6.2.16
FreePBX 2.8

asterisk.tar.gz -- Compiled Asterisk and FreePBX 2.8
pluto.tar -- Changes scripts (sync_pluto2amp.pl, create_amp_broadvoice.pl) for add trunk broadvoice (can used for other SIP providers)(Lines) and Phones

For delete use FreePBX (192.168.80.1/admin/index.php)

sudo su
rm /etc/asterisk/* /var/lib/asterisk/* /var/www/admin/ /var/www/panel/ /var/www/_asterisk/ /usr/sbin/amportal /etc/amportal.conf -Rf
cd /usr/src/
wget officetele.com/media/kunena/attachments/63/asterisk.tar.gz
tar xfvz /usr/src/asterisk.tar.gz -C /
mysql -uroot asterisk < /tmp/asterisk_freepbx.sql
amportal restart
wget officetele.com/media/kunena/attachments/63/pluto.tar
tar xfv pluto.tar
mv sync_pluto2amp.pl /usr/pluto/bin/
mv create_amp_broadvoice.pl /usr/pluto/bin/

Reboot or Reload

After
apt-get update && apt-get upgrade -y
do:
wget officetele.com/media/kunena/attachments/63/pluto.tar
tar xfv pluto.tar
mv sync_pluto2amp.pl /usr/pluto/bin/
mv create_amp_broadvoice.pl /usr/pluto/bin/
rm pluto.tar

Because files will change.

3
Developers / Re: Asterisk is not work with LinuxMCE1004
« on: January 23, 2011, 05:34:23 pm »
It's news from http://linuxmce.org/index.php/news/developer
Sunday, 05 December 2010 10:27

"Best regards Peer Oliver Schmidt Release Manager LinuxMCE Ohhhh, and one more thing: Preliminary support 1004 is available. This is more than bleeding edge. svn download the new-installer on a 1004 install, and see what happens."

I have updates every day.

Someboby update asterisk?


4
Developers / Re: Asterisk is not work with LinuxMCE1004
« on: January 23, 2011, 02:30:49 pm »
Dear developers. Please, tell, what a problem with work Asterisk 1.6 in LinuxMCE 1004?
After each new installation I find new problems. Perhaps, I can help to start Asterisk 1.6 normal work with FreePBX 2.8 (or 2.2).

Today I not found file /etc/asterisk/extensions_additional.conf
It's need for FreePBX. FreePBX is not work. Sip users in not adding in mysql base (asterisk).
Sip trunk is adding in mysql base, but not adding in asterisk's conf files.

5
Developers / Asterisk is not work with LinuxMCE1004
« on: January 23, 2011, 12:31:31 pm »
Asterisk 1.6 is not run. When Asterisk is run, not load chan_sip.so

I have placed it in tracker (http://svn.linuxmce.org/trac.cgi/ticket/963)

Decision:
Do installation:
wget -c deb.linuxmce.org/ubuntu/new-installer-latest.tar.gz
tar xvf new-installer-latest.tar.gz
cd new-installer
./pre-install-from-repo.sh
./mce-install.sh

After that we do:
vi /etc/asterisk/modules.conf
Add in section [modules]
noload => app_voicemail_imap.so
noload => app_voicemail_odbc.so :wq

cp /etc/asterisk/sip.conf /etc/asterisk/sip_general_custom.conf
> /etc/asterisk/sip_general_custom.conf
cp /etc/asterisk/sip_general_custom.conf /etc/asterisk/sip_nat.conf
cp /etc/asterisk/sip_general_custom.conf /etc/asterisk/sip_registrations_custom.conf
cp /etc/asterisk/sip_general_custom.conf /etc/asterisk/sip_general_additional.conf
cp /etc/asterisk/sip_general_custom.conf /etc/asterisk/sip_custom.conf
cp /etc/asterisk/sip_general_custom.conf /etc/asterisk/sip_registrations.conf
cp /etc/asterisk/sip_general_custom.conf /etc/asterisk/sip_additional.conf
cp /etc/asterisk/sip_general_custom.conf /etc/asterisk/sip_notify.conf
cp /etc/asterisk/sip_general_custom.conf /etc/asterisk/sip_registration.conf
chown asterisk:asterisk /etc/asterisk/*

rm /usr/share/asterisk/agi-bin/ -R
ln -s /var/lib/asterisk/agi-bin/ /usr/share/asterisk/

vi /var/lib/asterisk/bin/freepbx_engine

Change string:
/usr/sbin/asterisk -rx "stop gracefully"

On:
/usr/sbin/asterisk -rx "core stop gracefully"

vi /usr/sbin/safe_asterisk
Change:
BACKGROUND=0

On:
BACKGROUND=1

./post-install.sh
reboot

After that asterisk and sip is work. But have problem with communications with Orbiter. I can call, but whet softphone is ring, I am not see that in Orbiner, only listen. Not see Active call.

I think, problem with change API command in Asterisk 1.6 (need begin with "core" (core show channels, and any)).

6
Developers / Re: RPC Plugin overview
« on: September 06, 2010, 04:15:53 pm »
It is very interesting. The plug-in needs to be install for use?
I search a way of creation the user interface for simple users only, without administrations.
you need to create a new device below the core, select the RPC plugin in the device template selector and make sure that the RPCPlugin.so file resides in the pluto/bin directory

br Hari

I install plugin, but RPCPlugin.so file is not resides in the pluto/bin directory.
Can I install it's manually?

7
Developers / Re: RPC Plugin overview
« on: September 04, 2010, 08:06:27 pm »
Can I start Scenarios from Web with help of RPC plugin?

8
Developers / Re: RPC Plugin overview
« on: July 29, 2010, 08:44:07 am »
It is very interesting. The plug-in needs to be install for use?
I search a way of creation the user interface for simple users only, without administrations.

9
Developers / Re: CM15A and LinuxMCE
« on: May 14, 2010, 06:13:35 pm »
At our test-lab we have several x10 devices:
CM11A and CM15A computer interfaces;
OccupancySensor / Motion Detector MS13E
Door / Window sensor DS18
Appliance module AM12
Transceiver module TM13


When we use CM11A, MS13 could be added and works well. At the same time DS18 even couldn't be seen in logs. It could be thought that its a problem of TM13, but accordingly to user manual it configured to P network and logs say that it sees C11 – this means that it should see network A.

When we use CM15A, MS13 could be added, but fails to work. In logs could be seen the next: I think you Want C11 on, I think you Want C11 off. DS18 could be seen in logs as: I think you Want A1 off. C11 – address of MS13. A1 - address of DS18. These logs are obtained with LogLevel 10 in /etc/pluto.conf.

We've noticed that if MS13 was added with use of CM11A and then switch to CM15A it will also work well.

CM15A still stop working once a day. Only server reboot helps. It was tested on different servers.

We are ready to provide remote access to check written above problems.

Sincerely yours

Pages: [1]