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

Compare with Current View Page History

« Previous Version 4 Next »

Goal (short description)

Routing of inter domain sessions over a TLS encrypted link between a SER and an OpenSER proxy 

Applicability

Inter-domain SIP routing over TLS

Prerequisites (OS, dependencies on other software)

Both proxies should have TLS enabled between itself and connected UAs. 

SER proxy: see

OpenSER proxy: see

OS specific help

In /usr/local/etc/openser/openser.cfg, add routing to the other domain:

        # check for requests targeted out of our domain
        if (!uri==myself) {
                # mark routing logic in request
                append_hf("P-hint: outbound\r\n");
                # if you have some interdomain connections via TLS
                if(uri="@sipx1.ces.net")

Unknown macro: {                         t_relay("tls}

else if(uri="@sipx.ten.cz")

Unknown macro: { t_relay("tls}

                route(1);

        };

Validation, confirmation tests

In MS Windows Messenger 5.1 choose:

Tools ->

Options ->

Accounts tab ->

enable 'my contacts include users of a SIP communications service' and fill in under 'sign-in name:' <username>@<domain>

0 comments | Add Comment

  • No labels