Back to SipServletProxyExample, or SipServletProxyExample Info
| At line 11 added 2 lines. |
| Note that this sample works best with Sipp 1.1 . |
| At line 168 added 6 lines. |
| The output on the server side looks like this |
| {{{ |
| [ps125818@prsad SIPp]$ ./sipp -sn uas -mp 6001 -p 5090 |
| ------------------------------ Scenario Screen -------- [1-5]: Change Screen -- |
| Port Total-time Total-calls Transport |
| 5090 16.89 s 197 UDP |
| At line 175 added 44 lines. |
| 8 new calls during 0.880 s period 2 ms scheduler resolution |
| 43 concurrent calls Peak was 71 calls, after 4 s |
| 1 open sockets |
| Messages Retrans Timeout Unexpected-Msg |
| ----------> INVITE 197 0 0 |
| <---------- 180 197 0 |
| <---------- 200 197 11 0 |
| ----------> ACK E-RTD 195 0 0 |
| ----------> BYE 197 0 0 |
| <---------- 200 195 0 |
| [ 4000ms] Pause 195 0 |
| ------------------------------ Test Terminated -------------------------------- |
| }}} |
| The output on the client side looks like this |
| {{{[ps125818@prsad SIPp]$ ./sipp -sn uac -rsa 129.158.229.134:5060 -p 5072 129.158.229.134:5090 |
| Resolving remote sending address 129.158.229.134... |
| Resolving remote host '129.158.229.134'... Done. |
| ------------------------------ Scenario Screen -------- [1-5]: Change Screen -- |
| Call-rate(length) Port Total-time Total-calls Remote-host |
| 10.0(0 ms)/1.000s 5072 26.54 s 225 129.158.229.134:5090(UDP) |
| 0 new calls during 0.529 s period 2 ms scheduler resolution |
| 30 concurrent calls (limit 30) Peak was 30 calls, after 3 s |
| 0 out-of-call msg (discarded) |
| 1 open sockets |
| Messages Retrans Timeout Unexpected-Msg |
| INVITE ----------> 225 0 0 |
| 100 <---------- 225 0 0 |
| 180 <---------- 197 0 0 |
| 183 <---------- 0 0 0 |
| 200 <---------- E-RTD 197 11 0 |
| ACK ----------> 197 11 |
| Var Pause [ 0ms] 197 0 |
| BYE ----------> 197 13 0 |
| 200 <---------- 195 0 0 |
| ------------------------------ Test Terminated -------------------------------- |
| }}} |