Difference between revisions of "Voice-only with different codecs"

From TD-er's Wiki
Jump to navigationJump to search
Line 4: Line 4:
  
 
[[image:schematic_of_PC-config.png|Schematic overview of all PC's running which software.]]
 
[[image:schematic_of_PC-config.png|Schematic overview of all PC's running which software.]]
 +
Legenda:
 +
* '''Blue''': Traffic between the Asterisk-boxes in the other direction.
 +
* '''Black''': Traffic between the Asterisk-boxes in one direction.
 +
* '''Red''': Traffic to and from SIP phone 301.
 +
* '''Pink''': Traffic to and from SIP phone 202.
 +
* '''Green''': Traffic to and from SIP phone 201.
 +
  
 
Voice-call between 201 (GSM-codec) and 301 (G711u codec)
 
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:
Line 19: Line 24:
 
[[image:Wireshark-graph_GSM_G711_traffic_Bps.png]]
 
[[image:Wireshark-graph_GSM_G711_traffic_Bps.png]]
  
This doe not tell us which Asterisk box makes the conversion between the GSM codec and the G711u codec.
+
This does not tell us which Asterisk box makes the conversion between the GSM codec and the G711u codec.
 
Therefore we made another graph with the traffic meassured only in one direction.
 
Therefore we made another graph with the traffic meassured only in one direction.
  

Revision as of 19:14, 20 February 2007

Experimental Setup

In order to gain inside in the bandwitdh usage when SIP-phones use different codecs, the following experimental setup is used. A voice-call has been established between SIP-phone 201, which uses the GSM-codec and SIP-phone 301, which uses the G711u-codec.

Schematic overview of all PC's running which software. Legenda:

  • Blue: Traffic between the Asterisk-boxes in the other direction.
  • Black: Traffic between the Asterisk-boxes in one direction.
  • Red: Traffic to and from SIP phone 301.
  • Pink: Traffic to and from SIP phone 202.
  • Green: Traffic to and from SIP phone 201.


Voice-call between 201 (GSM-codec) and 301 (G711u codec)


Used filters in I/O-graph:

Filter-Black: proto=sip
Filter-Red  : ip.addr == 192.168.1.3   && ip.addr == 192.168.1.106
Filter-Green: ip.addr == 192.168.1.189 && ip.addr == 192.168.1.101
Filter-Blue : ip.addr == 192.168.1.106 && ip.addr == 192.168.1.101
Filter-Pink : ip.addr == 192.168.1.100 && ip.addr == 192.168.1.101

Wireshark-graph GSM G711 traffic Bps.png

This does not tell us which Asterisk box makes the conversion between the GSM codec and the G711u codec. Therefore we made another graph with the traffic meassured only in one direction.

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 GSM G711 traffic Bps oneway-traffic.png