Displaying 7 results from an estimated 7 matches for "libchan_h323".
2007 Apr 25
1
Asterisk-addons 1.4.1 Released
The Asterisk.org development team has released Asterisk-addons version
1.4.1.
This release contains a large number of fixes, including:
- Fix some memory leaks in res_config_mysql
- Fix various issues in the OOH323 channel driver
- Module updates to be compatible with the latest version of Asterisk 1.4.
A full list of changes is available in the ChangeLog.
Thank you for your support of
2007 Apr 25
1
Asterisk-addons 1.4.1 Released
The Asterisk.org development team has released Asterisk-addons version
1.4.1.
This release contains a large number of fixes, including:
- Fix some memory leaks in res_config_mysql
- Fix various issues in the OOH323 channel driver
- Module updates to be compatible with the latest version of Asterisk 1.4.
A full list of changes is available in the ChangeLog.
Thank you for your support of
2006 May 10
4
CentOS 4.x and ooh323
...dd ooh323c to my asterisk 1.2.7.1 install and did an svn
update of asterisk-addons and followed the readme in asterisk-ooh323c and I
get through the .configure with no errors. But make causes:
rpath /usr/local/lib -L./ooh323c/src -version-info 1:1:0 -lpthread
make: rpath: Command not found
make: [libchan_h323.la] Error 127 (ignored)
I'm not real sure what to try to fix this.
--
Bruce
Nortex Networks
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20060510/fbe535f1/attachment.htm
2007 Jun 21
1
install Asterisk-addons 1.4.2
Hi,
I am trying to install the Asterisk-addons-1.4.2, and when I make install it
prompt me such error messages
make[1]: Entering directory `/usr/src/asterisk-addons/asterisk-ooh323c'
cp .libs/libchan_h323.so.1.0.1 /usr/lib/asterisk/modules/chan_ooh323.so
cp: cannot stat `.libs/libchan_h323.so.1.0.1': No such file or directory
make[1]: *** [install] Error 1
make[1]: Leaving directory `/usr/src/asterisk-addons/asterisk-ooh323c'
make: *** [install] Error 2
How to solve it out?...
2008 Jan 30
1
Facing problem in installing asterisk-addons
Hi,
I have installed GNU gatekeeper. Then I am trying to install asterisk addons. I gave make and then make clean. I worked properly. Then I gave make install. It gave following error.
make[1]: Entering directory `/usr/src/asterisk/asterisk-addons/asterisk-ooh323c'
cp .libs/libchan_h323.so.1.0.1 /usr/lib/asterisk/modules/chan_ooh323.so
cp: cannot stat `.libs/libchan_h323.so.1.0.1': No such file or directory
make[1]: *** [install] Error 1
make[1]: Leaving directory `/usr/src/asterisk/asterisk-addons/asterisk-ooh323c'
make: *** [install] Error 2
Please help me in understan...
2007 Jul 18
1
Issue in insatlling addons-1.4.2
...c/asterisk/asterisk-addons-1.4.2/format_mp3'
/usr/bin/install -c -m 755 format_mp3.so /usr/lib/asterisk/modules
make[1]: Leaving directory `/usr/src/asterisk/asterisk-addons-1.4.2/format_mp3'
make[1]: Entering directory `/usr/src/asterisk/asterisk-addons-1.4.2/asterisk-ooh323c'
cp .libs/libchan_h323.so.1.0.1 /usr/lib/asterisk/modules/chan_ooh323.so
cp: cannot stat `.libs/libchan_h323.so.1.0.1': No such file or directory
make[1]: *** [install] Error 1
make[1]: Leaving directory `/usr/src/asterisk/asterisk-addons-1.4.2/asterisk-ooh323c'
make: *** [install] Error 2
Have anyone any Idea...
2008 Feb 01
1
Asterisk-Addons install success-Could not find ooh323.conf
Hi all,
I have installed Asterisk-addons-1.4.5. I was getting error
cp: cannot stat `.libs/libchan_h323.so.1.0.1': No such file or directory
So, I did following steps:
cp asterisk-ooh323c/.libs/libchan_h323.1.0.1 asterisk-ooh323c/.libs/libchan_h323.so.1.0.1
make install
make samples
It worked properly.But still I am not getting ooh323.conf in /etc/asterisk
Please help me.
Am I doing something...