Fix the record-template path assume multi-tenant

This commit is contained in:
Mark Crane 2014-07-30 05:17:49 +00:00
parent c8cf795c10
commit 2008f1d8db
1 changed files with 1 additions and 1 deletions

View File

@ -141,7 +141,7 @@
<!--<param name="caller-id-type" value="none"/>-->
<param name="record-path" value="$${recordings_dir}"/>
<param name="record-template" value="${caller_id_number}.${target_domain}.${strftime(%Y-%m-%d-%H-%M-%S)}.wav"/>
<param name="record-template" value="${domain_name}/archive/${strftime(%Y)}/${strftime(%b)}/${strftime(%d)}/${uuid}.wav"/>
<!--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 -->