The SIPp code isn't really correct as far as computing the tool mode and using it in all cases. Really, the tool mode should be some form of UAC vs. UAS based on the first message; but things like 3PCC get in the way. It may be that this needs to be corrected for your scenario to work; or it needs to be structured in a slightly different way.
Charles [EMAIL PROTECTED] wrote on 04/16/2008 05:03:15 PM: > I have debugged this little bit. In Sipp.cpp:: process_message, > tool_mode is not set as sipp wanted. so the calls for INFO messages > are discarded. I am not running this as 3pcc. > What is the tool mode i should be using for the INFO msgs since this > is running as another sipp instance after INVITE sipp process? What > cmdline options i need to look for this to work? > > Thanks in anticipation, > -Bharath > 1. The Call-ID must match. > 2. There is no reason it shouldn't as long as the call-id matches, and > then the CSeq matches. > > Charles > > [EMAIL PROTECTED] wrote on 04/14/2008 09:51:41 PM: > > > I am doing some testing which requires to run sipp in two mode, one with > > > > INVITE and another with INFO. First, I run INVITE of 1000 calls with one > > > > sipp process and for the same 1000 calls i run another sipp for INFO > using injection file. All works fine except that sipp complains about > 200 OK for INFO with the following message. > > Discarding message which can't be mapped to a known SIPp call. > > But if i trace the tcp messages, sipp is indeed receiving the 200 OK for > > > > INFO from the server. > > Here is the output at the sipp side: > > Messages Retrans > Timeout Unexpected-Msg > INFO ----------> B-RTD1 1 0 > 200 <---------- E-RTD1 0 0 0 0 > > > Now, my questions are > > 1. What is identified as a call in sipp? Is it call-id, to-tag, from-tag > > > > or something else? > 2. If i just have a send INFO and recv 200 OK messages in the xml, will > this work as expected in sipp? Techincally, INFO is sent with in a > dialog right. > > Thanks in advance, > -Bharath > > > > > ------------------------------------------------------------------------- > > This SF.net email is sponsored by the 2008 JavaOne(SM) Conference > Don't miss this year's exciting event. There's still time to save $100. > Use priority code J8TL2D2. > > > http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.sun.com/javaone > > _______________________________________________ > Sipp-users mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/sipp-users > > > > ------------------------------------------------------------------------- > This SF.net email is sponsored by the 2008 JavaOne(SM) Conference > Don't miss this year's exciting event. There's still time to save $100. > Use priority code J8TL2D2. > http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.sun.com/javaone > _______________________________________________ > Sipp-users mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/sipp-users > ------------------------------------------------------------------------- This SF.net email is sponsored by the 2008 JavaOne(SM) Conference Don't miss this year's exciting event. There's still time to save $100. Use priority code J8TL2D2. http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.sun.com/javaone _______________________________________________ Sipp-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/sipp-users
