This is a documentation for Flashphoner version 1.0.5.973
We recommend you upgrade to the last version and check the actual documentation

QoS and TOS support

That feature works from *Flashphoner-1.0.3.512-p.618* version

TOS - Type of Service in the Internet Protocol Suite

see http://www.faqs.org/rfcs/rfc1349.html

Usage:

Add such properties in flashphoner.properties:

sip_traffic_class=28
rtp_traffic_class=28

Flashphoner uses JDK 1.6 DatagramSocket.html.setTrafficClass(int)  method for outgoing SIP and RTP packets respectively.

Example:

sip_traffic_class=28

It means: 00011100

or

LOWDELAY, THROUGHPUT, RELIABILITY, 0, 0

Labels

qos_and_tos qos_and_tos Delete
Enter labels to add to this page:
Please wait 
Looking for a label? Just start typing.