Difference between revisions of "Voice only analysis"

From TD-er's Wiki
Jump to navigationJump to search
 
Line 1: Line 1:
 
The following screenshot shows network-traffic (in Bytes/s) for the following connections:
 
The following screenshot shows network-traffic (in Bytes/s) for the following connections:
  
* '''Black''': traffic from and to Trixbox #1
 
* '''Red''': traffic between the 2 Windows machines running X-lite
 
* '''Green''': traffic between laptop #1 and its Asterisk
 
* '''Blue''': traffic between the two Asterisk PBX's
 
* '''Pink''': traffic between Windows machine #1 and its Asterisk
 
  
[[Image:ethereal_graph_voice-only.png|Ethereal graph showing voice-only traffic]]
+
Used filters in I/O-graph:
 +
Filter-Black: ip.src == 192.168.1.101 && ip.dst == 192.168.1.106
 +
Filter-Red  : ip.src == 192.168.1.3  && ip.dst == 192.168.1.106
 +
Filter-Green: ip.src == 192.168.1.189 && ip.dst == 192.168.1.101
 +
Filter-Blue : ip.src == 192.168.1.106 && ip.dst == 192.168.1.101
 +
Filter-Pink : ip.src == 192.168.1.100 && ip.dst == 192.168.1.101
 +
 
 +
[[image:Wireshark-graph_G711_G711_traffic_Bps_oneway-traffic.png]]
  
 
From the graph shown above there can be concluded that indeed the two X-Lite machines are only connected to their own Trixbox, i.e. there is no ''direct'' traffic between the two X-Lite machines.
 
From the graph shown above there can be concluded that indeed the two X-Lite machines are only connected to their own Trixbox, i.e. there is no ''direct'' traffic between the two X-Lite machines.

Revision as of 15:35, 1 February 2007

The following screenshot shows network-traffic (in Bytes/s) for the following connections:


Used filters in I/O-graph:

Filter-Black: ip.src == 192.168.1.101 && ip.dst == 192.168.1.106
Filter-Red  : ip.src == 192.168.1.3   && ip.dst == 192.168.1.106
Filter-Green: ip.src == 192.168.1.189 && ip.dst == 192.168.1.101
Filter-Blue : ip.src == 192.168.1.106 && ip.dst == 192.168.1.101
Filter-Pink : ip.src == 192.168.1.100 && ip.dst == 192.168.1.101

Wireshark-graph G711 G711 traffic Bps oneway-traffic.png

From the graph shown above there can be concluded that indeed the two X-Lite machines are only connected to their own Trixbox, i.e. there is no direct traffic between the two X-Lite machines.