<div dir="ltr"><div>Hello Everybody,</div><div>                Unable to configure opensips with dual client domains,below is the configuration and opesips logs</div><div><span class="" style="white-space:pre">                                </span></div><div>opensips.cfg</div><div>{</div><div>...</div><div>listen=tls:IP_2:port2</div><div>listen=tls:IP_3:port4</div><div>...</div><div># set the TLS client domain AVP</div><div>tls_client_domain_avp = 400</div><div><br></div><div># name based TLS client domains (for virtual SIPS hosting)</div><div>tls_client_domain[&quot;<a href="http://atlanta.com">atlanta.com</a>&quot;] {</div><div>    tls_certificate = &quot;/certs/<a href="http://atlanta.com/cert.pem">atlanta.com/cert.pem</a>&quot;</div><div>    tls_private_key = &quot;/certs/<a href="http://atlanta.com/privkey.pem">atlanta.com/privkey.pem</a>&quot;</div><div>    tls_ca_list     = &quot;/certs/wellknownCAs&quot;</div><div>    tls_method=tlsv1</div><div>    tls_verify_server = 1</div><div>}</div><div>tls_client_domain[&quot;<a href="http://biloxi.com">biloxi.com</a>&quot;] {</div><div>    tls_certificate = &quot;/certs/<a href="http://biloxy.com/cert.pem">biloxy.com/cert.pem</a>&quot;</div><div>    tls_private_key = &quot;/certs/<a href="http://biloxy.com/privkey.pem">biloxy.com/privkey.pem</a>&quot;</div><div>    tls_ca_list     = &quot;/certs/wellknownCAs&quot;</div><div>    tls_method=tlsv1</div><div>    tls_verify_server = 0</div><div>}</div><div><br></div><div>route{</div><div>...</div><div>    # calls to other SIP domains</div><div>    # set the proper SSL context (certificate) for local hosted domains</div><div><b>    avp_write(&quot;$fd&quot;,&quot;$avp(i:400)&quot;); ################# does not exists in 1.11.5 can you please share the alternate function.!</b></div><div>    forward(); # uses NAPTR and SRV lookups</div><div>    exit;</div><div>}</div><div><br></div><div><br></div><div><b>Opensips Log :</b></div><div>&quot;&quot;no TLS client doman AVP set, looking for socket based TLS client domain&quot;&quot;</div><div><br></div><div><br></div><div>I think internal_search_ID_avp in user_avp.c is failing.</div><div>Can some one please comment on how to get this working.</div><div>Thank you.</div></div>