Help for auto_config.ini
========================

; The "auto_config.ini" file can be used in combination with a pre-configured setup
; or a Terminal Server installation.
; You can create a pre-configured setup via menu [File > Create Setup].

;AutoConfig-Parameters in config.dat
;-----------------------------------
;
; To ensure that the parameters in "auto_config.ini" are processed by CTI Client,
; you have to set parameter "[AUTO_CONFIG]/AutoConfigFlags=0xFFFFFFFF" in config.dat file.
; The config.dat file is stored in the root of the working directory.
;
; More AutoConfig-Parameters in config.dat:
; [AUTO_CONFIG]
; RunAlways=1                          ; The auto_config.ini file will be processed on every program start
;                                      ; Useful in combination with an external auto_config.ini file.
; File=cfg\auto_config.ini             ; Per default the auto_config.ini in the working directory is used.
;                                      ; Here you can define a different path. Example: N:\Config\CTI_Client\auto_config.ini
;
;-----------------------------------
; End of AutoConfig-Parameters in config.dat



;Content of auto_config.ini
;-------------------------
;
;
; Next you can define one ore more sections with [COMPUTERNAME_XXX] and/or [USERNAME_XXX].
; The auto-config procedure searches for a suitable section in this order: [USERNAME_XXX], [COMPUTERNAME_XXX], [ALL].
; The section order within auto_config.ini has no influence.
;
; Within section you can use one ore more of the described parameters.


[COMPUTERNAME_XXX]                     ; Please replace XXX with a computer name. 
TAPI_LineName=                         ; TAPI line name for "computer name"
                                       ; You can use wildcards:
                                       ; Ext_*      => The first line starting with "Ext_" will be used.
                                       ; *Ext_      => The first line with "Ext_" in name will be used.
                                       ; 
                                       ; Hints:
                                       ; - This parameter needs an existing preconfigured line. Only the line name will be replaced.
                                       ; - If you use the following parameters for Asterisk Line1, you can ignore TAPI_LineName.

                                       ; Parameters for Asterisk Server (if used)
AsteriskServer_IP=                     ; 
AsteriskServer_Username=               ; 
AsteriskServer_Pwd=                    ;
 
                                       ; Parameters for Asterisk Line1 (if used)
AsteriskLine_Channel=                  ; example: SIP/303
AsteriskLine_Username=                 ; = parameter "Your Name" in driver config dialog
AsteriskLine_Context=                  ; dial context
AsteriskSpecialPhoneType=              ; Snom or Aastra
Phone_IP=                              ; if Snom or Aastra Phone
Phone_Username=                        ; if Snom or Aastra Phone
Phone_Pwd=                             ; if Snom or Aastra Phone
ActionsURL_Port=                       ; if Snom or Aastra Phone
OutlookAddin=                          ; =1 to activate the CTI Client's Outlook Addin





[USERNAME_XXX]                         ; Please replace XXX with a user name. 
TAPI_LineName=                         ; Parameter description see section [COMPUTERNAME_XXX]
...                                    ;


[ALL]                                  ; This section is used if no other section fits.
TAPI_LineName=                         ; Parameter description see section [COMPUTERNAME_XXX]
...                                    ;
