Steven Ayre
Steven Ayre
It would be nice to support encoding 16bit concatenated sms references in SmsSubmit.
When start is called it updates the value to zero. The calculations for ETA, speed etc then assume that the progress started from zero. If the bar starts when some...
It seems that if only one keycode is given it gets ignored. Debugging this time.sleep(delay) doesn't get called so the websocket disconnects as soon as it has sent the command,...
pypi-install passes options to py2dsc-deb, one possible option is --dist-dir to override the deb_dist default. However deb_dist is hardcoded into pypi-install so this option fails as the script tries to...
Twisted 17.1.0 has the source code on pypi as a .tar.bz2, but pypi-download only supports .tar.gz files. pypi.release_urls returns: `[{'has_sig': False, 'upload_time': , 'comment_text': '', 'python_version': 'cp27', 'url': 'https://pypi.python.org/packages/84/c4/4bede83bd54cc5a8498b1920b55580da0301efebd0a635d34dc79b3d06dc/Twisted-17.1.0-cp27-cp27m-win_amd64.whl', 'md5_digest':...
Adds support to session for keepalive_config and keepalive_send. - keepalive_config tells libssh2 how often to send keepalives. - keepalive_send sends a keepalive if due, for use with non-blocking I/O (blocking...
Using a signed 32-bit integer was ignoring large values seen in the wild such as from RTPEngine (64bit populated by SSL_random) and NTP timestamps which are 64-bit and recommended by...
SDPAudioVideoMediaFormat has 3 WithUpdated methods: ``` public SDPAudioVideoMediaFormat WithUpdatedID(int id, SDPAudioVideoMediaFormat format) public SDPAudioVideoMediaFormat WithUpdatedRtpmap(string rtpmap, SDPAudioVideoMediaFormat format) public SDPAudioVideoMediaFormat WithUpdatedFmtp(string fmtp, SDPAudioVideoMediaFormat format) ``` This format parameter would suggest...
The SIPSorcery.Net.SDP parser currently expects the announcement version in the o= line to be a 32bit Integer. However there are a number of UAs that use much larger sizes. For...
Commit 1c1ca9f2b7 introduced a `a=rtcp-fb:PT goog-remb` attribute when parsing SDP that does not exist in the SDP content being parsed. This appears to be because it adds a SupportedRtcpFeedbackMessages list...