OSDN Git Service

Add MS7619SE
[uclinux-h8/uClinux-dist.git] / user / gnugk / gnugk.ini
1 [Gatekeeper::Main]
2 FortyTwo=42
3 Name=GnuGk
4 EndpointSuffix=_gnugk
5 TimeToLive=60
6 StatusTraceLevel=0
7 UseBroadcastListener=0
8 UseMulticastListener=0
9
10 [RoutedMode]
11 GKRouted=1
12 H245Routed=0
13 AcceptNeighborCalls=1
14 AcceptUnregisteredCalls=0
15 RemoveH245AddressOnTunneling=1
16 RemoveCallOnDRQ=0
17 DropCallsByReleaseComplete=1
18 SendReleaseCompleteOnDRQ=0
19 SupportNATedEndpoints=1
20 TranslateFacility=1
21
22 [Gatekeeper::Auth]
23 SQLPasswordAuth=required;RRQ
24 default=allow
25
26 [Gatekeeper::Acct]
27 SQLAcct=required;start,update,stop
28
29 [SQLPasswordAuth]
30 Driver=MySQL
31 Host=192.168.0.1
32 Port=3306
33 Database=billing
34 Username=gk
35 Password=gkpassword
36 Table=customer
37 Query=SELECT password FROM customer WHERE username = '%1'
38 CacheTimeout=30
39 MinPoolSize=5
40
41 [SQLAcct]
42 Driver=MySQL
43 Host=192.168.0.1
44 Port=3306
45 Database=billing
46 Username=gk
47 Password=gkpassword
48 MinPoolSize=5
49 StartQuery=INSERT INTO calls (sessid, callno, username, calling, called, duration, disconnectcause) VALUES ('%s', %n, '%u', '%{Calling-Station-Id}', '%{Called-Station-Id}', %d, %c)
50 StartQueryAlt=UPDATE calls SET username = '%u', calling = '%{Calling-Station-Id}', called = '%{Called-Station-Id}', duration = %d, disconnectcause = %c WHERE AND sessid = '%s'
51 UpdateQuery=UPDATE calls SET duration = %d WHERE sessid = '%s'
52 StopQuery=UPDATE calls SET username = '%u', calling = '%{Calling-Station-Id}', called = '%{Called-Station-Id}', duration = %d, disconnectcause = %c WHERE sessid = '%s'
53 StopQueryAlt=INSERT INTO calls (sessid, callno, username, calling, called, duration, disconnectcause) VALUES ('%s', %n, '%u', '%{Calling-Station-Id}', '%{Called-Station-Id}', %d, %c)
54 TimestampFormat=MySQL
55
56 [CallTable]
57 GenerateNBCDR=0
58 GenerateUCCDR=1
59
60 [GkStatus::Auth]
61 rule=allow
62
63 [Proxy]
64 Enable=0
65 ProxyForNAT=1
66 ProxyForSameNAT=0
67
68 [RasSrv::RRQFeatures]
69 AcceptEndpointIdentifier=0
70 AcceptGatewayPrefixes=1
71
72 [RasSrv::ARQFeatures]
73 CallUnregisteredEndpoints=1