|
FixedErrorConnectBetweenSippAndOpenIMSCore
Installing SIPp and configuring the Open IMS Core
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 SIPpWith 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:
4. Modify the scripts for the S-SCSCF (file scscf.cfg)set the default authentication algorithm to MD5
set the qop parameter to "" modparam("scscf","registration_qop","auth,auth-int") ----->modparam("scscf","registration_qop","") |
► Sign in to add a comment
"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