Hi users;
i have some queries on SIPp.I have read documentation
on SIPp and mailing list but unable to underestand the
tinhgs like.
My question is when i am able to build my scenario i
will have to build like:
                                                      
                         
INVITE sip:[EMAIL PROTECTED]:[remote_port] SIP/2.0
        Via: SIP/2.0/[transport]
[local_ip]:[local_port];branch=[branch]
        From: sipp
<sip:[EMAIL PROTECTED]:[local_port]>;tag=[call_number]
        To: sut
<sip:[EMAIL PROTECTED]:[remote_port]>....
        .......
                                                      
                         
and pass the values of keywords from SIPp command line
eg:./sipp -sf make.xml -i 192.168.1.130 -rsa
192.168.1.131:5060
                                                      
                         
                               OR
i have to create my scenario like :
                                                      
                         
INVITE sip:192.168.1.131:5060 SIP/2.0
      Via: SIP/2.0/[transport]
192.168.1.130:5060;branch=[branch]
      From: sipp
<sip:192.168.1.130:5060>;tag=[call_number]
      To: sut <sip:192.168.1.131:5060>
                                                      
                         
and just run like:./sipp -sf make.xml
                                                    
Thanks and Regards;
Ali




 
____________________________________________________________________________________
Sponsored Link

Don't quit your job - take classes online
www.Classesusa.com


-------------------------------------------------------------------------
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

Reply via email to