Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

No Format
                if (uri=~"^sip:.*@sipx1.ces.net@domianB"){
                        if (t_relay_to_tls("sipx1.ces.netdomainB","5061")) {
                        xlog("L_INFO","TLS Message to sipx1.ces.net\n ");
                        }
                        else {sl_reply_error();}
                        break;
                }

This wiil will apply only to sip uri and sips will be routed by internal rules (default t_relay (and DNS SRV _sips._tcp or DNS A with port 5061, ....)

...