Difference between revisions of "SIP Profiles"
Line 3: | Line 3: | ||
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]]). | 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'' | + | ''''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: | 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="${caller_id_number}.${target_domain}.${strftime(%Y-%m-%d-%H-%M-%S)}.wav"/> | <param name="record-template" value="${caller_id_number}.${target_domain}.${strftime(%Y-%m-%d-%H-%M-%S)}.wav"/> |
Revision as of 06:21, 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="${caller_id_number}.${target_domain}.${strftime(%Y-%m-%d-%H-%M-%S)}.wav"/> and internal-ipv6.xml as: <param name="record-template" value="$${recordings_dir}/${caller_id_number}.${target_domain}.${strftime(%Y-%m-%d-%H-%M-%S)}.wav"/>
In a future release of FusionPBX these should be standardised with the new uuid based naming and the new recordings directory.