;                            appConfig.txt
;                            -------------
; ====================================================
; configuration file containing application parameters
; ====================================================
; 1) This file is for internal use only!!!
; 2) Please note - the parameter's names as well as values are case sensitive.
; 3) There should be no spaces between the parameter and it's value.
; 4) If you want to delete a parameter, using a semi-colon to 'remark' it is advisable, 
;    that way you can put it back with ease.

[App Behaviour]
;TerminateOnErrors=false
;TerminateOnNoActiveDlg=true
;AutoAddBody=false
;LogLdapTranscQueries=true
;UseOldStateLessCB=false
;TerminateProxyTrxOnMsgSent=false

[Memory Allocation]
;AppPoolNumOfPages=512
;AppPoolPageSize=4387

[Server Domains]
;the values for SipServerOtherDomainsList below are given as an example for values that can be set for this parameter 
SipServerOtherDomainsList=tel:1234567;pres:bob.radvision.com

[Tls parameters]
TlsClientKeyFile=TPX_certs/localhost.server.key-cert.pem
TlsClientCAFile=TPX_certs/SipServerCaCert.pem;TPX_certs/SipStackCACert.pem
TlsServerKeyFile=TPX_certs/localhost.server.key-cert.pem
TlsServerCAFile=TPX_certs/SipServerCaCert.pem;TPX_certs/SipStackCACert.pem


; TlsMethod: defines the SSL methods that will be used in application TLS engines.
; optional values are <sslv2> | <sslv3> | <tlsv1> most current application uses tlsv1
TlsMethod=tlsv1
