<div dir="ltr">Hi David,<div><br></div><div>Kindly help me in this regard. I am not getting like it is because of pval issue or some other issue which causes this issue.</div><div>I have configured kamailio as an IMS server as VM based .</div><div><br></div><div>PCSCF - 10.x.x.179</div><div>ICSCF - 10.x.x.79</div><div>SCSCF - 10.x.x.73</div><div>HSS - 10.x.x.75</div><div><br></div><div>I am using zoiper client for testing the call flow . The <b>registration is happening properly</b> in my both zoiper clients for hss configured users (alice and bob).</div><div>When i am making an <b>INVITE , </b>I am getting <b>403 Forbidden - Domain not served </b>error from SCSCF.</div><div><br></div><div>The Call Flow for invite is as follows . call from <a href="mailto:alice@sip.example.com" target="_blank">alice@sip.example.com</a></div><div><br></div><div>zoiper1 (UE) -> PCSCF ( INVITE <a href="mailto:sip%3Abob@sip.example.com" target="_blank">sip:bob@sip.example.com</a>;transport=UDP )</div><div>PCSCF -> SCSCF (  INVITE <a href="mailto:sip%3Abob@sip.example.com" target="_blank">sip:bob@sip.example.com</a>;transport=UDP )</div><div>SCSCF -> PCSCF (100 trying)</div><div>SCSCF -> ICSCF   ( INVITE <a href="mailto:sip%3Abob@sip.example.com" target="_blank">sip:bob@sip.example.com</a>;transport=UDP )</div><div>ICSCF -> SCSCF (100 trying)</div><div>ICSCF -> SCSCF ( INVITE <a href="mailto:sip%3Abob@sip.example.com" target="_blank">sip:bob@sip.example.com</a>;transport=UDP )</div><div>SCSCF -> ICSCF (100 trying)</div><div>SCSCF -> ICSCF (<b>403 Forbidden - Domain not served</b>)</div><div>ICSCF -> SCSCF (Request: ACK <a href="mailto:sip%3Abob@sip.example.com" target="_blank">sip:bob@sip.example.com</a> | )</div><div>ICSCF -> SCSCF ( 403 Forbidden - Domain not served )</div><div>SCSCF -> PCSCF ( 403 Forbidden - Domain not served )</div><div>PCSCF -> UE ( 403 Forbidden - Domain not served )</div><div><br></div><div>Below are the alias configuration i have done in pcscf,icscf,scscf nodes</div><div><b>PCSCF.CFG</b></div><div># IP-Adress for incoming SIP-Traffic, in the following format:<br><br># SIP / UDP<br>listen=udp:10.x.x.179:4060<br># SIP / TCP<br>listen=tcp:10.x.x.179:4060<br># SIP / TCP/TLS<br>listen=tls:10.x.x.179:4060<br><br># IPSEC / UDP<br>#!define IPSEC_LISTEN_ADDR "0.0.0.0"<br>#!define IPSEC_CLIENT_PORT 5062<br>#!define IPSEC_SERVER_PORT 5063<br>#alias="<a href="http://sip.example.com:4060/" target="_blank">sip.example.com:4060</a>"<br>alias=<a href="http://pcscf.sip.example.com:4060/" target="_blank">pcscf.sip.example.com:4060</a><br><br>#!define MY_WS_PORT 80<br>#!define MY_WSS_PORT 443<br><br>#!define PCSCF_URL "sip:<a href="http://pcscf.sip.example.com:4060/" target="_blank">pcscf.sip.example.com:4060</a>"<br><br>#!define TCP_PROCESSES 8<br><br>#!subst "/NETWORKNAME/<a href="http://sip.example.com/" target="_blank">sip.example.com/</a>"<br>#!subst "/HOSTNAME/<a href="http://pcscf.sip.example.com/" target="_blank">pcscf.sip.example.com/</a>"<br><b><br></b></div><div><b>ICSCF.CFG</b></div><div><b><br></b></div><div># SIP / UDP<br>listen=udp:10.x.x.79:4070<br># SIP / TCP<br>listen=tcp:10.x.x.79:4070<br># SIP / TCP/TLS<br>listen=tls:10.x.x.79:4071<br><br>alias="<a href="http://icscf.sip.example.com:4070/" target="_blank">icscf.sip.example.com:4070</a>"<br><br>#!define NETWORKNAME "<a href="http://sip.example.com/" target="_blank">sip.example.com</a>"<br>#!define HOSTNAME "<a href="http://icscf.sip.example.com/" target="_blank">icscf.sip.example.com</a>"<br></div><div><br></div><div><b>SCSCF.CFG</b><br></div><div><br></div><div># SIP / UDP<br>listen=udp:10.x.x.73:4080<br># SIP / TCP<br>listen=tcp:10.x.x.73:4080<br># SIP / TCP/TLS<br>listen=tls:10.x.x.73:4081<br><br>#!define NETWORKNAME "<a href="http://sip.example.com/" target="_blank">sip.example.com</a>"<br>#!define HOSTNAME "<a href="http://scscf.sip.example.com/" target="_blank">scscf.sip.example.com</a>"<br>#!define URI "sip:<a href="http://scscf.sip.example.com:4080/" target="_blank">scscf.sip.example.com:4080</a>"<br>alias=<a href="http://scscf.sip.example.com:4080/" target="_blank">scscf.sip.example.com:4080</a><br><br># ENUM-Server to query:<br>#!define ENUM_SUFFIX "<a href="http://scscf.sip.example.com/" target="_blank">scscf.sip.example.com</a>."<br></div><div><br></div><div><br></div><div>Kindly let me know where i am missing . Kindly need help in this issue since the registration is happening successfully and dropping in the INVITE level.</div><div>Kindly help.</div></div>