Add remote transcoding sip profile

Also, adds a global var vpn_ip for clarity.
This commit is contained in:
Keith Whyte 2023-07-08 01:32:40 +02:00
parent a371dd54fe
commit 20c16d811a
2 changed files with 53 additions and 0 deletions

View file

@ -37,6 +37,7 @@
-->
<X-PRE-PROCESS cmd="set" data="local_ip_v4=<%= @vpn_ip_address %>"/>
<X-PRE-PROCESS cmd="set" data="vpn_ip=<%= @vpn_ip_address %>"/>
<X-PRE-PROCESS cmd="set" data="interface_ip=interface:<%= @fs_bound_if %>"/>
<X-PRE-PROCESS cmd="set" data="external_ip=<%= @wan_ip_address %>"/>
<X-PRE-PROCESS cmd="set" data="sound_prefix=$${sounds_dir}/rccn"/>