SIPp / pysipp

SIPp for Humans - launch multiple agents with Python
GNU General Public License v2.0
176 stars 54 forks source link

set -t t1 (tcp flag) #58

Closed DanielBryars closed 4 years ago

DanielBryars commented 4 years ago

Hello,

Please can you tell me how I can pass the -t parameter to SIPP?

Thanks,

Daniel

DanielBryars commented 4 years ago

Read the code :)

uac = pysipp.client(destaddr=('srs', 5060), transport='t1')

This is a very useful resource: https://github.com/SIPp/pysipp/blob/master/pysipp/command.py#L187

goodboy commented 4 years ago

@DanielBryars if it's not documented well enough feel free to pr it in 🙂