<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
</head>
<body text="#000000" bgcolor="#FFFFFF">
<p>Hello Mojtaba,</p>
<p>thank you. If there is something that should be added to the kamailio.cfg for this implementation (maybe some comments) just open a pull request.</p>
<p>Cheers,</p>
<p>Henning<br>
</p>
<div class="moz-cite-prefix">Am 14.07.19 um 10:28 schrieb Mojtaba:<br>
</div>
<blockquote type="cite" cite="mid:CABVi_EzSc-=2_pMX1uMbpxDBFssdLPmCHB-4Td5xw=TRuDRMsw@mail.gmail.com">
<div dir="ltr">
<div>Hello Henning,</div>
<div>According the 3GPP standards, the IMPU template would be started with '+', for this reason in icscf, we have to add '+' to $rU, But in FHOSS the is not any IMPU with '+'  prefix as default. There is two way to solve this issue:</div>
<div>1) Add some new IMPU/IMPI according the 3GPP standards. (Be notice that IMPU would be started with '+' or ' tel).<br>
</div>
<div>2) Have some changes in Kamailio routing block to escape some rules.</div>
<div>The is no needed to have some changes in ims_icscf module.<br>
</div>
<div><br>
</div>
<div>With Best Regards.Mojtaba<br>
</div>
</div>
<br>
<div class="gmail_quote">
<div dir="ltr" class="gmail_attr">On Sun, Jul 14, 2019 at 12:38 AM Henning Westerholt <<a href="mailto:hw@skalatan.de" moz-do-not-send="true">hw@skalatan.de</a>> wrote:<br>
</div>
<blockquote class="gmail_quote" style="margin:0px 0px 0px
          0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">
Hello Mojtaba,<br>
<br>
Let us wait for more details from the reporter before coming to a conclusion. Without complete knowledge about the scenario there is always some guessing involved.<br>
<br>
Cheers,<br>
<br>
Henning<br>
<br>
-----Original Message-----<br>
From: sr-users <<a href="mailto:sr-users-bounces@lists.kamailio.org" target="_blank" moz-do-not-send="true">sr-users-bounces@lists.kamailio.org</a>> On Behalf Of Mojtaba<br>
Sent: Saturday, July 13, 2019 8:36 PM<br>
To: Kamailio (SER) - Users Mailing List <<a href="mailto:sr-users@lists.kamailio.org" target="_blank" moz-do-not-send="true">sr-users@lists.kamailio.org</a>>;
<a href="mailto:maryam.baghdadi@gmail.com" target="_blank" moz-do-not-send="true">
maryam.baghdadi@gmail.com</a><br>
Subject: Re: [SR-Users] kamailio as ICSCF connection with FHoss<br>
<br>
Hello Mariam,<br>
It is worse way that you made choice. There is no needed to change any things in source code.<br>
Just dive to kamailio.cfg file and remove "+" prefix  from $rU (IMPU) . It is very straightforward.<br>
WIth Best Regards. Mojtaba<br>
<br>
On Sat, Jul 13, 2019 at 2:55 PM Maryam Baghdadi <<a href="mailto:maryam.baghdadi@gmail.com" target="_blank" moz-do-not-send="true">maryam.baghdadi@gmail.com</a>> wrote:<br>
><br>
> Thank you for your help,<br>
> I resolved my problem , there was a '+' in public_identity that isn't shown in pcap file and just by printing value public_identity in I_perform_location_information_request() recognized .<br>
> I replaced  public_identity = cscf_get_public_identity_from_requri(msg) with  cscf_get_to_uri(msg, &public_identity) then recompiled ims_icscf module and my problem resolved .<br>
><br>
><br>
><br>
> On Wed, Jul 10, 2019 at 3:07 PM Mojtaba <<a href="mailto:mespio@gmail.com" target="_blank" moz-do-not-send="true">mespio@gmail.com</a>> wrote:<br>
>><br>
>> Hello,<br>
>> of course not, Are you sure the IMPI/IMPU in LRI/LRA message there <br>
>> are exist exactly in HSS?<br>
>> Or may they are changed with some prefixes like "tel uri" or "+"<br>
>> With Regards. Mojtaba<br>
>><br>
>> On Wed, Jul 10, 2019 at 2:05 PM Henning Westerholt <<a href="mailto:hw@skalatan.de" target="_blank" moz-do-not-send="true">hw@skalatan.de</a>> wrote:<br>
>> ><br>
>> > Hello Maryam,<br>
>> ><br>
>> ><br>
>> ><br>
>> > I am not an expert on the FHoss, but just some ideas how to investigate it further:<br>
>> ><br>
>> ><br>
>> ><br>
>> > Do you get some error message in FHoss?<br>
>> > Can you test with some other tool (maybe with a test script) that the FHoss works ok generally?<br>
>> > Any error message from ICSCF module in the Kamailio logging?<br>
>> ><br>
>> ><br>
>> ><br>
>> > Cheers,<br>
>> ><br>
>> ><br>
>> ><br>
>> > Henning<br>
>> ><br>
>> ><br>
>> ><br>
>> > --<br>
>> ><br>
>> > Henning Westerholt - <a href="https://skalatan.de/blog/" rel="noreferrer" target="_blank" moz-do-not-send="true">
https://skalatan.de/blog/</a><br>
>> ><br>
>> > Kamailio services - <a href="https://skalatan.de/services" rel="noreferrer" target="_blank" moz-do-not-send="true">
https://skalatan.de/services</a><br>
>> ><br>
>> ><br>
>> ><br>
>> > From: sr-users <<a href="mailto:sr-users-bounces@lists.kamailio.org" target="_blank" moz-do-not-send="true">sr-users-bounces@lists.kamailio.org</a>> On Behalf Of
<br>
>> > Maryam Baghdadi<br>
>> > Sent: Tuesday, July 9, 2019 10:07 AM<br>
>> > To: Kamailio (SER) - Users Mailing List <br>
>> > <<a href="mailto:sr-users@lists.kamailio.org" target="_blank" moz-do-not-send="true">sr-users@lists.kamailio.org</a>><br>
>> > Subject: [SR-Users] kamailio as ICSCF connection with FHoss<br>
>> ><br>
>> ><br>
>> ><br>
>> > hello,<br>
>> ><br>
>> ><br>
>> ><br>
>> > I use Kamailio as my Icscf in IMS network .<br>
>> ><br>
>> > after receiving Invite Request from SCSCF to ICSCF‌, a LIR request sent from ICSCF to FHoss. User_Unknown response received in all states. I checked every thing carefully , users are registered and  defined in HSS and every configuration done . What's
 wrong? is it possible that icscf has problem? or it can be FHoss bug?<br>
<br>
</blockquote>
</div>
</blockquote>
<pre class="moz-signature" cols="72">-- 
Henning Westerholt - <a class="moz-txt-link-freetext" href="https://skalatan.de/blog/">https://skalatan.de/blog/</a>
Kamailio services - <a class="moz-txt-link-freetext" href="https://skalatan.de/services">https://skalatan.de/services</a></pre>
</body>
</html>