<div dir="ltr"><br><div class="gmail_extra"><br><br><div class="gmail_quote">On Fri, May 23, 2014 at 7:05 PM, Armen K <span dir="ltr"><<a href="mailto:armeniki@hotmail.com" target="_blank">armeniki@hotmail.com</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<div><div dir="ltr">Hi everyone,<div><br></div><div>I was referred to this mailing list by Richard Mudgett regarding the following thread on Issue Tracker a<span style="font-size:12pt">s it's a feature request and not a bug:</span></div>
<div><a href="https://issues.asterisk.org/jira/browse/PRI-170" target="_blank">https://issues.asterisk.org/jira/browse/PRI-170</a></div><div><br></div><div>We've got a Nortel BCM (actually 2 BCM50s and 1 BCM400)... all showing the same problem.</div>
<div><br></div><div>When a call comes in the number shows up OK but the name does not. Â In looking at the ISDN messages coming in, we've noticed that the Facility IE for the name has been QSIG encoded. Â However, the BCMs don't understand this encoding and as a result the name does not come through.</div>
<div><br></div><div>Basically, I need to figure out how to disable the encoding so the Facility IE for caller name comes through without being encoded (in other words without the <span style="background-color:rgb(245,245,245);color:rgb(51,51,51);font-family:monospace;font-size:14px;line-height:20px">AA 06 80 01 00 82 01 00 </span><span style="font-size:12pt">bytes being placed between the 9F and 8B bytes.</span></div>
<div><br></div><div>For example:</div><div><span style="color:rgb(51,51,51);font-family:monospace;font-size:14px;line-height:20px;background-color:rgb(245,245,245)">9F 8B 01 00 A1 0E 02 01 08 02 01 00 80 06 4D 61 20 42 65 6C 6C</span></div>
</div></div></blockquote><div><br></div><div>In libpri pri_facility.c:enc_qsig_calling_name() you can change the code to not set any<br>header values nonzero. That will disable sending the optional NFE and<br>interpretation-APDU values for the calling name only.<br>
<br></div><div>Richard<br></div></div><br></div></div>