<div dir="ltr"><div>Hi All , </div><div><br></div><div>Having some issue in tls socket connection . </div><div><br></div><div>I have added source IP in my gateway table . as below . </div><div>mysql> select * from dr_gateways;<br>+----+-------+------+----------------------+-------+------------+-------+------------+-------+----------------------+---------------------+<br>| id | gwid  | type | address              | strip | pri_prefix | attrs | probe_mode | state | socket               | description         |<br>+----+-------+------+----------------------+-------+------------+-------+------------+-------+----------------------+---------------------+<br>|  1 | gw1   |    3 | <a href="http://1.1.1.1:5080">1.1.1.1:5080</a> |     0 |            |       |          0 |     0 |                      | 1st_gw              |<br>|  4 | gw4   |    3 | <a href="http://2.2.2.2:5061">2.2.2.2:5061</a>  |     0 | NULL       | NULL  |          0 |     0 | tls:<a href="http://3.3.3.3:5061">3.3.3.3:5061</a> | tls testing gateway |<br></div><div><br></div><div>When I am calling from gw1 , in the config it comes under the function <b>is_from_gw</b> . But when I am calling from gw4 with TLS , it does not come under the <b>is_from_gw </b>function . </div><div><br></div><div>Outgoung call to gw4 working fine . But Opensips is not accepting call from the same gateway . </div><div><br></div><div><br></div><div>Incoming invite from the TLS gateway looks like below . </div><div><br></div><div><b>INVITE <a href="http://sip:8484@3.3.3.3:5061">sip:8484@3.3.3.3:5061</a> SIP/2.0<br>Via: SIP/2.0/TLS 2.2.2.2:5061;branch=z9hG4bK33fcbf5a;rport<br>Max-Forwards: 69<br>From: "Anonymous" <sip:anonymous@anonymous.invalid>;tag=as0c2aa7d9<br>To: <<a href="http://sip:8484@3.3.3.3:5061">sip:8484@3.3.3.3:5061</a>><br>Contact: <sip:anonymous@2.2.2.2:5061;transport=tls><br>Call-ID: <a href="http://0e2bb879483361cf685af7cd1520ff80@2.2.2.2:5061">0e2bb879483361cf685af7cd1520ff80@2.2.2.2:5061</a><br>CSeq: 102 INVITE<br>User-Agent: Asterisk PBX 17.5.1<br>Date: Tue, 05 Jul 2022 12:12:51 GMT<br>Allow: INVITE, ACK, CANCEL, OPTIONS, BYE, REFER, SUBSCRIBE, NOTIFY, INFO, PUBLISH, MESSAGE<br>Supported: replaces, timer<br>Content-Type: application/sdp<br>Content-Length: 340<br><br>v=0<br>o=root 1038073425 1038073425 IN IP4 2.2.2.2<br>s=Asterisk PBX 17.5.1<br>c=IN IP4 2.2.2.2<br>t=0 0<br>m=audio 18936 RTP/SAVP 0 101<br>a=crypto:1 AES_CM_128_HMAC_SHA1_80 inline:Q9p7r6xw4RgSXmuL3jAX4FMFbFnWVRwZc6PAqphy<br>a=rtpmap:0 PCMU/8000<br>a=rtpmap:101 telephone-event/8000<br>a=fmtp:101 0-16<br>a=ptime:20<br>a=maxptime:150<br>a=sendrecv<br></b></div><div><br></div><div>In the request URI transport=TLS parameter is mandatory for TLS connection here ? Please suggest what can be done here . </div><div><br></div><div><div dir="ltr" class="gmail_signature" data-smartmail="gmail_signature"><div dir="ltr"><div><div dir="ltr"><b><i>Thanks & Regards</i></b><div><i>Sasmita Panda</i></div><div><i>Senior Network Testing and Software Engineer</i></div><div><i>3CLogic , ph:07827611765</i></div></div></div></div></div></div></div>