My favorites | Sign in
Project Home Downloads Wiki Issues Source
Search
for
FixedErrorConnectBetweenSippAndOpenIMSCore  
Updated Jul 6, 2010 by tuant...@gmail.com

Installing SIPp and configuring the Open IMS Core

  1. download the newest SIPp stable version (http://sipp.sourceforge.net)
2. compile it with MD5 authentication support

- Add #include <limits.h> in the file header where it is missed: scenario.cpp and call.cpp

3. install SIPp
With TLS and authentication support, you must have installed OpenSSL library (>=0.9.8) (which may come with your system). Building SIPp consist only in adding the "ossl" option to the make command:
  • gunzip sipp-xxx.tar.gz
  • tar -xvf sipp-xxx.tar
  • cd sipp
  • make ossl

4. Modify the scripts for the S-SCSCF (file scscf.cfg)
set the default authentication algorithm to MD5

  • modparam("scscf","registration_default_algorithm","MD5")
set the qop parameter to ""
modparam("scscf","registration_qop","auth,auth-int") ----->modparam("scscf","registration_qop","")
Comment by project member letien...@gmail.com, Jul 6, 2010

"compile it with MD5 authentication support"...Add the necessary compilation commands so that others notice the problems and do not have to search to fix them again.

It should have more details. Please refer to these links to see how to make the log file:

http://code.google.com/p/evalsvc/wiki/EvalSVCdemoscripts http://code.google.com/p/evalsvc/wiki/Links


Sign in to add a comment
Powered by Google Project Hosting