Voice Flow
Only one type of analysers is available currently for the voice flow. This analyser calculates the Mean Opinion Score (MOS) which indicates the quality of the voice flow.
{
"type": "voice",
"name": "<flow_name:str>",
"source": {
"port_group": [
"<source_group:str>"
]
},
"destination": {
"port_group": [
"<destination_group:str>"
]
},
"ecn": "<ecn_code_point:str|int>",
"dscp": "<dscp_code_point:str|int>",
"udp_src": "<udp_source_port:int>",
"udp_dest": "<udp_destination_port:int>",
"add_reverse_direction": "<add_reverse_direction_flow:bool>",
"initial_time_to_wait": "<initial_time_to_wait:float|int|timedelta>",
"duration": "<flow_duration:float|int|timedelta>",
"packetization": "<packetization_time:int>",
"number_of_frames": "<number_of_frames:int>",
"analysis": {
"mos": "<enable_mos:bool>"
}
}
Voice flow |
|||
Specific parameters for voice flow. The |
|||
type |
object |
||
properties |
|||
|
voice |
||
|
Name of this Flow, defaults to auto-generated name when set to |
||
type |
string |
||
|
Specifying the source of transmitted data for this flow |
||
type |
object |
||
properties |
|||
|
List of port groups specifying the transmitting ports |
||
type |
array |
||
items |
|||
additionalProperties |
False |
||
|
Specifying the destination for receiving data for this flow |
||
type |
object |
||
properties |
|||
|
List of port groups specifying the receiving ports |
||
type |
array |
||
items |
|||
additionalProperties |
False |
||
|
IP ECN |
||
Explicit Congestion Notification code point, defaults to |
|||
oneOf |
type |
number |
|
type |
string |
||
|
IP DSCP |
||
Differentiated Services Code Point, defaults to |
|||
oneOf |
type |
number |
|
type |
string |
||
|
UDP port number in range [49152,65534] , defaults to udp_dynamic_port |
||
type |
number |
||
|
UDP port number in range [49152,65534] , defaults to udp_dynamic_port |
||
type |
number |
||
|
Enables adding a flow in the reverse direction of the original flow with the same configuration, defaults to |
||
type |
string |
||
|
|
||
type |
number |
||
|
Number of frames to transmit, defaults to |
||
type |
string |
||
|
Duration of the flow in seconds, defaults to |
||
type |
string |
||
|
Packetization time of the RTP packets in milliseconds, defaults to |
||
type |
int |
||
|
Sets latency related analysis configuration parameters |
||
Mean Opinion Score (MOS) analysis |
||
type |
object |
|
properties |
||
|
Enables calculating Mean Opinion Score (MOS) to indicate the quality of the voice flow, mutual exclusive with |
|
type |
bool |
|