Sipp: Difference between revisions

From 탱이의 잡동사니
Jump to navigation Jump to search
(Created page with "== Overview == Sipp - Sip protocol traffic generator/test tool 내용 정리. == See also == * https://sipp-wip.readthedocs.io/en/latest/index.html - SIPp reference manual [...")
 
No edit summary
Line 1: Line 1:
== Overview ==
== Overview ==
Sipp - Sip protocol traffic generator/test tool 내용 정리.
Sipp - Sip protocol traffic generator/test tool 내용 정리.
== Default scenario ==
Sipp 에서는 기본 동작 시나리오를 제공한다. 크게 다음과 같다.
<pre>
- 'uac'      : Standard SipStone UAC (default).
- 'uas'      : Simple UAS responder.
- 'regexp'  : Standard SipStone UAC - with regexp and variables.
- 'branchc'  : Branching and conditional branching in scenarios - client.
- 'branchs'  : Branching and conditional branching in scenarios - server.
Default 3pcc scenarios (see -3pcc option):
- '3pcc-C-A' : Controller A side (must be started after all other 3pcc
  scenarios)
- '3pcc-C-B' : Controller B side.
- '3pcc-A'  : A side.
- '3pcc-B'  : B side.
</pre>


== See also ==
== See also ==

Revision as of 21:58, 1 December 2018

Overview

Sipp - Sip protocol traffic generator/test tool 내용 정리.

Default scenario

Sipp 에서는 기본 동작 시나리오를 제공한다. 크게 다음과 같다.

- 'uac'      : Standard SipStone UAC (default).
- 'uas'      : Simple UAS responder.
- 'regexp'   : Standard SipStone UAC - with regexp and variables.
- 'branchc'  : Branching and conditional branching in scenarios - client.
- 'branchs'  : Branching and conditional branching in scenarios - server.

Default 3pcc scenarios (see -3pcc option):

- '3pcc-C-A' : Controller A side (must be started after all other 3pcc
  scenarios)
- '3pcc-C-B' : Controller B side.
- '3pcc-A'   : A side.
- '3pcc-B'   : B side.

See also