5

How could write log to a file using Sipp, and How could I know every call return status,

I only want to kown every call return response status, for example 200 ..

user1369887
  • 491
  • 1
  • 6
  • 10

1 Answers1

8

Just run sipp and see 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
arheops
  • 15,544
  • 1
  • 21
  • 27
  • Also, a great way to say "thank you" (if the solution is indeed a solution, like this) is to mark the question as answered @user1369887 – dougBTV Jun 26 '13 at 13:01