Код: Выделить всё
core reload
...
-- Reloading module 'res_adsi.so' (ADSI Resource)
-- Reloading module 'res_config_curl.so' (Realtime Curl configuration)
-- Reloading module 'res_config_mysql.so' (MySQL RealTime Configuration Driver)
== MySQL RealTime reloaded.
-- Reloading module 'res_config_odbc.so' (Realtime ODBC configuration)
-- Reloading module 'res_crypto.so' (Cryptographic Digital Signatures)
-- Reloading module 'res_fax.so' (Generic FAX Applications)
-- Reloading module 'res_musiconhold.so' (Music On Hold Resource)
-- Reloading module 'res_odbc.so' (ODBC resource)
== Parsing '/etc/asterisk/res_odbc.conf': Found
== Parsing '/etc/asterisk/res_odbc_custom.conf': Found
== Parsing '/etc/asterisk/res_odbc_additional.conf': Found
[2014-11-27 13:49:52] NOTICE[24891]: res_odbc.c:1537 odbc_obj_connect: Connecting asteriskcdrdb
[2014-11-27 13:49:52] NOTICE[24891]: res_odbc.c:1569 odbc_obj_connect: res_odbc: Connected to asteriskcdrdb [MySQL-asteriskcdrdb]
[2014-11-27 13:49:52] NOTICE[24891]: res_odbc.c:924 load_odbc_config: Registered ODBC class 'asteriskcdrdb' dsn->[MySQL-asteriskcdrdb]
-- Reloading module 'res_rtp_asterisk.so' (Asterisk RTP Stack)
Код: Выделить всё
udptl show config
UDPTL Global options
--------------------
udptlstart: 4000
udptlend: 4999
udptlfecentries: 0
udptlfecspan: 0
use_even_ports: No
udptlchecksums: Yes
Код: Выделить всё
; DEFAULTS:
;
; UDPTL start and UDPTL end configure start and end addresses
;
udptlstart=10000
udptlend=30000
;
; Whether to enable or disable UDP checksums on UDPTL traffic
;
; udptlchecksums=no
;
; The number of error correction entries in a UDPTL packet
;
udptlfecentries = 3
;
; The span over which parity is calculated for FEC in a UDPTL packet
;
udptlfecspan = 3
;
; Some VoIP providers will only accept an offer with an even-numbered
; UDPTL port. Set this option so that Asterisk will only attempt to use
; even-numbered ports when negotiating T.38. Default is no.
;
use_even_ports = no
[general]
#include udptl_custom.conf