puppet/modules/rhizo_base/templates/osmo-hlr.cfg.erb

69 lines
1.5 KiB
Text

!
! OsmoHLR (UNKNOWN) configuration by puppet
!!
!
log stderr
logging filter all 1
logging color 1
logging print category-hex 0
logging print category 1
logging print extended-timestamp 1
logging print level 1
logging print file basename
logging level main notice
logging level db notice
logging level auc notice
logging level ss info
logging level lglobal notice
logging level llapd notice
logging level linp error
logging level lmux notice
logging level lmi notice
logging level lmib notice
logging level lsms notice
logging level lctrl notice
logging level lgtp notice
logging level lstats notice
logging level lgsup notice
logging level loap notice
logging level lss7 notice
logging level lsccp notice
logging level lsua notice
logging level lm3ua notice
logging level lmgcp notice
logging level ljibuf notice
logging level lrspro notice
!
stats interval 10
stats reporter statsd
remote-ip 172.16.0.1
remote-port 8125
level global
no prefix
enable
!
line vty
no login
!
ctrl
bind 127.0.0.1
hlr
store-imei
database <%= @hlr_db %>
subscriber-create-on-demand 5 none
gsup
bind ip <%= @vpn_ip_address %>
ipa-name HLR-<%= @ipa_name %>
ussd route prefix *#100# internal own-msisdn
ussd route prefix *#101# internal own-imsi
mslookup
ignore-created-on-demand
server
mdns bind 239.192.23.42 4266
service sip.voice at <%= @vpn_ip_address %> 5060
service smpp.sms at <%= @vpn_ip_address %> 2775
client
mdns bind 239.192.23.42 4266
timeout 1500
create-on-demand-fallback
end