Hi,
I am running a single call that has the following call scenario:
SIPa SIPb
------REGISTER---->
<---200 OK ----------
-----INVITE------------>
<-----180 Ringing----
<-----200 OK-----------
When I run the scenario with sipa.xml and sipb.xml on 2 different machines,
SIPb receives REGISTER and sends 200 OK. SIPa sends INVITE to SIPb,
but SIPp on SIPb machine prints the following log:
Aborting call on unexpected message for Call-ID '109771157-2561': while
expecting 'REGISTER', received 'INVITE'......
When SIPb is expecting INVITE according to the call flow(after sending 200
OK), then why
is the application throwing error on REGISTER. Please help me on this
scenario.
(This is just one call, not in retransmission mode)
This is on SIPp v1.1-TLS-PCAP, version 20061124 version.
XML file SIPb.xml
==============================================
<?xml version="1.0" encoding="ISO-8859-1" ?>
<!DOCTYPE scenario SYSTEM "sipp.dtd">
<scenario name="SIPa to SIPb">
<recv request="REGISTER" crlf="true">
</recv>
<send>
<![CDATA[
SIP/2.0 200 OK
............
</send>
<recv request="INVITE" crlf="true">
</recv>
<send>
<![CDATA[
INVITE...................
</send>
==========================================
-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Sipp-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/sipp-users