|
|
@ -23,7 +23,8 @@ enabled => no
|
|
|
|
; (or /usr/local/etc/odbc.ini, on FreeBSD and similar systems).
|
|
|
|
; (or /usr/local/etc/odbc.ini, on FreeBSD and similar systems).
|
|
|
|
dsn => asterisk
|
|
|
|
dsn => asterisk
|
|
|
|
;
|
|
|
|
;
|
|
|
|
; Username for connecting to the database. The user defaults to the context name if unspecified.
|
|
|
|
; Username for connecting to the database. The user defaults to the context
|
|
|
|
|
|
|
|
; name if unspecified.
|
|
|
|
;username => myuser
|
|
|
|
;username => myuser
|
|
|
|
;
|
|
|
|
;
|
|
|
|
; Password for authenticating the user to the database. The default
|
|
|
|
; Password for authenticating the user to the database. The default
|
|
|
@ -68,8 +69,9 @@ pre-connect => yes
|
|
|
|
; during realtime updates. Disabling this option causes empty column values to be
|
|
|
|
; during realtime updates. Disabling this option causes empty column values to be
|
|
|
|
; stored as NULLs for non-text columns.
|
|
|
|
; stored as NULLs for non-text columns.
|
|
|
|
; Disable it for PostgreSQL backend in order to avoid errors caused by updating
|
|
|
|
; Disable it for PostgreSQL backend in order to avoid errors caused by updating
|
|
|
|
; integer columns with an empty string instead of NULL (sipppeers,sipregs)
|
|
|
|
; integer columns with an empty string instead of NULL (sippeers, sipregs, ..).
|
|
|
|
; NOTE: This option will be removed in asterisk 13. At that point, it will always behave as if it was set to 'no'.
|
|
|
|
; NOTE: This option will be removed in asterisk 13. At that point, it will always
|
|
|
|
|
|
|
|
; behave as if it was set to 'no'.
|
|
|
|
;allow_empty_string_in_nontext => yes
|
|
|
|
;allow_empty_string_in_nontext => yes
|
|
|
|
;
|
|
|
|
;
|
|
|
|
; How long (in seconds) should we attempt to connect before considering the
|
|
|
|
; How long (in seconds) should we attempt to connect before considering the
|
|
|
|