Questions tagged [pysipp]

PySIP is very basic Python SIP Implementation. This is a test tool to iterate over a list of phone numbers. Each number that is called are returned as either passing/failing to complete the call.

2 questions
1
vote
1 answer

pysipp - Trying to use it with existing sipp conf file

Background I have an existing sipp conf file that I launch like so: sipp mysipdomain.net -sf ./testcall.conf -m 1 -s 12345 -i 10.1.1.1:5060 This runs just fine. It simulates a call in our test labs. But now I need to expand this test to make it a…
dot
  • 14,928
  • 41
  • 110
  • 218
0
votes
1 answer

PySipp: Getting an attribute error in Pycharm and a ModuleNotRecognized error in Terminal when trying to run PySipp

I am trying to run PySipp on my MacBook and am getting two different errors just by writing a simple line of code from PySipp. In terminal, I have tried starting up both Python 2 and Python 3 and get a ModuleNotFound error just by importing PySipp.…
cupoftea
  • 69
  • 11