1. 07 10月, 2014 6 次提交
  2. 06 10月, 2014 2 次提交
  3. 03 10月, 2014 10 次提交
  4. 02 10月, 2014 8 次提交
  5. 01 10月, 2014 11 次提交
  6. 30 9月, 2014 3 次提交
    • Brian West's avatar
      FS-6874 #resolve · 644b41f7
      Brian West 提交于
      644b41f7
    • Anthony Minessale's avatar
      %FEATURE Add new feature to filter the SDP on bypass_media calls to remove or limit codecs. · 24084adf
      Anthony Minessale 提交于
      VARIABLE: bypass_media_sdp_filter
      
      Can be set globally or per leg on the inbound side of a bypass_media bridge.
      
      VALID FILTERS:
      
      remove(): Removes the specified codec if it exists in the SDP.
      only():   Removes all codecs besides the one specified (providing that it exists in the sdp) (will not remove telephone-event))
      
      EXAMPLE 1 (remove everything leaving only g729):
      
        <action application="set" data="bypass_media_sdp_filter=only(g729)"/>
        <action application="set" data="bypass_media=true"/>
        <action application="bridge" data="sofia/internal/1238@conference.freeswitch.org"/>
      
      EXAMPLE 2 (remove everything leaving only g729 and also remove dtmf):
      
        <action application="set" data="bypass_media_sdp_filter=only(g729)|remove(telephone-event)"/>
        <action application="set" data="bypass_media=true"/>
        <action application="bridge" data="sofia/internal/1238@conference.freeswitch.org"/>
      
      EXAMPLE 3 (remove alaw and speex):
      
        <action application="set" data="bypass_media_sdp_filter=remove(pcma)|remove(speex)"/>
        <action application="set" data="bypass_media=true"/>
        <action application="bridge" data="sofia/internal/1238@conference.freeswitch.org"/>
      24084adf
    • Anthony Minessale's avatar
      improve adaptive jitter buffer ascending check · 92a66fb1
      Anthony Minessale 提交于
      92a66fb1