"DefaultCallDurationLimit" is the new name of "DefaultCallTimeout".
Gnugk will understand both. There is only a change of name for better
understanding.
m_defaultDurationLimit = GkConfig()->GetInteger(
CallTableSection, "DefaultCallDurationLimit", 0
);
// backward compatibility - check DefaultCallTimeout
if (m_defaultDurationLimit == 0)
m_defaultDurationLimit = GkConfig()->GetInteger(
CallTableSection, "DefaultCallTimeout", 0
);
Gabriel
At 06:48 AM 12/21/2005, Jerry wrote:
in the compelete.ini: I saw this :
DefaultCallDurationLimit=21600
instead of DefaultCallTimeout=3600
do you know the difference?
thanks
Jerry
[CallTable]
GenerateNBCDR=TRUE
;GenerateUCCDR=TRUE
DefaultCallTimeout=3600
AcctUpdateInterval=60
Prinze <mailzafa@xxxxxxxxx> wrote:
Hi all.
I already observed forum mails of Frank Fischer,Code Nirmata,Munir Hossain
and I also face same problem 'automatic call drop' about 70% cases,only
20-30% of my calls are succesful.
as Frank Fischer I traced fth level log and it get 'ReleaseComplete' for DRQ
from the caller ip,but caller not disconnect the call,
here my gnugk.ini file,
==========================
[Gatekeeper::Main]
Fourtytwo=42
Name=MGK
TimeToLive=60
TotalBandwidth=-1
[RoutedMode]
GKRouted=1
H245Routed=1
CallSignalPort=1720
RemoveH245AddressOnTunneling=1
AcceptNeighborsCalls=1
AcceptUnregisteredCalls=0
SupportNATedEndpoints=1
DropCallsByReleaseComplete=1
SendReleaseCompleteOnDRQ=1
TcpKeepAlive=1
SignalTimeout=30000
AlertingTimeout=30000
ForwardOnFacility=1
[Proxy]
Enable=1
[GkStatus::Auth]
rule=allow
[RasSrv::GWPrefixes]
ct=123
[RasSrv::PermanentEndpoints]
xx.xxx.xxx.xx=ct;
[EP::ct]
GatewayPriority=1
Capacity=8
[RasSrv::Neighbors]
[RasSrv::LRQFeatures]
NeighborTimeout=2
ForwardHopCount=2
IncludeDestinationInfoInLCF=1
CiscoGKCompatible=1
[RasSrv::RRQFeatures]
#AcceptGatewayPrefixes=1
OverwriteEPOnSameAddress=1
AcceptEndpointIdentifier=0
[RasSrv::ARQFeatures]
Arj ReasonRouteCallToSCN=0
ArjReasonRouteCallToGatekeeper=1
[RasSrv::RRQAuth]
default=confirm
[Gatekeeper::DestAnalysis]
default=allow
[CallTable]
GenerateNBCDR=TRUE
;GenerateUCCDR=TRUE
DefaultCallTimeout=3600
AcctUpdateInterval=60
[SQLAuth]
Driver=MySQL
Host=localhost:3306
Username=root
Database=mydb
[SQLAcct]
Driver=MySQL
Host=localhost:3306
Username=root
Database=mydb
MinPoolSize=5
TimestampFormat=MySQL
[Gatekeeper::Acct]
SQLAcct=required;connect,update,stop
[Gatekeeper::Auth]
SQLAuth=required;RRQ
========================================
how can I solve my 'normal drop' problem in maximum cases..
regards
__________________________________________________
Do You Yahoo!?
Tired of spam? Yahoo! Mail has the best spam protection around
http://mail.yahoo.com
-------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems? Stop! Download the new AJAX search engine that makes
searching your log files as easy as surfing the web. DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_id=7637&alloc_id=16865&op=click
_______________________________________________________
Posting: mailto:Openh323gk-users@xxxxxxxxxxxxxxxxxxxxx
Archive: http://sourceforge.net/mailarchive/forum.php?forum_id=8549
Unsubscribe: http://lists.sourceforge.net/lists/listinfo/openh323gk-users
Homepage: http://www.gnugk.org/