Add remote transcoding sip profile
Also, adds a global var vpn_ip for clarity.
This commit is contained in:
parent
a371dd54fe
commit
20c16d811a
2 changed files with 53 additions and 0 deletions
|
@ -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"/>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue