Fix the record-template path assume multi-tenant
This commit is contained in:
parent
c8cf795c10
commit
2008f1d8db
|
|
@ -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 -->
|
||||
|
|
|
|||
Loading…
Reference in New Issue