Difference between revisions of "SIP Profiles"
From FusionPBX
(2 intermediate revisions by one other user not shown) | |||
Line 6: | Line 6: | ||
The name of recordings started using a SIP INFO RECORD message (sent by a record button, if available, on some models of IP phones such as the Yealink phones) are defined here in internal.xml as: | The name of recordings started using a SIP INFO RECORD message (sent by a record button, if available, on some models of IP phones such as the Yealink phones) are defined here in internal.xml as: | ||
− | <param name="record-template" value="${ | + | |
+ | <param name="record-template" value="$${recordings_dir}/archive/${strftime(%Y)}/${strftime(%b)}/${strftime(%d)}/${uuid}.wav"/> | ||
+ | |||
and internal-ipv6.xml as: | and internal-ipv6.xml as: | ||
− | |||
− | + | <param name="record-template" value="$${recordings_dir}/archive/${strftime(%Y)}/${strftime(%b)}/${strftime(%d)}/${uuid}.wav"/> |
Latest revision as of 06:57, 5 January 2011
Menu: (Advanced-SIP Profiles)
Note that after editing a SIP profile you will need to Apply Settings, then rescan that SIP profile (go to Status-SIP Status) and then you will need to restart that SIP profile (also at Status-SIP Status).
Recordings
The name of recordings started using a SIP INFO RECORD message (sent by a record button, if available, on some models of IP phones such as the Yealink phones) are defined here in internal.xml as:
<param name="record-template" value="$${recordings_dir}/archive/${strftime(%Y)}/${strftime(%b)}/${strftime(%d)}/${uuid}.wav"/>
and internal-ipv6.xml as:
<param name="record-template" value="$${recordings_dir}/archive/${strftime(%Y)}/${strftime(%b)}/${strftime(%d)}/${uuid}.wav"/>