|
|
|
|
@ -1,4 +1,8 @@
|
|
|
|
|
[% TAGS [- -] %]
|
|
|
|
|
[% argv.role='lb'; argv.type='sip_ext'; PROCESS '/usr/lib/ngcp-ngcpcfg/get_all_shared_ips'; sip_ext_ips = out -%]
|
|
|
|
|
[% IF !sip_ext_ips.size -%]
|
|
|
|
|
[% argv.role='lb'; argv.type='sip_ext'; PROCESS '/usr/lib/ngcp-ngcpcfg/get_all_ips'; sip_ext_ips = out -%]
|
|
|
|
|
[% END -%]
|
|
|
|
|
<config debugging="0"
|
|
|
|
|
prov_user="[% www_csc.prov_user %]"
|
|
|
|
|
prov_pass="[% www_csc.prov_pass %]"
|
|
|
|
|
@ -71,12 +75,12 @@
|
|
|
|
|
/>
|
|
|
|
|
<uaprovisioning>
|
|
|
|
|
<xcap
|
|
|
|
|
host="[% networking.eaddress %]"
|
|
|
|
|
host="[% sip_ext_ips.0 %]"
|
|
|
|
|
port="[% nginx.xcap_port %]"
|
|
|
|
|
proto="https"
|
|
|
|
|
/>
|
|
|
|
|
<sip
|
|
|
|
|
host="[% networking.eaddress %]"
|
|
|
|
|
host="[% sip_ext_ips.0 %]"
|
|
|
|
|
plain_port="[% kamailio.lb.port %]"
|
|
|
|
|
tls_port="[% kamailio.lb.tls.port %]"
|
|
|
|
|
tls_enabled="[% kamailio.lb.tls.enable %]"
|
|
|
|
|
|