Hello,

my easy scenario looks like:

PC                       Registrar-Server
192.168.0.50   <---------> 192.168.0.1

I will simulate a Call over the Registrar Server. So on my PC I start 
sipp two times.
UAS:
    REGISTER ---------->      
         401 <---------- 
         403 <----------   
         200 <----------   
    REGISTER ---------->  
         200 <----------    
       Pause [     20ms]   

      INVITE <----------    

         180 ---------->     
       Pause [   2000ms]   
         200 ---------->    
         ACK <----------  

         BYE <----------  
         200 ----------> 

UAC:
 REGISTER ---------->    
         401 <----------    
         403 <----------    
         200 <----------    
    REGISTER ----------> 
         200 <----------     
       Pause [   2000ms]   

      INVITE ---------->      
         100 <----------  
         180 <----------     
         403 <----------     
         404 <----------    
         408 <----------     
         200 <----------     
         ACK ---------->      

       Pause [   5000ms]     

         BYE ---------->      
         200 <----------  

         ACK ---------->


Registration works fine. And the INVITE package will send with the right 
Port to the UAS.
But Sipp discard this massage because the CallID dosn't match 
(reference.html#Unexpected+messages)
but i Need to Reset the callID because Register and "recv" always will 
have different one! Is there a solution. I didn't find any in
doc or google. If i split the XML scenario file from sipp1 in to two 
parts, first to Register and the
second to receive it works but this is a bad solution i think. Someone 
knows a solution?

regards
clemix

commands:
sipp1:  ./sipp -sf REGISTER_RECV_BYE_uas.xml  192.168.0.1:5060 -i 
192.168.0.50 -p 6006 -m 1 -inf 32_calls_31.csv -trace_err
sipp2:  ./sipp -sf REGISTER_AUTH_INVITE_BYE_uac.xml  192.168.0.1:5060 
-inf 30_calls_32.csv -m 1 -i 192.168.0.50 -p 6009                       

-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
Sipp-users mailing list
Sipp-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/sipp-users

Reply via email to