Displaying 3 results from an estimated 3 matches for "gkserver".
Did you mean:
gjserver
2005 Jun 25
4
Asterisk and Cisco CallManager Integration
Hello,
I have Cisco CallManager 3.3.4 and Asterisk@Home latest version. I have
earlier tried getting Asterisk to register with CCM via H323 and failed.
Back then, I learned that this is a known bug in Asterisk. Also people who
tried doing that had also succeeded in getting calls to go through only one
direction like from CCM to Asterisk. I am not that expert so excuse my
ignorance with this
2005 Mar 09
0
Subject: Re: What combination of pwlib and openh323 are required to get Asterisk-oh323 v0.7.1 to compile
.../pwlib/lib:/usr/src/openh323/lib
--------------------------------------------------------
cd /usr/src/pwlib
./configure
make opt
cd /usr/src/openh323
./configure
----------------------------------------------------------
Remove the line 433 (:protected)
in /usr/src/openh323/include/gkserver.h
else you would get the below error during compilation
/usr/src/openh323/include/gkserver.h:434: error: `virtual
H323Transaction::Response H323GatekeeperRRQ::OnHandlePDU()' is
protected
----------------------------------------------------------
make opt
cd /usr/src/asterisk-oh323-0...
2005 Mar 07
1
What combination of pwlib and openh323 are required to get Asterisk-oh323 v0.7.1 to compile
Hi there
I have Asterisk running beautifully on our test server. Over the past few
days I have been tearing my hair out trying to compile various versions of
asterisk-oh323 on various versions of pwlib and openh323.
pwlib is now up to 1.8.3 and openh323 is now 1.15.2 stable.
asterisk-oh323 is currently 0.7.1
I have tried these three with many errors.
I have tried 0.7.1 with pwlib 1.5.2 and