Writing a log to a file using Sipp

How to write a log to a file using Sipp, and how to find out each call return status,

I only want to indicate each response to the call, for example 200 ..

+4
source share
1 answer

Just run sipp and look at params:

-trace_msg : Displays sent and received SIP messages in <scenario file name>_<pid>_messages.log -trace_shortmsg : Displays sent and received SIP messages as CSV in <scenario file name>_<pid>_shortmessages.log 
+7
source

Source: https://habr.com/ru/post/1488197/


All Articles