• 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
名称
最后提交
最后更新
..
applications 正在载入提交数据...
asr_tts 正在载入提交数据...
codecs 正在载入提交数据...
dialplans 正在载入提交数据...
directories/mod_ldap 正在载入提交数据...
endpoints 正在载入提交数据...
event_handlers 正在载入提交数据...
formats 正在载入提交数据...
languages 正在载入提交数据...
loggers 正在载入提交数据...
say 正在载入提交数据...
timers 正在载入提交数据...
xml_int 正在载入提交数据...
.gitignore 正在载入提交数据...
Makefile.am 正在载入提交数据...