Jump to: navigation, search

GVP MCP:msml:record-filenametemplate

(Karlabel used the OptionPublish action.)
 
(9 intermediate revisions by 2 users not shown)
Line 4: Line 4:
 
|valid=Please specify a valid template following the instructions in the description.
 
|valid=Please specify a valid template following the instructions in the description.
 
|takeseffect=Immediately
 
|takeseffect=Immediately
|shortdesc=This parameter specifies the default template for generating MSML recording (aka GIR-Recording) and IVR-Recording file names.  
+
|shortdesc=This parameter specifies the default template for generating MSML recording (aka GIR-Recording) and IVR-Recording file names.
           
+
 
 
For MSML recording (GIR-Recording):
 
For MSML recording (GIR-Recording):
*Any gvp:param present in the template may be replaced by its value if specified using MSML.
+
- Any gvp:param present in the template may be replaced by its value if specified using MSML.
*Some possible template parameters: $id$, $dateTime$, $MCPDateTime$, $dnis$, $recordDN$, $ani$, $callUuid$, $sipsAppName$, $connId$, $record$, $dest$, $dest2$, $type$, $type2$, $channels$, $channels2$, $AWSRegion$, $AWSRegion2$, $callrec_dest$, $audiosrc$, $tonesilenceduration$, and any other gvp:param present in MSML.
+
- Some possible template parameters: $id$, $dateTime$, $MCPDateTime$, $dnis$, $recordDN$, $ani$, $callUuid$, $sipsAppName$, $connId$, $record$, $dest$, $dest2$, $type$, $type2$, $channels$, $channels2$, $AWSRegion$, $AWSRegion2$, $callrec_dest$, $audiosrc$, $tonesilenceduration$, and any other gvp:param present in MSML.
*Example: The template $id$_$record$_$MCPDateTime$ produces the file name "basicrecid12345_source_2013-09-13_08-10-15_*.*" where $id$ is specified as "basicrecid12345", $record$ is specified as "source" using MSML gvp:param and $MCPDateTime$ enables insertion of MCP local time.
+
- Example: The template $id$_$record$_$MCPDateTime$ produces the file name "basicrecid12345_source_2013-09-13_08-10-15_*.*" where $id$ is specified as "basicrecid12345", $record$ is specified as "source" using MSML gvp:param and $MCPDateTime$ enables insertion of MCP local time.
  
 
For IVR-Recording:
 
For IVR-Recording:
*Some of the parameters passed in the INVITE RURI are accepted.
+
- Some of the parameters passed in the INVITE RURI are accepted.
*Possible template parameters: $id$, $dateTime$, $MCPDateTime$, $dnis$, $recordDN$, $ani$, $callUuid$ and $sipsAppName$.
+
- Possible template parameters: $id$, $dateTime$, $MCPDateTime$, $dnis$, $recordDN$, $ani$, $callUuid$ and $sipsAppName$.
*The $id$ template is equivalent to $callUuid$_$dateTime$ template. The date and time used is in UTC mode retrieved from the MCP machine.
+
- The $id$ template is equivalent to $callUuid$_$dateTime$ template. The date and time used is in UTC mode retrieved from the MCP machine.
*Example: The template $callUuid$_$MCPDateTime$ produces the file name "SDFGTRE3456YHBVFT543_2018-04-26_13-33-46_*.*" where "SDFGTRE3456YHBVFT543" is the SIP header XGENESYSCALLUUID value and $MCPDateTime$ enables insertion of MCP local time.
+
- Example: The template $callUuid$_$MCPDateTime$ produces the file name "SDFGTRE3456YHBVFT543_2018-04-26_13-33-46_*.*" where "SDFGTRE3456YHBVFT543" is the SIP header XGENESYSCALLUUID value and $MCPDateTime$ enables insertion of MCP local time.
  
 
Notes:
 
Notes:
*The template $dateTime$ is replaced by the UTC time, and $MCPDateTime$ is replaced by the local time from the MCP machine.
+
- The template $dateTime$ is replaced by the UTC time, and $MCPDateTime$ is replaced by the local time from the MCP machine.
*There is a 260 character limit (including directory names and extension) for the recording file name on Windows.
+
- There is a 260 character limit (including directory names and extension) for the recording file name on Windows.
*Parameters are case sensitive.
+
- Parameters are case sensitive.
 +
 
 
}}
 
}}
 
{{DraftOption
 
{{DraftOption
 
}}
 
}}
 +
 
{{PubExtended}}
 
{{PubExtended}}
 +
 
{{DraftExtended
 
{{DraftExtended
 
}}
 
}}
 +
 
{{OptionCreate
 
{{OptionCreate
 
|component=GVP_MCP
 
|component=GVP_MCP

Latest revision as of 16:11, June 29, 2020



View in ref guide.

Edit this option          Publish this option          Clear draft content


Published Option

record.filenametemplate

Default Value: $id$
Valid Values: Please specify a valid template following the instructions in the description.
Changes Take Effect: Immediately


This parameter specifies the default template for generating MSML recording (aka GIR-Recording) and IVR-Recording file names.

For MSML recording (GIR-Recording): - Any gvp:param present in the template may be replaced by its value if specified using MSML. - Some possible template parameters: $id$, $dateTime$, $MCPDateTime$, $dnis$, $recordDN$, $ani$, $callUuid$, $sipsAppName$, $connId$, $record$, $dest$, $dest2$, $type$, $type2$, $channels$, $channels2$, $AWSRegion$, $AWSRegion2$, $callrec_dest$, $audiosrc$, $tonesilenceduration$, and any other gvp:param present in MSML. - Example: The template $id$_$record$_$MCPDateTime$ produces the file name "basicrecid12345_source_2013-09-13_08-10-15_*.*" where $id$ is specified as "basicrecid12345", $record$ is specified as "source" using MSML gvp:param and $MCPDateTime$ enables insertion of MCP local time.

For IVR-Recording: - Some of the parameters passed in the INVITE RURI are accepted. - Possible template parameters: $id$, $dateTime$, $MCPDateTime$, $dnis$, $recordDN$, $ani$, $callUuid$ and $sipsAppName$. - The $id$ template is equivalent to $callUuid$_$dateTime$ template. The date and time used is in UTC mode retrieved from the MCP machine. - Example: The template $callUuid$_$MCPDateTime$ produces the file name "SDFGTRE3456YHBVFT543_2018-04-26_13-33-46_*.*" where "SDFGTRE3456YHBVFT543" is the SIP header XGENESYSCALLUUID value and $MCPDateTime$ enables insertion of MCP local time.

Notes: - The template $dateTime$ is replaced by the UTC time, and $MCPDateTime$ is replaced by the local time from the MCP machine. - There is a 260 character limit (including directory names and extension) for the recording file name on Windows. - Parameters are case sensitive.

Draft Option

No draft option

This page was last edited on June 29, 2020, at 16:11.
Comments or questions about this documentation? Contact us for support!