]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
FS-5718 --resolve
authorBrian West <brian@freeswitch.org>
Wed, 21 Aug 2013 16:33:13 +0000 (11:33 -0500)
committerBrian West <brian@freeswitch.org>
Wed, 21 Aug 2013 16:33:29 +0000 (11:33 -0500)
conf/vanilla/vars.xml

index c3f235bfe3bcc0583abc800ef92acfea741af8a3..950e222c3ee21437f64b79c8d81fd4ab5b94e17a 100644 (file)
   -->
   <X-PRE-PROCESS cmd="set" data="default_password=1234"/>
   <!-- Did you change it yet? -->
+  <!--
+      The following variables are set dynamically - claculated if possible by freeswitch - and 
+      are available to the config as $${variable}.  You can see their calculated value via fs_cli
+      by entering eval $${variable}
+      
+      hostname
+      local_ip_v4 
+      local_mask_v4
+      local_ip_v6
+      switch_serial
+      base_dir
+      recordings_dir
+      sound_prefix
+      sounds_dir
+      core_uuid
+      zrtp_enabled
+      nat_public_addr
+      nat_private_addr
+      nat_type
+      
+  -->
+
 
   <X-PRE-PROCESS cmd="set" data="sound_prefix=$${sounds_dir}/en/us/callie"/>