similar to: Asterisk-Addons install success-Could not find ooh323.conf

Displaying 20 results from an estimated 1000 matches similar to: "Asterisk-Addons install success-Could not find ooh323.conf"

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
2006 May 10
4
CentOS 4.x and ooh323
I'm trying to add 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
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
2007 Jul 18
1
Issue in insatlling addons-1.4.2
Hi, I'm using Asterisk-1.4.7.1. Everything was working fine. Now I'm trying to Install Asterisk-addons-1.4.2. The procedure I followed is as... # cd asterisk-addons-1.4.2 #./configure #make menuselect #make #make install Everything is going fine except make install. I've tried many times, but the same error I'm gettiing--- The error is--- asterisk-addons-1.4.2]# make install
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
2007 Jan 09
1
ooh323c calls
Hi, I have two asterisk servers where softphone A is connected to asterisk A. On those two asterisk servers, ooh323c is installed. I tried to call a "test" context on asterisk B from softphone A. But I always fall into context "default" of asterisk B. ( I don't know how to tell asterisk A extensions.conf to call asterisk B "test" context) Here are conf
2006 Jun 27
2
Addon-ooh323 install problem
Hello all, I have problem. I can't makel asterisk addon, asterisk-ooh323. I use Asterisk and addons svn version. OS:redhat EL4 Linux 2.6.9-5.EL #1 Wed Jan 5 19:22:18 EST 2005 i686 i686 i386 GNU/Linux Please help me . [root@asterisk asterisk-ooh323c]# make make all-am make[1]: Entering directory `/usr/local/src/asterisk-addons/asterisk-ooh323c' source='src/chan_h323.c'
2006 Dec 07
1
-- Called 12127773456@OOH323 Segmentation fault (core dumped)
OOH323 Debugging Enabled -- Executing Answer("SIP/3513-090f7d40", "") in new stack -- Executing Wait("SIP/3513-090f7d40", "1") in new stack -- Executing DeadAGI("SIP/3513-090f7d40", "a2billing.php|1") in new stack -- Launched AGI Script /var/lib/asterisk/agi-bin/a2billing.php a2billing.php|1: line:58 - IDCONFIG : 1
2007 Jan 05
1
ASterisk OOH323c
Hello, I have asterisk 1.4 with ooh323c addons installed. (As I am a newbie in voip world...my question might be idiot...! ;) Please forgive me!) I succeed to make H323 call when ooh323c is configured as gateway (gatekeeper=DISABLE in ooh323.conf). When I put gatekeeper= ip_address, and add an account as follow : [aaa] type=friend username=aaa password=xxxx host=dynamic context=test
2008 Feb 08
1
(no subject)
Hi, I am trying to communicate H323 and SIP users. I have configured h323.conf, sip.conf and ooh323.conf. If I am using gatekeeper (gnugk) then I am able to call successfully to h323 users using SJphone. And same for SIP users also. But when I disabled gatekeeper and trying to call using gateway with sjphone then every time whatever number I dial the call goes to asterisk and some computerized
2005 Sep 29
4
OOH323C
hi has any one used OOH323C i tried this it is installed but do not know how to configure has any one used this, what is the best h323 addon to use with asterisk
2007 Jul 17
1
Music on hold problem
Hi, I am using asterisk 1.4. I have confgured the musiconhold.conf file. However, when i make a call and then hold the call it does nothing. in the CLI i do not see the starting/stopping musiconhold messages. i am making calls from sip to h323 using asterisk assip/h323 gateway (with gnugk and ooh323). i get the following messages when putting the call on hold: -- Executing [204 at default:1]
2006 Mar 24
1
chan_h323 problem
Hello, I installed Asterisk from CVS on Redhat Linux 9 and working with chan_h323 module and g729/g723 free codecs too. My network connection diagram: ---------------------------------------------- X-lite/X-Pro-->Asterisk--chan_h323-->GnuGK--->AS5300-->PSTN boldsoft*CLI> show version Asterisk CVS-v1-0-03/24/06-15:27:08 built by root@boldsoft on a i686 running Linux I can make
2005 Aug 06
2
How to test H.323
I'm trying to set-up H.323 support under Asterisk. I built a recent CVS release and the ooh323c code from the asterisk-addons. Everything built and installed and the H.323 stuff loads OK when asterisk starts. What is the easiest way to check if the H.323 code is working? I've edited the h323.conf and extensions.conf files but I'm sure that things aren't right. I've
2007 Feb 06
0
ooh323 drops registration with Cisco IOS GateKeeper - bug or config issue?
All, I'm running (attempting to) ooh323 with Asterisk and a Cisco 2621XM router operating as a H.323 GateKeeper, however when I bring the Asterisk box up it registers successfully with the GateKeeper (exchanges GRQ/GCF, then RRQ/RCF) it notes the GateKeeper supports keepalive at 300 seconds, when it gets to time to re-register its sends an RRQ again and gets rejected with RRJ (unspecified
2006 Mar 24
1
making ooh323 authenticate gateway just like sip does
Can someone tell me how I can configure ooh323.conf to accept call from h323 gateway (only the authorized h323 gateway) to my asterisk. I will be glad to know how this can be done. I tried the setting as in ooh323.conf [abcd] type=user context=default ip=62.193.1XX.2XX disallow=all allow=gsm allow=ulaw this gateway can make call, even if these lines are commented out and you restart the
2008 Jan 25
3
Finding difficulty in installing Asterisk
Hi all, Please help me in installing Asterisk. I am getting the following error when trying to install Libpri [treepr at CDC5S3FB-174202 Asterisk]$ cd libpri-1.4.2 [treepr at CDC5S3FB-174202 libpri-1.4.2]$ make clean rm -f *.o *.so *.lo *.so.1 *.so.1.0 rm -f testprilib libpri.a libpri.so.1.0 rm -f pritest pridump rm -f .depend [treepr at CDC5S3FB-174202 libpri-1.4.2]$ make install gcc -Wall
2006 Mar 15
1
ooh323 Gatekeeper Bug
Dear All, It seems that there is a bug on the ooh323 while using registering with gatekeeper. The gatekeeper is GnuGK and the problem is when the Asterisk recieves a call from the Gatekeeper and routes it back out to an SIP Phone. The call would be connected and immediately dropped after 1-2 seconds connection time. This doesn't happen when ooh323 module isn't registered to a
2007 Feb 23
1
ooh323 hang up after the call is answered
Hi, I'm trying to make ooh323 works with one asterisk box running 1.2.15 version. I can ring from a h.323 to SIP and SIP to H.323, but when the call is finished when the phone is answered. This is the log when I call from the H.323 device to a SIP device: Feb 23 10:57:32 VERBOSE[6096] logger.c: -- Executing Dial("OOH323/Telconet Mantaer-c5f8", "SIP/666|30|TtrwWC")