Sipp: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
|||
(4 intermediate revisions by the same user not shown) | |||
Line 19: | Line 19: | ||
- '3pcc-A' : A side. | - '3pcc-A' : A side. | ||
- '3pcc-B' : B side. | - '3pcc-B' : B side. | ||
</pre> | |||
=== Example === | |||
uas example | |||
<pre> | |||
$ sipp -sn uas -i 192.168.200.20 -p 5061 | |||
</pre> | |||
uac example | |||
<pre> | |||
$ sipp -sn uac -i 192.168.200.20 192.168.200.20:5061 | |||
</pre> | |||
== Options == | |||
=== -key === | |||
Setting a values in the scenarios. | |||
<pre> | |||
$ sipp -key clid "testcall" -sf ./main.xml | |||
</pre> | </pre> | ||
== See also == | == See also == | ||
* https://sipp | * https://sipp.readthedocs.io/en/latest/ - SIPp reference manual | ||
[[category:command/utility]] | [[category:command/utility]] |
Latest revision as of 13:53, 24 January 2020
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.
Example
uas example
$ sipp -sn uas -i 192.168.200.20 -p 5061
uac example
$ sipp -sn uac -i 192.168.200.20 192.168.200.20:5061
Options
-key
Setting a values in the scenarios.
$ sipp -key clid "testcall" -sf ./main.xml
See also
- https://sipp.readthedocs.io/en/latest/ - SIPp reference manual