Change the .wav to ${record_ext} in the internal sip profiles.

This commit is contained in:
markjcrane
2015-12-23 13:23:54 -07:00
parent 6788b15184
commit 3e09e32390
2 changed files with 2 additions and 2 deletions

View File

@@ -28,7 +28,7 @@
<param name="apply-inbound-acl" value="domains"/>
<param name="apply-register-acl" value="domains" enabled="false"/>
<param name="dtmf-type" value="info" enabled="false"/>
<param name="record-template" value="$${recordings_dir}/${caller_id_number}.${strftime(%Y-%m-%d-%H-%M-%S)}.wav"/>
<param name="record-template" value="$${recordings_dir}/${caller_id_number}.${strftime(%Y-%m-%d-%H-%M-%S)}.${record_ext}"/>
<!--enable to use presence and mwi -->
<param name="manage-presence" value="true"/>
<!-- This setting is for AAL2 bitpacking on G726 -->

View File

@@ -141,7 +141,7 @@
<param name="caller-id-type" value="none" enabled="false"/>
<param name="record-path" value="$${recordings_dir}"/>
<param name="record-template" value="${domain_name}/archive/${strftime(%Y)}/${strftime(%b)}/${strftime(%d)}/${uuid}.wav"/>
<param name="record-template" value="${domain_name}/archive/${strftime(%Y)}/${strftime(%b)}/${strftime(%d)}/${uuid}.${record_ext}"/>
<!--enable to use presence -->
<param name="manage-presence" value="true"/>
<!-- send a presence probe on each register to query devices to send presence instead of sending presence with less info -->