SIPPing icon indicating copy to clipboard operation
SIPPing copied to clipboard

Python SIP Packet forging tool

Results 7 SIPPing issues
Sort by recently updated
recently updated
newest added

Add latency calculation to sip pings. Display '-' whenever latency can't be calculated like in aggressive mode, 100% loss, etc Sample outputs : 1) normal case : /usr/local/sipping/sipping.py -c 5...

Can we add latency measurement. Would be great to have loss info alongside latency. Shd be as simple as recording start and stop time between socket send and recv. Ref:...

with current code, exit code is always 0 even if no reponse is received on request. could this be modified with a optional switch to return an none-zero exit code...

Specifying count was ignored and everything ran once due to wrong indentation. Sometimes if you didn't specify count, everything would just hang. This fixes that as well.

If I'm using sipping without -c it isn't generating a request. -c is not used in delivered examples also it isn't mentioned in help that -c is mandatory. > ubuntu@provider-instance-ubuntu-xxx:~/SIPPing-master$...

freeswitch return 401 challenge as below: SIP/2.0 401 Unauthorized Via: SIP/2.0/UDP 192.168.1.182:5060;branch=z9hG4bK-p985iy;rport=5060 From: "fake" ;tag=as2e95fad1 To: ;tag=6F5pBm4y1NSjK Call-ID: fqyh1k@fake CSeq: 0 REGISTER User-Agent: FreeSWITCH-mod_sofia/1.10.6-release+git~20210325T131609Z~1ff9d0a60e~64bit Allow: INVITE, ACK, BYE, CANCEL, OPTIONS,...

when I try to send REG to Freeswitch, got 401 Challege as below. How to generate a response, please? SIP/2.0 401 Unauthorized Via: SIP/2.0/UDP 192.168.1.12:5060;branch=z9hG4bK-p985iy;rport=5060 From: "fake" ;tag=as2e95fad1 To: ;tag=6F5pBm4y1NSjK...