Difference between revisions of "M2 Bypass Media"

From Kolmisoft Wiki
Jump to navigationJump to search
 
Line 15: Line 15:
                         +----------+                    +----------+
                         +----------+                    +----------+
                         192.168.1.100                  192.168.1.110
                         192.168.1.100                  192.168.1.110
This setting can be enabled in Origination or Termination Point.

Latest revision as of 14:54, 26 September 2016

"No media" (direct media) mode is an SDP Passthrough feature that permits two endpoints that can see each other to connect their media sessions directly while FreeSWITCH maintains control of the SIP signaling. This is useful if you have two end-points that need to use a codec that is currently not supported in FreeSWITCH or if you are using FreeSWITCH in a high performance network and want to minimize the RTP handling FreeSWITCH is doing to maximize call traffic.

When set, the media (RTP) from the originating endpoint is sent directly to the destination endpoint and vice versa. The signaling (SIP) for both endpoints still goes through FreeSWITCH, but the media is point-to-point.

                                       +------------+
                                       |            |
                                   ____| FreeSWITCH |___
                                  /    |            |   \
                             SIP /     +------------+    \ SIP
                                /      192.168.1.105      \
                               /                           \
                        +----------+                    +----------+
                        |          |                    |          |
                        | endpoint |   <---- RTP ---->  | endpoint |
                        |    A     |        Audio       |    B     |
                        +----------+                    +----------+
                        192.168.1.100                   192.168.1.110


This setting can be enabled in Origination or Termination Point.