...
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, ....)
...