Rob Day
Rob Day
I was looking into https://github.com/jcrocholl/pep8/issues/330, and I noticed that the following don't cause E713 when they should: ``` if not (X) in Y: pass ``` ``` if not X() in...
SIPped, the Polycom fork of SIPp (https://github.com/SIPp/polycom-sipped) has support for multiple dialogs with different Call-IDs within the same scenario file. It would be good to get this merged into the...
(Originally https://sourceforge.net/p/sipp/bugs/122/) Using version: SIPp v3.1-PCAP, version unknown, built Apr 28 2010, 08:46:05. I observed that attempts to start audio and video at the same time using pcap_play_audio and pcap_play_video...
(Originally https://sourceforge.net/p/sipp/bugs/139/) In SIPP code, are several variables which are accessed (read and write ) by several threads , but they are not protected by any mutex or semaphor. This...
(Originally https://sourceforge.net/p/sipp/bugs/141/) I believe I've encountered a bug using sipp 3.3 as a UAS with the -rtp_echo flag under high call volumes. Essentially, after about 200-300 simultaneous calls, the DUT...
I'm starting to add the OpenStack Orchestration (Heat) API. It's far from finished (I need to add src/orchestration/api.rs before it even compiles) but I wanted to open a PR to...
(Originally https://sourceforge.net/p/sipp/bugs/120/) SIPp makes a segfault when the first command in the master's scenario is a sendCmd. It works fine, if sendCmd follows a regular send command. If nop or...
SIPped, the Polycom fork of SIPp (https://github.com/SIPp/polycom-sipped) improves SIPp's behaviour when a TCP connection is closed. It would be good to get this merged into the main SIPp code. It...