>Date: Thu, 17 Jul 2003 17:56:01 -0500 (CDT)
>From: yizhan@mojo.canc.com >To: openh323gk-users@lists.sourceforge.net >Subject: [Openh323gk-users] duplicate setup? >Reply-To: openh323gk-users@lists.sourceforge.net > >I am getting the following messages from the GnuGK: > >2003/07/17 17:45:07.410 3 ProxyChannel.cxx(408) Q931s Received: >Setup CRV=300 from 216.136.19.4:11161 >2003/07/17 17:45:07.412 3 ProxyChannel.cxx(425) Warning: duplicate >Setup? ignored! > >The calls originated from the same AS5300 to the same DNIS. There are >multiple lines terminating the same DNIS. The ANI is stripped before call >setup to the gatekeeper. How can we avoid this issue? > >Many thanks in advance!! > >Alex Alex,
Gnugk, currrently, doesn't support multiple concurrent
calls per TCP connection.
This is, most likely, your problem. You can solve
this by changing config at AS5300:
Step 1 Router(config)# voice service voip Step 2 Router(conf-voi-serv)# h323 Step 3 Router(conf-serv-h323)# session transport tcp set [calls-per-connection value] to 1 This controls the number of concurrent calls for a single TCP connection. Value indicates the number of calls; valid values are 1 through 9999. The default value is 15. Srdjan |