;                            appConfig.txt
;                            -------------
; ====================================================
; configuration file containing application parameters
; ====================================================
; 1) Please note - the parameter's names as well as values are case sensitive.
; 2) There shuold 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 advisible, 
;    that way you can put it back with ease.

;==========================================================
Application behaviour parameters
;==========================================================
;=== First Party To Header (example: To<sip:A@172.20.1.20:5082>)
FirstPartyTo=To:<sip:A@172.20.1.20:5082>

;=== Second Party To Header (example: To<sip:B@172.20.1.20:5072>)
SecondPartyTo=To:<sip:B@172.20.1.20:5072>

;=== Indicate wheter to transfer the call to a third party when the call
;=== is connected use, true or false.
TransferCallOnConnected=false

;=== Transferred-To To Header (example: To<sip:C@172.20.1.20:5072>)
Transferred-To=To:<sip:C@172.20.1.20:5082>

