|
Anybody who know. I have faced with the
following:
1). sipp has send 'INVITE' to application server. 2). (In the next step, sipp should receive '100 Trying' from the application server.). Tying message coming from application server (I can see '100 Trying' on the sipp pc.). The problem is that sipp does not see this '100 Trying' at all! In the same time I can see with ethereal that '100 Trying' is really coming from application server in time. I kindly ask to any body who has faced with the similar problem. may be this question already discussed, so please provide with link to this discuss. Thanks a lot for help! Alexander.
sipp I using is 1.1
here is a script:
<?xml version="1.0" encoding="ISO-8859-1"
?>
<scenario name="leg A">  <!-- <!DOCTYPE scenario SYSTEM "sipp.dtd">                            -->  <!-- In client mode (sipp placing calls), the Call-ID MUST be     -->  <!-- generated by sipp. To do so, use [call_id] token.         -->   <send>   <![CDATA[    INVITE sip:[EMAIL PROTECTED] SIP/2.0    From: "[field2]" <sip:[EMAIL PROTECTED]: [local_port];user=phone>;tag=[call_number]    To: <sip:[EMAIL PROTECTED]:[remote_port];user=phone>    Call-ID: [call_id]    CSeq: 1 INVITE    Via: SIP/2.0/[transport] [local_ip]:[local_port]    Contact: <sip:[EMAIL PROTECTED]: [local_port];transport=[transport];user=phone>    Content-Type: application/SDP    Content-Length: [len]    Record-Route: <sip:[EMAIL PROTECTED];lr>,<sip:[EMAIL PROTECTED];lr>    Max-Forwards: 70    Route: <sip:[remote_ip]:[remote_port];orig>,<sip:[EMAIL PROTECTED];lr>   ]]>
 </send>  <recv response="100"
rrs="true">
 </recv>  <!-- definition of the response time
repartition table (unit is ms) Â -->
 <ResponseTimeRepartition value="10, 20, 30, 40, 50, 100, 150, 200"/>   <!-- definition of the call length repartition table (unit is ms)   -->  <CallLengthRepartition value="10, 50, 100, 500, 1000, 5000, 10000"/> </scenario> |
------------------------------------------------------------------------- Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to make your job easier Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________ Sipp-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/sipp-users
