Difference between revisions of "Voice only analysis"
From TD-er's Wiki
Jump to navigationJump to searchLine 1: | Line 1: | ||
− | + | Situation: | |
+ | [[image:schematic_of_PC-config.png|Schematic overview of all PC's running which software.]] | ||
+ | |||
+ | Voice-call between 201 (GSM-codec) and 301 (G711u codec) | ||
+ | * Traffic to and from Ext. 201 is Green | ||
+ | * Traffic to and from Ext. 301 is Red | ||
+ | * Traffic between Asterisk-boxes is Blue | ||
Used filters in I/O-graph: | Used filters in I/O-graph: |
Revision as of 14:37, 1 February 2007
Situation:
Voice-call between 201 (GSM-codec) and 301 (G711u codec)
- Traffic to and from Ext. 201 is Green
- Traffic to and from Ext. 301 is Red
- Traffic between Asterisk-boxes is Blue
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
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.