You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Next »

Goal (short description)

Usage of SIP identity (RFC4474)

Applicability

User Agent A – TLS — > proxy domainA — Identity (TLS) — > proxy domainB — Identity (TLS,UDP,TCP) — > User Agent B

TLS and Identity doesn't work together yet, ther some intermodule conflict

Prerequisites

* Linux machine
* SER version 2.1  - Current cvs version
* Server certificate and private key in PEM fomrat
* CA list - list of trusted authorities in PEM format

Ser head cvs branch

export CVSROOT=:pserver:anonymous@cvs.berlios.de:/cvsroot/ser
cvs co sip_router

*Compiling of source*

Make everything

make group_include="standard" include_modules="tls auth_identity" all

Install it (and make before)

make group_include="standard" include_modules="tls" install

You can adjust compiled modules by group_include, include_modules and exclude_modules parameters.
Print-modules parameter show set of modules that will compiled.

make group_include="standard" include_modules="tls" print-modules

Configuration  

Edit your ser.cfg

OS specific help

Validation, confirmation tests

  • No labels