;                            sipServerConfig.txt
;                            -------------------
; ================================================================
; configuration file to init the radvision sip server application
; ================================================================
; 1) Please note - the parameter's names as well as values are case sensitive.
; 2) There should be no spaces between the parameter and it's value.
; 3) If you want to delete a parameter, using a semi-colon to 'remark' it is advisable, 
;    that way you can put it back when needed.


;==========================================================
[Sip Server configuration]
;==========================================================
; === SipServerDomainsList - a list separated by <;>.        ===
; === insert the local address. example: p.com;172.50.68.98  ===
SipServerDomainsList=127.0.0.1
;=== SipServerMode = <stateless> | <stateful> | <dialog> |<dynamic> ===
;SipServerMode=stateful
;=== DialogOwner = <b2b> | <app> | <dynamic> ===
;DialogOwner=b2b
;=== DefaultAuthAlgorithm = <md5> | <other> ===
;DefaultAuthAlgorithm=md5
; === insert via address. example: p.com:5060;127.0.0.1:5060  ===
;UdpViaList=127.0.0.1:5060
;TcpViaList=127.0.0.1:5060
;TlsViaList=127.0.0.1:5061

;==========================================================
[Resources Sip Server]
;==========================================================
;GeneralSipServerPoolNumOfPages=4387
;GeneralSipServerPoolPageSize=512
;MaxSmallPages=285
;SmallPageSize=192
;MaxServerAuthObj=900
;MaxProxyElemListCount=1200

;==========================================================
[Proxy behavior]
;==========================================================
;IsLoopDetectionRequired=false
;AuthenticateRequests=false
;AutoSend100Trying=true
;RecurseOn3xx=false
;MaxNumOfForwardingAttempts=10
;UseSymmetricRR=false
;=== RecordRouteMode = <route-none> | <req-only> | <req-and-resp> ===
;RecordRouteMode=route-none

;==========================================================
[Proxy values]
;==========================================================
;UdpRecordRouteList=<127.0.0.1>
;TcpRecordRouteList=<127.0.0.1;transport=tcp>
;TlsRecordRouteList=<127.0.0.1:5061>
;TlsResolvedRecordRouteList=<address.resolved.toTls>
; === ProxySupportedExtensionList - a list of supported option-tags separated by <;>. ===
; === An example for extension value is ProxySupportedExtensionList=timer ===
;ProxySupportedExtensionList=

;ProxyMinSE=90
;ProxySessionExpires=1800
;MaxProxyCoreObj=200
;MaxProxyServerTransc=200
;MaxProxyClientTransc=250
;MaxProxyTrx=240


;==========================================================
[Registration values]
;==========================================================
; === These values are given in seconds ===
;MaxRegisterNum=20
;MaxBinding=40
;MinExpireValue=0
;MaxExpireValue=536870912
;DefaultExpireValue=3600
;regAuthenticate=false
; === regServerSupportedExtensionList - a list of supported option-tags separated by <;> ===
;regServerSupportedExtensionList=


;==========================================================
[B2BUA values]
;==========================================================

;b2bMaxB2B=200
;b2bMaxB2BDlg=400
;b2bMaxB2BTransc=400
;b2bAutoSend100Trying=true
;b2bAuthenticateRequests=false
;b2bMaxDNSRetries=0
;maxStackDialogs=0
; === b2bSupportedExtensionList - a list of supported option-tags separated by <;> ===
; === An example for extension value is b2bSupportedExtensionList=timer ===
;b2bSupportedExtensionList=
;b2bMinSE=90
;b2bSessionExpires=1800
; === Session timer preferred refresher  b2bSessionRefresher = <none> | <uac> | <uas> ===
;b2bSessionRefresher=none
;b2bSupportClientSideAuth=false
;bDisableRefer3515Behavior=false


;==========================================================
[Events values]
;==========================================================
; === AllowEventsHeaderValue - a list of supported events - separated by <;> ===
;AllowEventsHeaderValue=presence,presence.winfo
; === AllowHeaderValue - a list of supported methods - separated by <;> ===
;AllowHeaderValue=PUBLISH
; === eventsSupportedExtensionList - a list of supported option-tags separated by <;> ===
; === An example for extension value is eventsSupportedExtensionList=foo ===
;eventsSupportedExtensionList=
;eventsDisregardScheme=false

;subsAuthenticate=false
;notifyMaxDNSRetries=0
;subsDefaultExpire=3600
;subsWaitingExpire=0
;subsMinExpire=0

;presMaxSubs=20
;presMaxNotifications=40
;winfoMaxSubs=20
;winfoMaxNotify=40
;eventsMaxSubs=20
;eventsMaxNotify=40



;==========================================================
[Publish values]
;==========================================================
;pubMaxPublishServer=20
;pubAuthenticate=false
;pubMinExpire=0
;pubDefaultExpire=3600
; === pubInfoPerPackage - a list of supported xml format types per package and template, can be separated with <;> ===
; === the format is: package1[.template1]:format1,format2;package2[.template2]:format3,format4
; === example: pubNumPackages=1 and pubInfoPerPackage=presence:application/pidf+xml
;pubNumPackages=0
;==========================================================
[PA values]
;==========================================================
;paMaxPAPresentity=20
;paMinTimer=300
;paForceTimer=600
;bPaAddRegInfo=false
;bUsePASC=false
;bPaAggHardState=false

;==========================================================
[Resources stack]
;==========================================================
;StackMaxConnections=-1
;StackSendReceiveBufferSize=2048
;StackGeneralPoolNumOfPages=2220
;StackGeneralPoolPageSize=1024
;StackMessagePoolNumOfPages=2675
;StackMessagePoolPageSize=1536
;StackMaxNumElementsInSingleDnsList=0
;StackElementPoolNumofPages=1804
;StackElementPoolPageSize=250
;==========================================================
[Stack configuration]
;==========================================================
;StackOutboundProxyIpAddress=
;StackOutboundProxyPort=5060
;StackOutboundProxyHostName=
;===StackOutboundProxyTransport = <undefined> | <udp> | <tcp> | <sctp> | <tls> ==
;StackOutboundProxyTransport=undefined
LocalUdpAddresses=127.0.0.1:5060
;LocalTcpAddresses=127.0.0.1:5060
;StackTcpEnabled=false
;StackUseRportParamInVia=false

;==========================================================
[Stack timers]
;==========================================================
;StackCancelGeneralNoResponseTimer=32000
;StackCancelInviteNoResponseTimer=32000
;StackGeneralLingerTimer=32000
;StackGeneralRequestTimeoutTimer=32000
;StackInviteLingerTimer=32000
;StackProvisionalTimer=180000
;StackProxy2xxRcvdTimer=32000
;StackProxy2xxSentTimer=0
;StackRetransmissionT1=500
;StackRetransmissionT2=4000
;StackRetransmissionT4=5000


;==========================================================
[Stack DNS parameters]
;==========================================================
[ This block contains:
[ max size of DNS list, And a list of DNS servers (please specify list size) in the following format:
[ StackDnsServer=ipstring:port (xxx.xxx.xxx.xxx:pppp - IPv4, [xxxx:x...x:xxxx]:pppp - IPv6)
;StackNumOfDnsServers=2
;StackDnsServer=172.28.69.62:0;1.2.3.4:0
;StackNumOfDnsDomains=2
;StackDnsDomains=radvision.com;walla.com
;StackMaxDnsDomains=5
;StackMaxDnsServers=5
;StackMaxDnsBuffLen=1024

;==========================================================
[Multi-Threaded parameters]
;==========================================================
;StackNumberOfProcessingThreads=0
;StackProcessingQueueSize=1540
;StackNumOfReadBuffers=770

;==========================================================
[SIP Server Default Logging Filters]
;==========================================================
DefaultSipServerLogFilters=DEBUG,INFO,WARNING,ERROR,EXCEPTION
;StackDefaultLogFilters=DEBUG,INFO,WARNING,ERROR,EXCEPTION
;StackCoreLogFilters=DEBUG,INFO,WARNING,ERROR,EXCEPTION
;StackAdsLogFilters=DEBUG,INFO,WARNING,ERROR,EXCEPTION

;==========================================================
[SIP Server Logging Filters]
;==========================================================
;CoreAPILogFilters=DEBUG,INFO,WARNING,ERROR,EXCEPTION
;SipServerMgrLogFilters=DEBUG,INFO,WARNING,ERROR,EXCEPTION
;TransactionSFLogFilters=DEBUG,INFO,WARNING,ERROR,EXCEPTION
;StatelessLogFilters=DEBUG,INFO,WARNING,ERROR,EXCEPTION
;PolicyMgrLogFilters=DEBUG,INFO,WARNING,ERROR,EXCEPTION
;ProxyListLogFilter=DEBUG,INFO,WARNING,ERROR,EXCEPTION
;RegServerLogFilters=DEBUG,INFO,WARNING,ERROR,EXCEPTION
;B2BUALogFilters=DEBUG,INFO,WARNING,ERROR,EXCEPTION
;PresLogFilters=DEBUG,INFO,WARNING,ERROR,EXCEPTION
;ServerDialogLogFilters=DEBUG,INFO,WARNING,ERROR,EXCEPTION
;ServerAuthLogFilter=DEBUG,INFO,WARNING,ERROR,EXCEPTION
;ServerTransportLogFilters=DEBUG,INFO,WARNING,ERROR,EXCEPTION
;ServerEventsLogFilters=DEBUG,INFO,WARNING,ERROR,EXCEPTION
;WinfoLogFilters=DEBUG,INFO,WARNING,ERROR,EXCEPTION
;XMLLogFilters=DEBUG,INFO,WARNING,ERROR,EXCEPTION
;PubLogFilters=DEBUG,INFO,WARNING,ERROR,EXCEPTION
;paLogFilters=DEBUG,INFO,WARNING,ERROR,EXCEPTION


;==========================================================
[Stack Logging Filters]
;==========================================================
;StackLogFilters=DEBUG,INFO,WARNING,ERROR,EXCEPTION,SYNC
;StackCallLegLogFilters=DEBUG,INFO,WARNING,ERROR,EXCEPTION,SYNC
;StackMsgLogFilters=DEBUG,INFO,WARNING,ERROR,EXCEPTION,SYNC
;StackTransportLogFilters=DEBUG,INFO,WARNING,ERROR,EXCEPTION,SYNC
;StackParserLogFilters=DEBUG,INFO,WARNING,ERROR,EXCEPTION,SYNC
;StackTransactionLogFilters=DEBUG,INFO,WARNING,ERROR,EXCEPTION,SYNC
;StackMsgBuilderLogFilters=DEBUG,INFO,WARNING,ERROR,EXCEPTION,SYNC
;StackAuthenticatorLogFilters=DEBUG,INFO,WARNING,ERROR,EXCEPTION,SYNC
;StackSubsLogFilters=DEBUG,INFO,WARNING,ERROR,EXCEPTION,SYNC
;StackTransmitterLogFilters=DEBUG,INFO,WARNING,ERROR,EXCEPTION,SYNC
;[Stack ADS Filters]
;StackAdsRListLogFilters=DEBUG,INFO,WARNING,ERROR,EXCEPTION,SYNC
;StackAdsRaLogFilters=DEBUG,INFO,WARNING,ERROR,EXCEPTION,SYNC
;StackAdsRPoolLogFilters=DEBUG,INFO,WARNING,ERROR,EXCEPTION,SYNC
;StackAdsHashLogFilters=DEBUG,INFO,WARNING,ERROR,EXCEPTION,SYNC
;StackAdsPqueueLogFilters=DEBUG,INFO,WARNING,ERROR,EXCEPTION,SYNC
;[Stack Core Filters]
;StackSemaphoreLogFilters=DEBUG,INFO,WARNING,ERROR,EXCEPTION,SYNC
;StackMutexLogFilters=DEBUG,INFO,WARNING,ERROR,EXCEPTION,SYNC
;StackLockLogFilters=DEBUG,INFO,WARNING,ERROR,EXCEPTION,SYNC
;StackMemoryLogFilters=DEBUG,INFO,WARNING,ERROR,EXCEPTION,SYNC
;StackThreadLogFilters=DEBUG,INFO,WARNING,ERROR,EXCEPTION,SYNC
;StackQueueLogFilters=DEBUG,INFO,WARNING,ERROR,EXCEPTION,SYNC
;StackTimerLogFilters=DEBUG,INFO,WARNING,ERROR,EXCEPTION,SYNC
;StackTimeStampLogFilters=DEBUG,INFO,WARNING,ERROR,EXCEPTION,SYNC
;StackClockLogFilters=DEBUG,INFO,WARNING,ERROR,EXCEPTION,SYNC
;StackTmLogFilters=DEBUG,INFO,WARNING,ERROR,EXCEPTION,SYNC
;StackSocketLogFilters=DEBUG,INFO,WARNING,ERROR,EXCEPTION,SYNC
;StackPortRangeLogFilters=DEBUG,INFO,WARNING,ERROR,EXCEPTION,SYNC
;StackSelectLogFilters=DEBUG,INFO,WARNING,ERROR,EXCEPTION,SYNC
;StackHostLogFilters=DEBUG,INFO,WARNING,ERROR,EXCEPTION,SYNC
;StackTlsLogFilters=DEBUG,INFO,WARNING,ERROR,EXCEPTION,SYNC
;StackAresLogFilters=DEBUG,INFO,WARNING,ERROR,EXCEPTION,SYNC



;==========================================================
[TLS parameters]
;==========================================================
;LocalTlsAddresses=127.0.0.1:5061
;StackTlsEnabled=false
;StackNumOfTlsEngines=0
;StackMaxTlsSessions=-1


;==========================================================
[Persistent Connection parameters]
;==========================================================
;=== ePersistencyLevel = <transc> | <transcUser>        ===
;=== if not defined then ePersistencyLevel = undefined  ===
;StackPersistencyLevel=undefined
;StackServerConnectionTimeout=-1


;==========================================================
[XML Encoder values]
;==========================================================
;XMLMaxNumDocs=65
;XMLMaxNumTags=650
;XMLMaxNumAttributes=1300
;XMLNumPages=65
;XMLPageSize=1024

;==========================================================
[Security Component Config]
;==========================================================
;MaxUsers=50
;Domain="radvision.com"
;Qpaque="DefultOpaq"
;Private-Key=12345
;qop="55fffkkde54"
;Realm="radvision.com" 
;Nonce="123-123-123"
;ClientAuthUsername=bob
;ClientAuthPassword=xyz123
;PwdAttribName=SIPIdentityPassword
;MaxQueries=20
;=== securityDbServiceType = <Local> | <Remote Ldap>        ===
;securityDbServiceType=Local
;SecurityLogFilters=DEBUG,INFO,WARNING,ERROR,EXCEPTION

;==========================================================
[Location DB Component Config]
;==========================================================
;MaxContactHeaders=40
;MaxRegister=20
;NumOfPages=50
;PageSize=768
;NumOfLookupPages=1
;lookupPageSize=2048
;=== locationDbServiceType = <Local> | <Remote Ldap>        ===
;locationDbServiceType=Local
;LocationDBLogFilters=DEBUG,INFO,WARNING,ERROR,EXCEPTION

;==========================================================
[PASC Component Config]
;==========================================================
;PASCNumOfPages=10
;PASCPageSize=1024
;PASCPresDocLen=2048
;PASCLogFilters=DEBUG,INFO,WARNING,ERROR,EXCEPTION

;==========================================================
[XmlParserIntf Component Config]
;==========================================================
;XmlParserIntfNumOfRaElem=1
;XmlParserIntfRaElemSize=2048
;XmlParserIntfLogFilters=DEBUG,INFO,WARNING,ERROR,EXCEPTION


