Calling a command from a servlet
I'm trying to call a SIPp command from a servlet, this is the response I should get:
Resolving 193.5.226.181...
------------------------------ Scenario Screen -------- [1-4]: Change Screen --
Call-rate(length) Port Total-time Total-calls Remote-host
10.0(0 ms)/1.000s 5061 0.00 s 0 193.5.226.181:5060(UDP)
0 new calls during 0.000 s period 0 ms scheduler resolution
0 concurrent calls (limit 30) Peak was 0 calls, after 0 s
0 out-of-call msg (discarded)
1 open sockets
Messages Retrans Timeout Unexpected-Msg
INVITE ----------> 0 0
100 <---------- 0 0 0
180 <---------- 0 0 0
200 <---------- E-RTD 0 0 0
ACK ----------> 0 0
INFO <---------- 0 0 0
200 ----------> 0 0
INFO ----------> 0 0
100 <---------- 0 0 0
180 <---------- 0 0 0
200 <---------- E-RTD 0 0 0
INFO <---------- 0 0 0
200 ----------> 0 0
INFO <---------- 0 0 0
200 ----------> 0 0
[ 1000 ms]
BYE ----------> 0 0 0
200 <---------- 0 0 0
------ [+|-|*|/]: Adjust rate ---- [q]: Soft exit ---- [p]: Pause traffic -----
And if I launch the servelt I get this:
Resolving 193.5.226.181...
And the other part is somehow kicked out.
I'm using the Tomcat application server
|