Hi.
Can someone explain me why I have the behavior reported below.
Is this a bug or is it the correct behavior?
Thanks
Lorenzo
 
 
I am using sipp.2006-09-07.
I've written an external scenario (reported below) with the purpose to receive a REGISTER and send the 200 OK message.
I run the sip with the command:
./sipp 172.31.1.10 -i 10.17.90.78 -sl ./xml/uas-register.xml -m 1 -nr -s 1801 -nd -trace_msg -trace_err -trace_log -p 5060
 
As soon the SIPp start an INVITE is sent but the action to send the invite is not present in the scenario. The REGISTER messages are received but not managed as reported in the error log.
 
2006-09-14 14:47:28: Discarding message which can't be mapped to a known SIPp call:
REGISTER sip:10.17.90.78;transport=UDP SIP/2.0
User-Agent: ATI-iMG616RF/3-5_77
Via: SIP/2.0/UDP 172.31.1.10:5060;branch=z9hG4bKAAAGDAxx
From: u1 <sip:[EMAIL PROTECTED]>;tag=AAANAAAN2gX4kwxx
To: u1 <sip:[EMAIL PROTECTED]>
Call-ID: [EMAIL PROTECTED]
CSeq: 1 REGISTER
Contact: <sip:[EMAIL PROTECTED]:5060>
Max-Forwards: 70
Content-Length: 0
 
Used uas-register.xml scenario:
 
<?xml version="1.0" encoding="ISO-8859-1" ?>
<!DOCTYPE scenario SYSTEM "sipp.dtd">

<scenario name="Register UAS responder">
  <recv request="REGISTER" crlf="true">
  </recv>
 
  <send>
    <![CDATA[
      SIP/2.0 200 OK
      [last_Via:]
      [last_From:]
      [last_To:];tag=[call_number]
      [last_Call-ID:]
      [last_CSeq:]
      [last_Contact:];expires=3600
      Content-Length: 0
    ]]>
  </send>
</scenario>
 


Yahoo! Mail: gratis 1GB per i messaggi, antispam, antivirus, POP3
-------------------------------------------------------------------------
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

Reply via email to