you're joking?
From: openh323gk-users-admin@xxxxxxxxxxxxxxxxxxxxx [mailto:openh323gk-users-admin@xxxxxxxxxxxxxxxxxxxxx] On Behalf Of Reaz@xxxxxxxxx
Sent: Tuesday, March 07, 2006 10:48 AM
To: openh323gk-users@xxxxxxxxxxxxxxxxxxxxx
Subject: Re: Integrate Sip Proxy into GnugkHII want to integrate sip with gnugk.can u tell me total integration process.ThanksREAZ
cn_zhx <cn_zhx@xxxxxxxxxxxx> wrote:Hi all,
Is there anyone interested in integrating Sip Proxy function
into gnugk?
-----ÓʼþÔ¼þ-----
·¢¼þÈË: openh323gk-users-admin@xxxxxxxxxxxxxxxxxxxxx
[mailto:openh323gk-users-admin@xxxxxxxxxxxxxxxxxxxxx] ´ú±í
openh323gk-users-request@xxxxxxxxxxxxxxxxxxxxx
·¢ËÍʱ¼ä: 2006Äê3ÔÂ5ÈÕ 12:08
ÊÕ¼þÈË: openh323gk-users@xxxxxxxxxxxxxxxxxxxxx
Ö÷Ìâ: Openh323gk-users digest, Vol 1 #2257 - 2 msgs
Send Openh323gk-users mailing list submissions to
openh323gk-users@xxxxxxxxxxxxxxxxxxxxx
To subscribe or unsubscribe via the World Wide Web, visit
https://lists.sourceforge.net/lists/listinfo/openh323gk-users
or, via email, send a message with subject or body 'help' to
openh323gk-users-request@xxxxxxxxxxxxxxxxxxxxx
You can reach the person managing the list at
openh323gk-users-admin@xxxxxxxxxxxxxxxxxxxxx
When replying, please edit your Subject line so it is more specific
than "Re: Contents of Openh323gk-users digest..."
Today's Topics:
1. gk.h:110: `PConfig' was not declared in this scope
(Reaz@xxxxxxxxx)
2. alternate gatekeeper round robin (rahul)
--__--__--
Message: 1
Date: Sat, 4 Mar 2006 06:02:27 -0800 (PST)
From: "Reaz@xxxxxxxxx"
To: openh323gk-users@xxxxxxxxxxxxxxxxxxxxx
Subject: gk.h:110: `PConfig' was not declared in this
scope
Reply-To: openh323gk-users@xxxxxxxxxxxxxxxxxxxxx
--0-1730860876-1141480947=:21449
Content-Type: text/plain; charset=iso-8859-1
Content-Transfer-Encoding: 8bit
Hi all,
I am trying to compile gnugk.pwlib and openh323 has compiled without
error.But when i am trying to compile openh323gk its give following
error massage.plz help me.
[root@root Gnugk]# make optnoshared
make P_SHAREDLIB=0 opt
make[1]: Entering directory `/opt/Gnugk'
g++ -DHAS_PGSQL=1 -I/usr/include/mysql -DHAS_MYSQL=1
-DLARGE_FDSET=10240 -DHAS_RADIUS=1 -DHAS_MSG_NOSIGNAL=1
-D'MANUFACTURER=GNU' -D'PROGRAMMNAME=Gatekeeper' -DPTRACING
-DP_USE_PRAGMA -D_REENTRANT -DOPENSSL_NO_KRB5 -Wall
-I/usr/local/lib/pwlib/include -DPTRACING
-I/usr/local/lib/openh323/include -DMAJOR_VERSION=2 -DMINOR_VERSION=2
-DBUILD_NUMBER=4 -Os -felide-constructors -c main.cxx -o
obj_linux_x86_r/main.o
In file included from main.cxx:21:
gk.h:110: `PConfig' was not declared in this scope
gk.h:110: `cfg' was not declared in this scope
gk.h:111: parse error before `&' token
make[1]: *** [obj_linux_x86_r/main.o] Error 1
make[1]: Leaving directory `/opt/Gnugk'
make: *** [optnoshared] Error 2
Thanks
reaz
---------------------------------
Yahoo! Mail
Use Photomail to share photos without annoying attachments.
--0-1730860876-1141480947=:21449
Content-Type: text/html; charset=iso-8859-1
Content-Transfer-Encoding: 8bit
Hi all,
I am trying to compile gnugk.pwlib and openh323
has compiled without error.But when i am trying to compile openh323gk
its give following error massage.plz help me.
[root@root Gnugk]# make optnoshared
make P_SHAREDLIB=0
opt
make[1]: Entering directory `/opt/Gnugk'
g++
-DHAS_PGSQL=1 -I/usr/include/mysql -DHAS_MYSQL=1
-DLARGE_FDSET=10240 -DHAS_RADIUS=1 -DHAS_MSG_NOSIGNAL=1
-D'MANUFACTURER=GNU' -D'PROGRAMMNAME=Gatekeeper' -DPTRACING
-DP_USE_PRAGMA -D_REENTRANT -DOPENSSL_NO_KRB5 -Wall
-I/usr/local/lib/pwlib/include -DPTRACING
-I/usr/local/lib/openh323/include -DMAJOR_VERSION=2 -DMINOR_VERSION=2
-DBUILD_NUMBER=4 -Os -felide-constructors -c main.cxx -o
obj_linux_x86_r/main.o
In file included from
main.cxx:21:
gk.h:110: `PConfig' was not declared in this
scope
gk.h:110: `cfg' was not declared in this scope
gk.h:111:
parse
error before `&' token
make[1]: *** [obj_linux_x86_r/main.o]
Error 1
make[1]: Leaving directory `/opt/Gnugk'
make: ***
[optnoshared] Error 2
Thanksreaz
Yahoo! Mail
href="">Use Photomail to share photos without annoying
attachments.
--0-1730860876-1141480947=:21449--
--__--__--
Message: 2
Date: Sat, 4 Mar 2006 06:55:56 -0800 (PST)
From: rahul
To: openh323gk-users@xxxxxxxxxxxxxxxxxxxxx
Subject: alternate gatekeeper round robin
Reply-To: openh323gk-users@xxxxxxxxxxxxxxxxxxxxx
--0-1090437960-1141484156=:9913
Content-Type: text/plain; charset=iso-8859-1
Content-Transfer-Encoding: 8bit
I am using gnugk 2.2
primary gatekeeper is in 192.168.0.3
alternate gatekeeper is in 192.168.0.2
I want the calls to be handled in the round robin fashion so what
should i do in the ini file ?????
primary GK ini file
[Gatekeeper::Main]
Fourtytwo=42
Name=Gk1
Home=192.168.0.3,127.0.0.1,219.65.131.212
RedirectGK=Endpoints > 4 || Calls > 1
AlternateGKs=192.168.0.2:1719:false:120:Gk2
SendTo=192.168.0.2:1719
#SkipForwards=192.168.0.3:192.168.0.2
[RoutedMode]
GKRouted=1
H245Routed=1
AcceptNeighborsCalls=1
SupportNATedEndpoints=1
[GKStatus::Auth]
Rule=allow
alternate Gk file is
[Gatekeeper::Main]
Fourtytwo=42
Name=Gk2
[RoutedMode]
GKRouted=1
H245Routed=1
AcceptNeighborsCalls=1
SupportNATedEndpoints=1
[GKStatus::Auth]
Rule=allow
I could see all the registration in the alternate Gk when I connect it
through telnet
whenever there is a call more than 1 it gets rejected.Well I don't
want this to happen but it should be done in the alternate
Gatekeeper......
---------------------------------
Yahoo! Mail
Bring photos to life! New PhotoMail makes sharing a breeze.
--0-1090437960-1141484156=:9913
Content-Type: text/html; charset=iso-8859-1
Content-Transfer-Encoding: 8bit
I am using gnugk 2.2primary gatekeeper is in 192.
168.0.3alternate gatekeeper is in 192.168.0.2
I want the calls to be handled in the round robin fashion so what
should i do in the ini file ?????primary
GK ini file
[Gatekeeper::Main]
Fourtytwo=42
Name=Gk1
Home=192.168.0.3,
127.0.0.1,219.65.131.212
RedirectGK=Endpoints > 4 || Calls >
1
AlternateGKs=192.168.0.2:1719:false:120:Gk2
SendTo=192.168.0.2:1
719
#SkipForwards=192.168.0.3:192.168.0.2
[RoutedMode]
GKRouted
=1
H245Routed=1
AcceptNeighborsCalls=1
SupportNATedEndpoints=1<
BR>[GKStatus::Auth]
Rule=allow
alternate Gk file is
[Gatekeeper::Main]
Fourtytwo=42
Name=Gk2
[RoutedMode]
G
KRouted=1
H245Routed=1
AcceptNeighborsCalls=1
SupportNATedEndpo
ints=1
[GKStatus::Auth]
Rule=allowiv>I
could see all the registration in the alternate Gk when I connect it
through telnetwhenever there is a call more than 1 it gets
rejected.Well I don't want this to happen but it should be done in the
alternate Gatekeeper......
Yahoo! Mail
Bring photos to life! href="">New PhotoMail makes sharing a breeze.
--0-1090437960-1141484156=:9913--
--__--__--
_______________________________________________
Openh323gk-users mailing list
Openh323gk-users@xxxxxxxxxxxxxxxxxxxxx
https://lists.sourceforge.net/lists/listinfo/openh323gk-users
End of Openh323gk-users Digest
-------------------------------------------------------
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid0944&bid$1720&dat1642
_______________________________________________________
Posting: mailto:Openh323gk-users@xxxxxxxxxxxxxxxxxxxxx
Archive: http://sourceforge.net/mailarchive/forum.php?forum_id?49
Unsubscribe: http://lists.sourceforge.net/lists/listinfo/openh323gk-users
Homepage: http://www.gnugk.org/
Yahoo! Mail
Bring photos to life! New PhotoMail makes sharing a breeze.