<div dir="ltr">Greetings list,<div><br></div><div>I am using the sip-i module for conversion between sip to sip-i.  I want to set calling party number and called party number in e164 format. Below is how my code looks like. </div><div>route{<br></div><div>...</div><div><div>        xlog("Here is Called party number: $rU");</div><div>        xlog("Here is Calling party number: $fU");</div><div>        do_accounting("log","missed");</div><div>        add_isup_part("Initial address");</div><div>        $isup_param(Nature of connection indicators) = "0x10";</div><div>        $isup_param(Forward Call Indicators) = "0x6001";</div><div>        $isup_param(Called party number|Nature of address indicator) = 4;</div><div>        $isup_param(Called party number|Numbering plan indicator) = 1;</div><div>        $isup_param(Called party number|Address signal) = $rU;</div><div>        $isup_param(Calling party number|Nature of address indicator) = 4;</div><div>        $isup_param(Calling party number|Numbering plan indicator) = 1;</div><div>        $isup_param(Calling party number|Screening indicator) = 4;</div><div>        $isup_param(Transmission Medium Requirement) = "speech";</div><div>        $isup_param(Calling party number|Address signal) = $fU;</div></div><div>...</div><div>}</div><div><br></div><div><div>branch_route[per_branch_ops] {</div><div>        xlog("NOA is: $isup_param_str(Called Party Number|Nature of address indicator)");</div><div>        xlog("Called party is: $isup_param_str(Called Party Number|Address signal)");</div><div>        xlog("NOA is: $isup_param_str(Calling Party Number|Nature of address indicator)");</div><div>        xlog("Calling is: $isup_param_str(Calling Party Number|Address signal)");</div><div>}</div></div><div><br></div><div>But I see Calling party and Called party number being changed from what i had set. </div><div><br>This is what I set. </div><div><br><div> Jan 15 10:16:01 gridtele-ug-vpn ./opensips[6911]: Here is Called party number: +256723000422</div><div>Jan 15 10:16:01 gridtele-ug-vpn ./opensips[6911]: Here is Calling party number: +12064248192<br><br>And what appears in ISUP body. You can notice <b>+ </b>changed to 0. </div><div><br><div>Jan 15 10:16:01 gridtele-ug-vpn ./opensips[6911]: NOA is: international</div><div><b>Jan 15 10:16:01 gridtele-ug-vpn ./opensips[6911]: Called party is: 0256723000422</b></div><div>Jan 15 10:16:01 gridtele-ug-vpn ./opensips[6911]: NOA is: international</div><div><b>Jan 15 10:16:01 gridtele-ug-vpn ./opensips[6911]: Calling is: 012064248192</b></div></div></div><div><br></div><div>Any help/suggestion is much appreciated. </div><div><br></div><div>Thanks. </div><div><br></div></div><div id="DAB4FAD8-2DD7-40BB-A1B8-4E2AA1F9FDF2"><br>
<table style="border-top:1px solid #d3d4de">
        <tr>
        <td style="width:55px;padding-top:13px"><a href="https://www.avast.com/sig-email?utm_medium=email&utm_source=link&utm_campaign=sig-email&utm_content=webmail&utm_term=icon" target="_blank"><img src="https://ipmcdn.avast.com/images/icons/icon-envelope-tick-round-orange-animated-no-repeat-v1.gif" alt="" width="46" height="29" style="width: 46px; height: 29px;"></a></td>
                <td style="width:470px;padding-top:12px;color:#41424e;font-size:13px;font-family:Arial,Helvetica,sans-serif;line-height:18px">Virus-free. <a href="https://www.avast.com/sig-email?utm_medium=email&utm_source=link&utm_campaign=sig-email&utm_content=webmail&utm_term=link" target="_blank" style="color:#4453ea">www.avast.com</a>
                </td>
        </tr>
</table><a href="#DAB4FAD8-2DD7-40BB-A1B8-4E2AA1F9FDF2" width="1" height="1"></a></div>