11
0
Fork 0
This repository has been archived on 2022-03-30. You can view files and clone it, but cannot push or open issues or pull requests.
chan_openbsc/openbsc.conf.sample

30 lines
517 B
Plaintext

;
; Asterisk OpenBSC channel driver configuration
;
[general]
; Path to OpenBSC config
config_file = /path/to/openbsc.cfg
; Path to OpemBSC HLR db file
db_file = /path/to/hlr.sqlite3
; Debugging option (empty to disable, colon separated values)
; debug = DRLL:DCC:DMM:DRR:DRSL:DNM
; Color log
; debug_color = yes
; Timestamped log
; debug_timestamp = no
; Custom reject cause for LOCATION UPDATING REJECT
; reject_cause = 0
; PCAP file
; pcap_file = /path/to/log.pcap
; Bind Address
; bindaddr = 192.168.0.1