You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
lua-ngcp-kamailio/copy_templates.sh

7 lines
440 B

#!/bin/sh
tpage --define PRO=true templates/proxy/prefs.lua > /etc/ngcp-config/templates/etc/kamailio/proxy/prefs.lua.tt2
tpage --define PRO=true templates/proxy/kamailio.cfg > /etc/ngcp-config/templates/etc/kamailio/proxy/kamailio.cfg.customtt.tt2
tpage --define PRO=true templates/proxy/proxy.cfg > /etc/ngcp-config/templates/etc/kamailio/proxy/proxy.cfg.customtt.tt2
ngcpcfg build /etc/kamailio/proxy
invoke-rc.d kamailio-proxy restart