• Anthony Minessale's avatar
    add manual_rtp_bugs to profile and chan var and 3 new RTP bugs… · b278dd23
    Anthony Minessale 提交于
    add manual_rtp_bugs to profile and chan var and 3 new RTP bugs SEND_LINEAR_TIMESTAMPS|START_SEQ_AT_ZERO|NEVER_SEND_MARKER
    
    	RTP_BUG_SEND_LINEAR_TIMESTAMPS = (1 << 3),
    
    	  Our friends at Sonus get real mad when the timestamps are not in perfect sequence even during periods of silence.
    	  With this flag, we will only increment the timestamp when write packets even if they are eons apart.
    
    	RTP_BUG_START_SEQ_AT_ZERO = (1 << 4),
    
    	  Our friends at Sonus also get real mad if the sequence number does not start at 0.
    	  Typically, we set this to a random starting value for your saftey.
    	  This is a security risk you take upon yourself when you enable this flag.
    
    	RTP_BUG_NEVER_SEND_MARKER = (1 << 5),
    
    	  Our friends at Sonus are on a roll, They also get easily dumbfounded by marker bits.
    	  This flag will never send any. Sheesh....
    b278dd23
名称
最后提交
最后更新
..
mod_alsa 正在载入提交数据...
mod_dingaling 正在载入提交数据...
mod_gsmopen 正在载入提交数据...
mod_h323 正在载入提交数据...
mod_khomp 正在载入提交数据...
mod_loopback 正在载入提交数据...
mod_opal 正在载入提交数据...
mod_portaudio 正在载入提交数据...
mod_reference 正在载入提交数据...
mod_skinny 正在载入提交数据...
mod_skypopen 正在载入提交数据...
mod_sofia 正在载入提交数据...
mod_unicall 正在载入提交数据...