Hi, I met same problem. When I use Gnugk2.2.0 with Advanced Radius server(VOIP), every time when endpoint unregister from gnugk2.2.0. it can't register again. Technical engineer told me every time when endpoint register gnugk. Gnugk will send message to Radius server, Radius server will lock the account of this endpoint. But when endpoint unregister from gnugk. Gnugk didn't send message to radius server, so radius server will not unlock the account. Then next time when endpoint register gnguk. Radius server will refuse it. That's it! Regards, HongXing -----邮件原件----- 发件人: openh323gk-users-admin@xxxxxxxxxxxxxxxxxxxxx [mailto:openh323gk-users-admin@xxxxxxxxxxxxxxxxxxxxx] 代表 openh323gk-users-request@xxxxxxxxxxxxxxxxxxxxx 发送时间: 2004年12月30日 11:05 收件人: openh323gk-users@xxxxxxxxxxxxxxxxxxxxx 主题: Openh323gk-users digest, Vol 1 #1608 - 11 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. voipcall_match_tariff (Roman V. Luschik) 2. Re: Logout Request for CISCO ATA (M.V. Jaga Mohan) 3. Re: voipcall_match_tariff (Zygmuntowicz Michal) 4. Re: Logout Request for CISCO ATA (Zygmuntowicz Michal) 5. Re[2]: voipcall_match_tariff (Roman V. Luschik) 6. Re: Re[2]: voipcall_match_tariff (Zygmuntowicz Michal) 7. Re[4]: voipcall_match_tariff (Roman V. Luschik) 8. some question about the expression on GWPrefix (Michael Chiu) 9. Re: some question about the expression on GWPrefix (Zygmuntowicz Michal) 10. Re: Re[4]: voipcall_match_tariff (Zygmuntowicz Michal) 11. about Memory use of gnugk! (zhanghongxing) --__--__-- Message: 1 Date: Wed, 29 Dec 2004 12:30:40 +0300 From: "Roman V. Luschik" <romal@xxxxxxxxxx> Organization: Duplex LLC To: openh323gk-users@xxxxxxxxxxxxxxxxxxxxx Subject: voipcall_match_tariff Reply-To: openh323gk-users@xxxxxxxxxxxxxxxxxxxxx Hello openh323gk-users, SELECT INTO termuser * FROM match_terminating_user(NEW.calledstationid, trfdst.exactmatch, NEW.calledstationip); I think that there is a mistake. Can be NEW.h323id instead of NEW.calledstationid? Am i right? -- Best regards, e-mail: mailto:romal@xxxxxxxxxx --__--__-- Message: 2 Date: Wed, 29 Dec 2004 01:43:07 -0800 (PST) From: "M.V. Jaga Mohan" <jagan@xxxxxxxxxxxxxxxxxxxxxxxxx> Subject: Re: Logout Request for CISCO ATA To: openh323gk-users@xxxxxxxxxxxxxxxxxxxxx Reply-To: openh323gk-users@xxxxxxxxxxxxxxxxxxxxx How do I do this telnet interface to get registration table ? can u please explain ? regards Jagan --- Zygmuntowicz Michal <m.zygmuntowicz@xxxxxxx> wrote: > You cannot do this with RADIUS, I guess. But you > can talk to the telnet interface to get registration > table > periodically - that's the best solution. You can > even > monitor for RCFs/URQs/UCFs using the telnet > interface. > Then you can update online status of your users in > your > backend. > > ----- Original Message ----- > From: "M.V. Jaga Mohan" > <jagan@xxxxxxxxxxxxxxxxxxxxxxxxx> > Sent: Tuesday, December 28, 2004 11:30 AM > > > > I have problem which I think u can solve. I am > using > > gnugk and radius for authentication. I am using > Cisco > > ATA 186. My problem is when I remove broadband > > connection from the ATA i want my database to be > > updated with some values. I have put RRQ,URQ in > the > > configuration file. After the TimetoLive expires > Gk > > sends IRQ to the ATa and when it does not receive > any > > repsonse from ATA it sends URQ and unregisters. So > > when URQ is issued I want my radius server to > update > > the database. > > How do i do it ? > > > > Thanks > > Jagan > > > > ------------------------------------------------------- > SF email is sponsored by - The IT Product Guide > Read honest & candid reviews on hundreds of IT > Products from real users. > Discover which products truly live up to the hype. > Start reading now. > http://productguide.itmanagersjournal.com/ > > _______________________________________________________ > > List: Openh323gk-users@xxxxxxxxxxxxxxxxxxxxx > Archive: > http://sourceforge.net/mailarchive/forum.php?forum_id=8549 > Homepage: http://www.gnugk.org/ > ===== --__--__-- Message: 3 From: "Zygmuntowicz Michal" <m.zygmuntowicz@xxxxxxx> To: <openh323gk-users@xxxxxxxxxxxxxxxxxxxxx> Subject: Re: voipcall_match_tariff Date: Wed, 29 Dec 2004 12:23:33 +0100 Organization: Quarcom Reply-To: openh323gk-users@xxxxxxxxxxxxxxxxxxxxx No, that's exactly how it is supposed to work. Terminating account/tariff is matched based on dialed number and/or terminating IP, not on the originating party h323id. ----- Original Message ----- From: "Roman V. Luschik" <romal@xxxxxxxxxx> Sent: Wednesday, December 29, 2004 10:30 AM > SELECT INTO termuser * FROM match_terminating_user(NEW.calledstationid, > trfdst.exactmatch, NEW.calledstationip); > > I think that there is a mistake. Can be NEW.h323id instead of > NEW.calledstationid? > Am i right? > > -- > Best regards, > e-mail: mailto:romal@xxxxxxxxxx --__--__-- Message: 4 From: "Zygmuntowicz Michal" <m.zygmuntowicz@xxxxxxx> To: <openh323gk-users@xxxxxxxxxxxxxxxxxxxxx> Subject: Re: Logout Request for CISCO ATA Date: Wed, 29 Dec 2004 12:26:46 +0100 Organization: Quarcom Reply-To: openh323gk-users@xxxxxxxxxxxxxxxxxxxxx You need to read the manual - the section about the status port. Basically, you do 'telnet 1.2.3.4 7000' and then you can run 'r' command got get the list of registered endpoints. You may want to put StatusTraceLevel=0 in the config to force the status port to not print unnecessary data, while you are working with telnet. ----- Original Message ----- From: "M.V. Jaga Mohan" <jagan@xxxxxxxxxxxxxxxxxxxxxxxxx> Sent: Wednesday, December 29, 2004 10:43 AM > How do I do this telnet interface to get registration > table ? can u please explain ? > > regards > Jagan --__--__-- Message: 5 Date: Wed, 29 Dec 2004 15:39:24 +0300 From: "Roman V. Luschik" <romal@xxxxxxxxxx> Organization: Duplex LLC To: Zygmuntowicz Michal <openh323gk-users@xxxxxxxxxxxxxxxxxxxxx> Subject: Re[2]: voipcall_match_tariff Reply-To: openh323gk-users@xxxxxxxxxxxxxxxxxxxxx Hello Zygmuntowicz, Wednesday, December 29, 2004, 2:23:33 PM, you wrote: ZM> No, that's exactly how it is supposed to work. Terminating ZM> account/tariff is matched based on dialed number and/or terminating IP, ZM> not on the originating party h323id. For example : i have incoming call to my gateway whith CallingPartyNum=70951111111 and CalledPartyNum=78125555555. in voipuser tables i have following record 23875;"8";"70951111111";"2";"FALSE";"TRUE";"1";"^$";"''";"";"qqq";"qqq"; "TRUE" i have the following record in voipcall table: "315";"2";"70951111111";"0000014E";"9C45EA35 588E11D9 937C99AA 9D030214";"10.10.10.10";"''";"127.0.0.1";"70951111111";"127.0.0.1";"7812 5555555";"2004-12-29 11:07:59+03";"2004-12-29 11:08:02+03";"2004-12-29 11:08:36+03";"10";"34";"0.0397";"0.0700";"USD";"test";"1";"1";"0";"2004- 12-29 08:09:50+03";"0";"2004-12-29 08:09:50+03";"2004-12-29 08:10:26.494159+03";"0";"7812" and nothing in voipcalltermtarif How the call will get in the table voipcalltermtarif? SELECT INTO termuser * FROM match_terminating_user('78125555555', false, NULL); -- Best regards, Roman mailto:romal@xxxxxxxxxx --__--__-- Message: 6 From: "Zygmuntowicz Michal" <m.zygmuntowicz@xxxxxxx> To: <openh323gk-users@xxxxxxxxxxxxxxxxxxxxx> Subject: Re: Re[2]: voipcall_match_tariff Date: Wed, 29 Dec 2004 13:50:32 +0100 Organization: Quarcom Reply-To: openh323gk-users@xxxxxxxxxxxxxxxxxxxxx And what would you like to have in voipcalltermtariff? Did you setup termination tariffs/accounts too? Another thing is that you should not get NULL in place of calledstationip (assuming the call is not rejected). ----- Original Message ----- From: "Roman V. Luschik" <romal@xxxxxxxxxx> Sent: Wednesday, December 29, 2004 1:39 PM > ZM> No, that's exactly how it is supposed to work. Terminating > ZM> account/tariff is matched based on dialed number and/or terminating > IP, > ZM> not on the originating party h323id. > > For example : > i have incoming call to my gateway whith CallingPartyNum=70951111111 > and CalledPartyNum=78125555555. > in voipuser tables i have following record > 23875;"8";"70951111111";"2";"FALSE";"TRUE";"1";"^$";"''";"";"qqq";"qqq"; "TRUE" > > i have the following record in voipcall table: > > "315";"2";"70951111111";"0000014E";"9C45EA35 588E11D9 937C99AA > 9D030214";"10.10.10.10";"''";"127.0.0.1";"70951111111";"127.0.0.1";"7812 5555555";"2004-12-29 > 11:07:59+03";"2004-12-29 11:08:02+03";"2004-12-29 > 11:08:36+03";"10";"34";"0.0397";"0.0700";"USD";"test";"1";"1";"0";"2004- 12-29 > 08:09:50+03";"0";"2004-12-29 08:09:50+03";"2004-12-29 > 08:10:26.494159+03";"0";"7812" > > and nothing in voipcalltermtarif > > How the call will get in the table voipcalltermtarif? > SELECT INTO termuser * FROM match_terminating_user('78125555555', false, > NULL); > > -- > Best regards, > Roman mailto:romal@xxxxxxxxxx --__--__-- Message: 7 Date: Wed, 29 Dec 2004 16:18:20 +0300 From: "Roman V. Luschik" <romal@xxxxxxxxxx> Organization: Duplex LLC To: Zygmuntowicz Michal <openh323gk-users@xxxxxxxxxxxxxxxxxxxxx> Subject: Re[4]: voipcall_match_tariff Reply-To: openh323gk-users@xxxxxxxxxxxxxxxxxxxxx Hello Zygmuntowicz, Wednesday, December 29, 2004, 3:50:32 PM, you wrote: ZM> And what would you like to have in voipcalltermtariff? ZM> Did you setup termination tariffs/accounts too? Yes,i have account 23874;"2";"2004-12-24 16:23:02+03";"";"FALSE";"-0.0257";"0.0000";"USD" and user associated whith this account 23875;"8";"70951111111";"2";"FALSE";"TRUE";"1";"^$";"''";"";"qqq";"qqq"; "TRUE" in voiptariffdst i have following 23400;"332";"TRUE";"7812";"test";"FALSE" and associated termination tariff in voiptariff table 29326;"569";"332";"";"0.0180";"USD";"1";"1";"0";"''";"TRUE";"TRUE" And also originating tariff associated whith this destination 23401;"332";"332";"";"0.0700";"USD";"1";"1";"0";"''";"TRUE";"FALSE" Can i have the following in voipcalltermtariff? 29355;"6";"376";"2";"70951111111";"127.0.0.1";"0.0036";"0.0180";"USD";"1 ";"1";"0";"''" and another thing, with this record in voipcalltermtariff i also have record in voipcall table with originating tariff "376";"2";"70951111111";"0000018B";"32D7D241 DB6D58A3 9BBA0002 A400D6B3";"10.10.10.10";"''";"127.0.0.1";"140476109";"127.0.0.1";"781255 55555";"2004-12-29 19:11:34+03";"2004-12-29 19:11:37+03";"2004-12-29 19:11:49+03";"10";"12";"0.0140";"0.0700";"USD";"test";"1";"1";"0";"2004- 12-29 16:13:18+03";"0";"2004-12-29 16:13:18+03";"2004-12-29 16:13:33.330431+03";"0";"7812" ZM> Another thing is that you should not get NULL in place ZM> of calledstationip (assuming the call is not rejected). ZM> ----- Original Message ----- ZM> From: "Roman V. Luschik" <romal@xxxxxxxxxx> ZM> Sent: Wednesday, December 29, 2004 1:39 PM >> ZM> No, that's exactly how it is supposed to work. Terminating >> ZM> account/tariff is matched based on dialed number and/or terminating >> IP, >> ZM> not on the originating party h323id. >> >> For example : >> i have incoming call to my gateway whith CallingPartyNum=70951111111 >> and CalledPartyNum=78125555555. >> in voipuser tables i have following record >> 23875;"8";"70951111111";"2";"FALSE";"TRUE";"1";"^$";"''";"";"qqq";"qqq"; "TRUE" >> >> i have the following record in voipcall table: >> >> "315";"2";"70951111111";"0000014E";"9C45EA35 588E11D9 937C99AA >> 9D030214";"10.10.10.10";"''";"127.0.0.1";"70951111111";"127.0.0.1";"7812 5555555";"2004-12-29 >> 11:07:59+03";"2004-12-29 11:08:02+03";"2004-12-29 >> 11:08:36+03";"10";"34";"0.0397";"0.0700";"USD";"test";"1";"1";"0";"2004- 12-29 >> 08:09:50+03";"0";"2004-12-29 08:09:50+03";"2004-12-29 >> 08:10:26.494159+03";"0";"7812" >> >> and nothing in voipcalltermtarif >> >> How the call will get in the table voipcalltermtarif? >> SELECT INTO termuser * FROM >> match_terminating_user('78125555555', false, >> NULL); -- Best regards, Roman mailto:romal@xxxxxxxxxx --__--__-- Message: 8 From: "Michael Chiu" <michael@xxxxxxxxxxxxxx> To: "openh323gk-users" <openh323gk-users@xxxxxxxxxxxxxxxxxxxxx> Cc: <michael@xxxxxxxxxxxxxx> Date: Wed, 29 Dec 2004 23:06:23 +0800 Subject: some question about the expression on GWPrefix Reply-To: openh323gk-users@xxxxxxxxxxxxxxxxxxxxx This is a multi-part message in MIME format. ------=_NextPart_000_0035_01C4EDFB.04532AB0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable To all lists, I am new on gnugk product. I have some qeuestion on configuration. I = understand that we can configure the particular GW to accept particular = prefix : e.g.=20 [RasSrv::GWPrefixes] test-gw=3D02,03 But can we have some ways to relace the regular expression. e.g. I want = to gw to accept the all the prefix with pattern xx2 . x can be any = valid number between 0-9. Is it possible ? Or how to do it ? =20 Also, I want to use the same theory on the GWRewriteE164 session. e.g. = gw1=3Dout=3Dxx4=3Dxx5. I will rewrite the all the call prefix with xx4 = become xx5. So far, I can't find the similar example on the manual. Thanks. regards, Michael ------=_NextPart_000_0035_01C4EDFB.04532AB0 Content-Type: text/html; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> <HTML><HEAD> <META http-equiv=3DContent-Type content=3D"text/html; = charset=3Diso-8859-1"> <META content=3D"MSHTML 6.00.2800.1458" name=3DGENERATOR> <STYLE></STYLE> </HEAD> <BODY bgColor=3D#ffffff> <DIV><FONT face=3DMingLiU size=3D2>To all lists,</FONT></DIV> <DIV><FONT face=3DMingLiu size=3D2></FONT> </DIV> <DIV><FONT face=3DMingLiu size=3D2></FONT> </DIV> <DIV><FONT face=3DMingLiu size=3D2>I am new on gnugk product. I = have some=20 qeuestion on configuration. I understand that we can configure the = particular GW to accept particular prefix :</FONT></DIV> <DIV><FONT face=3DMingLiu size=3D2></FONT> </DIV> <DIV><FONT face=3DMingLiu size=3D2>e.g. </FONT></DIV> <DIV><FONT face=3DMingLiu size=3D2></FONT> </DIV> <DIV><FONT face=3DMingLiu size=3D2>[RasSrv::GWPrefixes]</FONT></DIV> <DIV><FONT face=3DMingLiu size=3D2></FONT> </DIV> <DIV><FONT face=3DMingLiu size=3D2>test-gw=3D02,03</FONT></DIV> <DIV><FONT face=3DMingLiu size=3D2></FONT> </DIV> <DIV><FONT face=3DMingLiu size=3D2></FONT> </DIV> <DIV><FONT face=3DMingLiu size=3D2>But can we have some ways to relace = the regular=20 expression. e.g. I want to gw to accept the all the prefix = with=20 pattern xx2 . x can be any valid number between 0-9. Is it = possible=20 ? Or how to do it ? </FONT></DIV> <DIV><FONT face=3DMingLiu size=3D2></FONT> </DIV> <DIV><FONT face=3DMingLiu size=3D2></FONT> </DIV> <DIV><FONT face=3DMingLiu size=3D2>Also, I want to use the same theory = on the=20 GWRewriteE164 session. e.g. gw1=3Dout=3Dxx4=3Dxx5. I will = rewrite the all=20 the call prefix with xx4 become xx5. So far, I can't find the = similar=20 example on the manual.</FONT></DIV> <DIV><FONT face=3DMingLiu size=3D2></FONT> </DIV> <DIV><FONT face=3DMingLiu size=3D2>Thanks.</FONT></DIV> <DIV><FONT face=3DMingLiu size=3D2></FONT> </DIV> <DIV><FONT face=3DMingLiu size=3D2></FONT> </DIV> <DIV><FONT face=3DMingLiu size=3D2>regards,</FONT></DIV> <DIV><FONT face=3DMingLiu size=3D2></FONT> </DIV> <DIV><FONT face=3DMingLiu size=3D2>Michael</FONT></DIV> <DIV> </DIV></BODY></HTML> ------=_NextPart_000_0035_01C4EDFB.04532AB0-- --__--__-- Message: 9 From: "Zygmuntowicz Michal" <m.zygmuntowicz@xxxxxxx> To: <openh323gk-users@xxxxxxxxxxxxxxxxxxxxx> Subject: Re: some question about the expression on GWPrefix Date: Wed, 29 Dec 2004 16:28:19 +0100 Organization: Quarcom Reply-To: openh323gk-users@xxxxxxxxxxxxxxxxxxxxx For gateway prefixes, you need to use the latest version from the cvs. It supports more flexible syntax (like '..2' or '1234....'). For prefix rewrite, wildcards are not supported yet (but they will be soon). ----- Original Message ----- From: "Michael Chiu" <michael@xxxxxxxxxxxxxx> Sent: Wednesday, December 29, 2004 4:06 PM I am new on gnugk product. I have some qeuestion on configuration. I understand that we can configure the particular GW to accept particular prefix : e.g. [RasSrv::GWPrefixes] test-gw=02,03 But can we have some ways to relace the regular expression. e.g. I want to gw to accept the all the prefix with pattern xx2 . x can be any valid number between 0-9. Is it possible ? Or how to do it ? Also, I want to use the same theory on the GWRewriteE164 session. e.g. gw1=out=xx4=xx5. I will rewrite the all the call prefix with xx4 become xx5. So far, I can't find the similar example on the manual. Thanks. regards, Michael --__--__-- Message: 10 From: "Zygmuntowicz Michal" <m.zygmuntowicz@xxxxxxx> To: <openh323gk-users@xxxxxxxxxxxxxxxxxxxxx> Subject: Re: Re[4]: voipcall_match_tariff Date: Wed, 29 Dec 2004 16:38:08 +0100 Organization: Quarcom Reply-To: openh323gk-users@xxxxxxxxxxxxxxxxxxxxx Originating and terminating accounts are completelly different, as originating/terminating gateways are. Terminating account is found by its IP address (calledstationip) or by matching h323id with dialed number, if the tariff has "exactmatch" flag set. So it's unclear to me why do you want to associate terminating account with Calling-Party-Number? These are unrelated. Besides, having originating/terminating IP of value 127.0.0.1 is not the best idea (unless you just masked real IPs). ----- Original Message ----- From: "Roman V. Luschik" <romal@xxxxxxxxxx> Sent: Wednesday, December 29, 2004 2:18 PM > Wednesday, December 29, 2004, 3:50:32 PM, you wrote: > > ZM> And what would you like to have in voipcalltermtariff? > ZM> Did you setup termination tariffs/accounts too? > > Yes,i have account 23874;"2";"2004-12-24 > 16:23:02+03";"";"FALSE";"-0.0257";"0.0000";"USD" > and user associated whith this account > 23875;"8";"70951111111";"2";"FALSE";"TRUE";"1";"^$";"''";"";"qqq";"qqq"; "TRUE" > > in voiptariffdst i have following > 23400;"332";"TRUE";"7812";"test";"FALSE" > > and associated termination tariff in voiptariff table > 29326;"569";"332";"";"0.0180";"USD";"1";"1";"0";"''";"TRUE";"TRUE" > And also originating tariff associated whith this destination > 23401;"332";"332";"";"0.0700";"USD";"1";"1";"0";"''";"TRUE";"FALSE" > > Can i have the following in voipcalltermtariff? > 29355;"6";"376";"2";"70951111111";"127.0.0.1";"0.0036";"0.0180";"USD";"1 ";"1";"0";"''" > > and another thing, with this record in voipcalltermtariff i also have > record in voipcall table with originating tariff > "376";"2";"70951111111";"0000018B";"32D7D241 DB6D58A3 9BBA0002 > A400D6B3";"10.10.10.10";"''";"127.0.0.1";"140476109";"127.0.0.1";"781255 55555";"2004-12-29 > 19:11:34+03";"2004-12-29 19:11:37+03";"2004-12-29 > 19:11:49+03";"10";"12";"0.0140";"0.0700";"USD";"test";"1";"1";"0";"2004- 12-29 > 16:13:18+03";"0";"2004-12-29 16:13:18+03";"2004-12-29 > 16:13:33.330431+03";"0";"7812" > > ZM> Another thing is that you should not get NULL in place > ZM> of calledstationip (assuming the call is not rejected). > > ZM> ----- Original Message ----- > ZM> From: "Roman V. Luschik" <romal@xxxxxxxxxx> > ZM> Sent: Wednesday, December 29, 2004 1:39 PM > >>> ZM> No, that's exactly how it is supposed to work. Terminating >>> ZM> account/tariff is matched based on dialed number and/or terminating >>> IP, >>> ZM> not on the originating party h323id. >>> >>> For example : >>> i have incoming call to my gateway whith CallingPartyNum=70951111111 >>> and CalledPartyNum=78125555555. >>> in voipuser tables i have following record >>> 23875;"8";"70951111111";"2";"FALSE";"TRUE";"1";"^$";"''";"";"qqq";"qqq"; "TRUE" >>> >>> i have the following record in voipcall table: >>> >>> "315";"2";"70951111111";"0000014E";"9C45EA35 588E11D9 937C99AA >>> 9D030214";"10.10.10.10";"''";"127.0.0.1";"70951111111";"127.0.0.1";"7812 5555555";"2004-12-29 >>> 11:07:59+03";"2004-12-29 11:08:02+03";"2004-12-29 >>> 11:08:36+03";"10";"34";"0.0397";"0.0700";"USD";"test";"1";"1";"0";"2004- 12-29 >>> 08:09:50+03";"0";"2004-12-29 08:09:50+03";"2004-12-29 >>> 08:10:26.494159+03";"0";"7812" >>> >>> and nothing in voipcalltermtarif >>> >>> How the call will get in the table voipcalltermtarif? >>> SELECT INTO termuser * FROM >>> match_terminating_user('78125555555', false, >>> NULL); > > -- > Best regards, > Roman mailto:romal@xxxxxxxxxx --__--__-- Message: 11 From: "zhanghongxing" <zhanghongxing@xxxxxxx> To: <openh323gk-users@xxxxxxxxxxxxxxxxxxxxx> Date: Thu, 30 Dec 2004 11:01:38 +0800 Subject: about Memory use of gnugk! Reply-To: openh323gk-users@xxxxxxxxxxxxxxxxxxxxx Hi all, I have run gnugk 2.0.8 on win2000 for about 38 days, every day about 12 endpoints will register on this gnugk. And about 50 calls every day. All calls will be routed to one quintum gateway. And I found when I setup gungk first day, gnugk will consume 6M memroy. And now I found it consume 61M memory. I use TaskMgr to trace memory consumption. Is there any memory leak in gnugk2.0.8? Did you met same problem? Thanks! steven -----=D3=CA=BC=FE=D4=AD=BC=FE----- =B7=A2=BC=FE=C8=CB: openh323gk-users-admin@xxxxxxxxxxxxxxxxxxxxx [mailto:openh323gk-users-admin@xxxxxxxxxxxxxxxxxxxxx] =B4=FA=B1=ED openh323gk-users-request@xxxxxxxxxxxxxxxxxxxxx =B7=A2=CB=CD=CA=B1=BC=E4: 2004=C4=EA12=D4=C228=C8=D5 19:52 =CA=D5=BC=FE=C8=CB: openh323gk-users@xxxxxxxxxxxxxxxxxxxxx =D6=F7=CC=E2: Openh323gk-users digest, Vol 1 #1607 - 12 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. Logout Request for ATA (M.V. Jaga Mohan) 2. Re: Logout Request for ATA (Stewart Nelson) 3. Re: Logout Request for ATA (M.V. Jaga Mohan) 4. Re: Logout Request for ATA (Teodor Georgiev) 5. Re: Logout Request for ATA (M.V. Jaga Mohan) 6. Re: Logout Request for ATA (M.V. Jaga Mohan) 7. Re: Logout Request for ATA (Stewart Nelson) 8. Re: Planet VIP-101T & Proxy (Bulgaria Online - Assen Totin) 9. Re: Logout Request for ATA (M.V. Jaga Mohan) 10. Logout Request for CISCO ATA (M.V. Jaga Mohan) 11. Re: Re: Planet VIP-101T & Proxy (Zygmuntowicz Michal) 12. Re: Logout Request for CISCO ATA (Zygmuntowicz Michal) -- __--__-- Message: 1 Date: Mon, 27 Dec 2004 20:11:50 -0800 (PST) From: "M.V. Jaga Mohan" <jagan@xxxxxxxxxxxxxxxxxxxxxxxxx> To: openh323gk-users@xxxxxxxxxxxxxxxxxxxxx Subject: Logout Request for ATA Reply-To: openh323gk-users@xxxxxxxxxxxxxxxxxxxxx Hi List, I am using gnugk and cisco ATA 186. When I plug in the broad band cable, gnugk receives a RRQ as i have put RRQ in RADAuth. this is working fine. But when I unplug the cable i am not receiving any request. My problem is I have to update my database as and when the ATA is Plugged in and plugged out. I have to do few updations. I have put RadAuth=3D required;RRQ,URQ. But it is not working. How do I solve it ? Please help Regards Jagan =3D=3D=3D=3D=3D -- __--__-- Message: 2 From: "Stewart Nelson" <sn@xxxxxxxxxxx> To: <openh323gk-users@xxxxxxxxxxxxxxxxxxxxx> Subject: Re: Logout Request for ATA Date: Mon, 27 Dec 2004 21:08:27 -0800 Reply-To: openh323gk-users@xxxxxxxxxxxxxxxxxxxxx > Hi List, > I am using gnugk and cisco ATA 186. When I plug in the > broad band cable, gnugk receives a RRQ as i have put > RRQ in RADAuth. this is working fine. But when I > unplug the cable i am not receiving any request. This is normal. The GK has to determine that the endpoint has "disappeared" by means of a timeout. > My > problem is I have to update my database as and when > the ATA is Plugged in and plugged out. I have to do > few updations. I have put RadAuth=3D required;RRQ,URQ. > But it is not working. >=20 > How do I solve it ? Please help In your configuration file, set e.g. TimeToLive=3D300 This means that if the GK does not "hear from" the ATA for 300 seconds, it will send an IRQ and, if it gets no response, the ATA will be unregistered. In your ATA configuration, set e.g. GkTimeToLive to 300. This will cause the ATA to reregister every 300 seconds. If you set these timeouts too short, you will waste some network bandwidth. If you set them too long, it will take longer for the GK to recognize that the ATA is gone. >=20 > Regards >=20 > Jagan --Stewart -- __--__-- Message: 3 Date: Mon, 27 Dec 2004 23:36:35 -0800 (PST) From: "M.V. Jaga Mohan" <jagan@xxxxxxxxxxxxxxxxxxxxxxxxx> Subject: Re: Logout Request for ATA To: openh323gk-users@xxxxxxxxxxxxxxxxxxxxx Reply-To: openh323gk-users@xxxxxxxxxxxxxxxxxxxxx i will set this but one doubt. the network connection is removed from the ATA so then how how it will register again with out the connection ? --- Stewart Nelson <sn@xxxxxxxxxxx> wrote: >=20 > > Hi List, > > I am using gnugk and cisco ATA 186. When I plug in > the > > broad band cable, gnugk receives a RRQ as i have > put > > RRQ in RADAuth. this is working fine. But when I > > unplug the cable i am not receiving any request. >=20 > This is normal. The GK has to determine that > the endpoint has "disappeared" by means of a > timeout. >=20 > > My > > problem is I have to update my database as and > when > > the ATA is Plugged in and plugged out. I have to > do > > few updations. I have put RadAuth=3D > required;RRQ,URQ. > > But it is not working. > >=20 > > How do I solve it ? Please help >=20 > In your configuration file, set e.g. > TimeToLive=3D300 >=20 > This means that if the GK does not "hear from" > the ATA for 300 seconds, it will send an IRQ and, > if it gets no response, the ATA will be > unregistered. >=20 > In your ATA configuration, set e.g. > GkTimeToLive to 300. >=20 > This will cause the ATA to reregister every 300 > seconds. >=20 > If you set these timeouts too short, you will waste > some > network bandwidth. If you set them too long, it > will > take longer for the GK to recognize that the ATA is > gone. >=20 > >=20 > > Regards > >=20 > > Jagan >=20 > --Stewart >=20 >=20 >=20 > ------------------------------------------------------- > SF email is sponsored by - The IT Product Guide > Read honest & candid reviews on hundreds of IT > Products from real users. > Discover which products truly live up to the hype. > Start reading now.=20 > http://productguide.itmanagersjournal.com/ >=20 > _______________________________________________________ >=20 > List: Openh323gk-users@xxxxxxxxxxxxxxxxxxxxx > Archive: > http://sourceforge.net/mailarchive/forum.php?forum_id=3D8549 > Homepage: http://www.gnugk.org/ >=20 =3D=3D=3D=3D=3D -- __--__-- Message: 4 From: Teodor Georgiev <t.georgiev@xxxxxxxxx> Organization: Information Services, PLC To: openh323gk-users@xxxxxxxxxxxxxxxxxxxxx Subject: Re: Logout Request for ATA Date: Tue, 28 Dec 2004 09:49:36 +0200 Reply-To: openh323gk-users@xxxxxxxxxxxxxxxxxxxxx are you joking ? On Tuesday 28 December 2004 09:36, M.V. Jaga Mohan wrote: > i will set this but one doubt. the network connection > is removed from the ATA so then how how it will > register again with out the connection ? > > --- Stewart Nelson <sn@xxxxxxxxxxx> wrote: > > > Hi List, > > > I am using gnugk and cisco ATA 186. When I plug in > > > > the > > > > > broad band cable, gnugk receives a RRQ as i have > > > > put > > > > > RRQ in RADAuth. this is working fine. But when I > > > unplug the cable i am not receiving any request. > > > > This is normal. The GK has to determine that > > the endpoint has "disappeared" by means of a > > timeout. > > > > > My > > > problem is I have to update my database as and > > > > when > > > > > the ATA is Plugged in and plugged out. I have to > > > > do > > > > > few updations. I have put RadAuth=3D > > > > required;RRQ,URQ. > > > > > But it is not working. > > > > > > How do I solve it ? Please help > > > > In your configuration file, set e.g. > > TimeToLive=3D300 > > > > This means that if the GK does not "hear from" > > the ATA for 300 seconds, it will send an IRQ and, > > if it gets no response, the ATA will be > > unregistered. > > > > In your ATA configuration, set e.g. > > GkTimeToLive to 300. > > > > This will cause the ATA to reregister every 300 > > seconds. > > > > If you set these timeouts too short, you will waste > > some > > network bandwidth. If you set them too long, it > > will > > take longer for the GK to recognize that the ATA is > > gone. > > > > > Regards > > > > > > Jagan > > > > --Stewart > > ------------------------------------------------------- > > > SF email is sponsored by - The IT Product Guide > > Read honest & candid reviews on hundreds of IT > > Products from real users. > > Discover which products truly live up to the hype. > > Start reading now. > > http://productguide.itmanagersjournal.com/ > > _______________________________________________________ > > > List: Openh323gk-users@xxxxxxxxxxxxxxxxxxxxx > > Archive: > > http://sourceforge.net/mailarchive/forum.php?forum_id=3D8549 > > > Homepage: http://www.gnugk.org/ > > =3D=3D=3D=3D=3D > > > > ------------------------------------------------------- > SF email is sponsored by - The IT Product Guide > Read honest & candid reviews on hundreds of IT Products from real users. > Discover which products truly live up to the hype. Start reading now. > http://productguide.itmanagersjournal.com/ > > _______________________________________________________ > > List: Openh323gk-users@xxxxxxxxxxxxxxxxxxxxx > Archive: http://sourceforge.net/mailarchive/forum.php?forum_id=3D8549 > Homepage: http://www.gnugk.org/ --=20 ---------------- Teodor Georgiev -- __--__-- Message: 5 Date: Mon, 27 Dec 2004 23:59:56 -0800 (PST) From: "M.V. Jaga Mohan" <jagan@xxxxxxxxxxxxxxxxxxxxxxxxx> Subject: Re: Logout Request for ATA To: openh323gk-users@xxxxxxxxxxxxxxxxxxxxx Reply-To: openh323gk-users@xxxxxxxxxxxxxxxxxxxxx what ? --- Teodor Georgiev <t.georgiev@xxxxxxxxx> wrote: >=20 >=20 > are you joking ? >=20 > On Tuesday 28 December 2004 09:36, M.V. Jaga Mohan > wrote: > > i will set this but one doubt. the network > connection > > is removed from the ATA so then how how it will > > register again with out the connection ? > > > > --- Stewart Nelson <sn@xxxxxxxxxxx> wrote: > > > > Hi List, > > > > I am using gnugk and cisco ATA 186. When I > plug in > > > > > > the > > > > > > > broad band cable, gnugk receives a RRQ as i > have > > > > > > put > > > > > > > RRQ in RADAuth. this is working fine. But when > I > > > > unplug the cable i am not receiving any > request. > > > > > > This is normal. The GK has to determine that > > > the endpoint has "disappeared" by means of a > > > timeout. > > > > > > > My > > > > problem is I have to update my database as and > > > > > > when > > > > > > > the ATA is Plugged in and plugged out. I have > to > > > > > > do > > > > > > > few updations. I have put RadAuth=3D > > > > > > required;RRQ,URQ. > > > > > > > But it is not working. > > > > > > > > How do I solve it ? Please help > > > > > > In your configuration file, set e.g. > > > TimeToLive=3D300 > > > > > > This means that if the GK does not "hear from" > > > the ATA for 300 seconds, it will send an IRQ > and, > > > if it gets no response, the ATA will be > > > unregistered. > > > > > > In your ATA configuration, set e.g. > > > GkTimeToLive to 300. > > > > > > This will cause the ATA to reregister every 300 > > > seconds. > > > > > > If you set these timeouts too short, you will > waste > > > some > > > network bandwidth. If you set them too long, it > > > will > > > take longer for the GK to recognize that the ATA > is > > > gone. > > > > > > > Regards > > > > > > > > Jagan > > > > > > --Stewart > > > > > ------------------------------------------------------- > > > > > SF email is sponsored by - The IT Product Guide > > > Read honest & candid reviews on hundreds of IT > > > Products from real users. > > > Discover which products truly live up to the > hype. > > > Start reading now. > > > http://productguide.itmanagersjournal.com/ > > > > > _______________________________________________________ > > > > > List: Openh323gk-users@xxxxxxxxxxxxxxxxxxxxx > > > Archive: > > > > > http://sourceforge.net/mailarchive/forum.php?forum_id=3D8549 > > > > > Homepage: http://www.gnugk.org/ > > > > =3D=3D=3D=3D=3D > > > > > > > > > ------------------------------------------------------- > > SF email is sponsored by - The IT Product Guide > > Read honest & candid reviews on hundreds of IT > Products from real users. > > Discover which products truly live up to the hype. > Start reading now. > > http://productguide.itmanagersjournal.com/ > > > > > _______________________________________________________ > > > > List: Openh323gk-users@xxxxxxxxxxxxxxxxxxxxx > > Archive: > http://sourceforge.net/mailarchive/forum.php?forum_id=3D8549 > > Homepage: http://www.gnugk.org/ >=20 > --=20 >=20 >=20 > ---------------- > Teodor Georgiev >=20 >=20 > ------------------------------------------------------- > SF email is sponsored by - The IT Product Guide > Read honest & candid reviews on hundreds of IT > Products from real users. > Discover which products truly live up to the hype. > Start reading now.=20 > http://productguide.itmanagersjournal.com/ >=20 > _______________________________________________________ >=20 > List: Openh323gk-users@xxxxxxxxxxxxxxxxxxxxx > Archive: > http://sourceforge.net/mailarchive/forum.php?forum_id=3D8549 > Homepage: http://www.gnugk.org/ >=20 =3D=3D=3D=3D=3D -- __--__-- Message: 6 Date: Tue, 28 Dec 2004 01:47:03 -0800 (PST) From: "M.V. Jaga Mohan" <jagan@xxxxxxxxxxxxxxxxxxxxxxxxx> Subject: Re: Logout Request for ATA To: openh323gk-users@xxxxxxxxxxxxxxxxxxxxx Reply-To: openh323gk-users@xxxxxxxxxxxxxxxxxxxxx I tried putting TimeToLive=3D300 and GkTimetoLive in Cisco ATA as 300. Gatekeeper is sending IRQ and at last it is sending URQ but it is not contacting the Radius server so that I can do some updations.=20 one more doubt. The network connection is removed from the ATA so then how how it will register again with out the connection ? --- Stewart Nelson <sn@xxxxxxxxxxx> wrote: >=20 > > Hi List, > > I am using gnugk and cisco ATA 186. When I plug in > the > > broad band cable, gnugk receives a RRQ as i have > put > > RRQ in RADAuth. this is working fine. But when I > > unplug the cable i am not receiving any request. >=20 > This is normal. The GK has to determine that > the endpoint has "disappeared" by means of a > timeout. >=20 > > My > > problem is I have to update my database as and > when > > the ATA is Plugged in and plugged out. I have to > do > > few updations. I have put RadAuth=3D > required;RRQ,URQ. > > But it is not working. > >=20 > > How do I solve it ? Please help >=20 > In your configuration file, set e.g. > TimeToLive=3D300 >=20 > This means that if the GK does not "hear from" > the ATA for 300 seconds, it will send an IRQ and, > if it gets no response, the ATA will be > unregistered. >=20 > In your ATA configuration, set e.g. > GkTimeToLive to 300. >=20 > This will cause the ATA to reregister every 300 > seconds. >=20 > If you set these timeouts too short, you will waste > some > network bandwidth. If you set them too long, it > will > take longer for the GK to recognize that the ATA is > gone. >=20 > >=20 > > Regards > >=20 > > Jagan >=20 > --Stewart >=20 >=20 >=20 > ------------------------------------------------------- > SF email is sponsored by - The IT Product Guide > Read honest & candid reviews on hundreds of IT > Products from real users. > Discover which products truly live up to the hype. > Start reading now.=20 > http://productguide.itmanagersjournal.com/ >=20 > _______________________________________________________ >=20 > List: Openh323gk-users@xxxxxxxxxxxxxxxxxxxxx > Archive: > http://sourceforge.net/mailarchive/forum.php?forum_id=3D8549 > Homepage: http://www.gnugk.org/ >=20 =3D=3D=3D=3D=3D -- __--__-- Message: 7 From: "Stewart Nelson" <sn@xxxxxxxxxxx> To: <openh323gk-users@xxxxxxxxxxxxxxxxxxxxx> Subject: Re: Logout Request for ATA Date: Tue, 28 Dec 2004 02:08:04 -0800 Reply-To: openh323gk-users@xxxxxxxxxxxxxxxxxxxxx > I tried putting TimeToLive=3D300 and GkTimetoLive in > Cisco ATA as 300. Gatekeeper is sending IRQ and at > last it is sending URQ This shows that the ATA is getting properly unregistered. > but it is not contacting the > Radius server so that I can do some updations. Sorry, I don't use Radius in my systems and I don't know whether gnugk can be made to contact the Radius server when an endpoint unregisters. The manual says that RadAuth only works for RRQ, ARQ, and Setup. Perhaps Michal can comment on this. > one more doubt. The network connection is removed from > the ATA so then how how it will > register again with out the connection ? Of course the ATA can't register again without the connection. But if the plug was pulled for longer than the TimeToLive, then the GK knows that the ATA was gone, so when it comes back on line, the RRQ will look like a "new" registration, and the Radius server will be contacted, which I assume is what you want. --Stewart -- __--__-- Message: 8 Date: Tue, 28 Dec 2004 12:11:22 +0200 From: Bulgaria Online - Assen Totin <assen@xxxxxxxxx> Organization: Bulgaria Online To: "openh323gk-users-request@xxxxxxxxxxxxxxxxxxxxx" <openh323gk-users@xxxxxxxxxxxxxxxxxxxxx> Subject: Re: Planet VIP-101T & Proxy Reply-To: openh323gk-users@xxxxxxxxxxxxxxxxxxxxx Hi, ourlsn> Hi all, ourlsn> Previously I have asked about gnugk as a proxy server. After I will to ourlsn> deal with two Windows Netmeeting client with either one NATed, it works ourlsn> prefectly. But if one of the side using the phone, it didn't work. So i am ourlsn> suspecting this Planet VIP-101T support proxy or not. Anyone comes up with ourlsn> any idea? Thanks! Planet IP phones work OK for me with GnuGK 2.2.0. My GnuGK has 2 interfaces - private one (192.168.x.x.) and a public one (195.24.x.x.) and works in full proxy mode. The phone has a private IP address and speaks with the private interface of the GK. Both outbound and inbound calls work fine. Make sure you have all "special" options on the phone "on" (h.245 tunneling etc.). Also, I'd say it is the Netmeeting which does not work properly. I discourage all my clients to use any software phones and stick with proven hardware solutions. WWell, Assen Totin Development Manager =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D =3D= =3D=3D=3D=3D=3D=3D BULGARIA ONLINE Your quality... Your price! =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D =3D= =3D=3D=3D=3D=3D=3D tel. (+359 2) 973-3000 ext. 511 http://home.online.bg -- __--__-- Message: 9 Date: Tue, 28 Dec 2004 02:24:50 -0800 (PST) From: "M.V. Jaga Mohan" <jagan@xxxxxxxxxxxxxxxxxxxxxxxxx> Subject: Re: Logout Request for ATA To: openh323gk-users@xxxxxxxxxxxxxxxxxxxxx Reply-To: openh323gk-users@xxxxxxxxxxxxxxxxxxxxx thanks Setwart. --- Stewart Nelson <sn@xxxxxxxxxxx> wrote: >=20 > > I tried putting TimeToLive=3D300 and GkTimetoLive in > > Cisco ATA as 300. Gatekeeper is sending IRQ and at > > last it is sending URQ >=20 > This shows that the ATA is getting properly > unregistered. >=20 > > but it is not contacting the > > Radius server so that I can do some updations. >=20 > Sorry, I don't use Radius in my systems and I don't > know whether gnugk can be made to contact the Radius > server when an endpoint unregisters. The manual > says that RadAuth only works for RRQ, ARQ, and > Setup. > Perhaps Michal can comment on this. >=20 > > one more doubt. The network connection is removed > from > > the ATA so then how how it will > > register again with out the connection ? >=20 > Of course the ATA can't register again without the > connection. But if the plug was pulled for longer > than the TimeToLive, then the GK knows that the > ATA was gone, so when it comes back on line, the > RRQ will look like a "new" registration, and the > Radius server will be contacted, which I assume is > what you want. >=20 > --Stewart >=20 >=20 >=20 >=20 > ------------------------------------------------------- > SF email is sponsored by - The IT Product Guide > Read honest & candid reviews on hundreds of IT > Products from real users. > Discover which products truly live up to the hype. > Start reading now.=20 > http://productguide.itmanagersjournal.com/ >=20 > _______________________________________________________ >=20 > List: Openh323gk-users@xxxxxxxxxxxxxxxxxxxxx > Archive: > http://sourceforge.net/mailarchive/forum.php?forum_id=3D8549 > Homepage: http://www.gnugk.org/ >=20 =3D=3D=3D=3D=3D -- __--__-- Message: 10 Date: Tue, 28 Dec 2004 02:30:39 -0800 (PST) From: "M.V. Jaga Mohan" <jagan@xxxxxxxxxxxxxxxxxxxxxxxxx> To: openh323gk-users@xxxxxxxxxxxxxxxxxxxxx Subject: Logout Request for CISCO ATA Reply-To: openh323gk-users@xxxxxxxxxxxxxxxxxxxxx Hi=20 I have problem which I think u can solve. I am using gnugk and radius for authentication. I am using Cisco ATA 186. My problem is when I remove broadband connection from the ATA i want my database to be updated with some values. I have put RRQ,URQ in the configuration file. After the TimetoLive expires Gk sends IRQ to the ATa and when it does not receive any repsonse from ATA it sends URQ and unregisters. So when URQ is issued I want my radius server to update the database. How do i do it ? Thanks Jagan =3D=3D=3D=3D=3D -- __--__-- Message: 11 From: "Zygmuntowicz Michal" <m.zygmuntowicz@xxxxxxx> To: <openh323gk-users@xxxxxxxxxxxxxxxxxxxxx> Subject: Re: Re: Planet VIP-101T & Proxy Date: Tue, 28 Dec 2004 12:48:10 +0100 Organization: Quarcom Reply-To: openh323gk-users@xxxxxxxxxxxxxxxxxxxxx But on the other hand, 101T has missing important features (no local ring back tone, for example) and does some fancy things, like sending audio before remote side even opened faststart/H.245 logical channels - it just takes an IP of the remote side, appends a local port number and sends RTP packets to nowhere (or, at the worst case, to another voip session). I observed this when a remote side has faststart turned off and h.245 negotiations starts after Connect is sent. So both software and hardware solutions have pros and cons:) ----- Original Message -----=20 From: "Bulgaria Online - Assen Totin" <assen@xxxxxxxxx> Sent: Tuesday, December 28, 2004 11:11 AM > ourlsn> Hi all, > ourlsn> Previously I have asked about gnugk as a proxy server. After I=20 > will to > ourlsn> deal with two Windows Netmeeting client with either one NATed, it=20 > works > ourlsn> prefectly. But if one of the side using the phone, it didn't work.=20 > So i am > ourlsn> suspecting this Planet VIP-101T support proxy or not. Anyone comes=20 > up with > ourlsn> any idea? Thanks! > > Planet IP phones work OK for me with GnuGK 2.2.0. My GnuGK has 2 > interfaces - private one (192.168.x.x.) and a public one (195.24.x.x.) > and works in full proxy mode. > > The phone has a private IP address and speaks with the private > interface of the GK. Both outbound and inbound calls work fine. > Make sure you have all "special" options on the phone "on" (h.245 > tunneling etc.). > > Also, I'd say it is the Netmeeting which does not work properly. I > discourage all my clients to use any software phones and stick with > proven hardware solutions. > > WWell, > > Assen Totin > Development Manager -- __--__-- Message: 12 From: "Zygmuntowicz Michal" <m.zygmuntowicz@xxxxxxx> To: <openh323gk-users@xxxxxxxxxxxxxxxxxxxxx> Subject: Re: Logout Request for CISCO ATA Date: Tue, 28 Dec 2004 12:51:10 +0100 Organization: Quarcom Reply-To: openh323gk-users@xxxxxxxxxxxxxxxxxxxxx You cannot do this with RADIUS, I guess. But you can talk to the telnet interface to get registration table periodically - that's the best solution. You can even monitor for RCFs/URQs/UCFs using the telnet interface. Then you can update online status of your users in your backend. ----- Original Message -----=20 From: "M.V. Jaga Mohan" <jagan@xxxxxxxxxxxxxxxxxxxxxxxxx> Sent: Tuesday, December 28, 2004 11:30 AM > I have problem which I think u can solve. I am using > gnugk and radius for authentication. I am using Cisco > ATA 186. My problem is when I remove broadband > connection from the ATA i want my database to be > updated with some values. I have put RRQ,URQ in the > configuration file. After the TimetoLive expires Gk > sends IRQ to the ATa and when it does not receive any > repsonse from ATA it sends URQ and unregisters. So > when URQ is issued I want my radius server to update > the database. > How do i do it ? >=20 > Thanks > Jagan -- __--__-- _______________________________________________ Openh323gk-users mailing list Openh323gk-users@xxxxxxxxxxxxxxxxxxxxx https://lists.sourceforge.net/lists/listinfo/openh323gk-users End of Openh323gk-users Digest --__--__-- _______________________________________________ Openh323gk-users mailing list Openh323gk-users@xxxxxxxxxxxxxxxxxxxxx https://lists.sourceforge.net/lists/listinfo/openh323gk-users End of Openh323gk-users Digest ------------------------------------------------------- The SF.Net email is sponsored by: Beat the post-holiday blues Get a FREE limited edition SourceForge.net t-shirt from ThinkGeek. It's fun and FREE -- well, almost....http://www.thinkgeek.com/sfshirt _______________________________________________________ List: Openh323gk-users@xxxxxxxxxxxxxxxxxxxxx Archive: http://sourceforge.net/mailarchive/forum.php?forum_id?9 Homepage: http://www.gnugk.org/