<div dir="ltr"><div>If I'm right CALLINGTON is populated from a variable "caller.id.number.plan" that is equals to "p->cid_ton"<br><div><br>I was comparing sig_pri.c and sig_ss7.c using asterisk 11.9<br>

<br><br>in sig_pri.c<br>       279      caller.id.number.plan = p->cid_ton;<br>     4210      pri->pvts[chanpos]->cid_ton = ast_connected.id.number.plan;<br>     6263      pri->pvts[chanpos]->cid_ton = e->ring.callingplan; /* this is the callingplan (TON/NPI), e->ring.callingplan>>4 would       be the TON */<br>

<br></div><div>this variable cid_ton is set equals to the number plan or the calling plan, depends on the flow.<br></div><div><br><br></div><div>while in sig_ss7.c<br>      192      caller.id.number.plan = p->cid_ton;<br>
    1071      p->cid_ton = 0;<br><br></div><div>cid_ton is always 0,<br><br><br>but in ss7 there are variables containing the number plan:<br></div><div>sig_ss7.h<br></div>      218     unsigned char gen_add_num_plan;<br>
<br></div><br>so, what does this variable contains? it isn't a compatible value?<br><br><br><div><br><br><br><div><br></div>
</div></div><div class="gmail_extra"><br clear="all"><div><div dir="ltr"><span style="font-family:Helvetica,Arial,sans-serif;font-size:15px;color:#000033"></span><table><tbody><tr><td><font><img src="https://db.tt/2tfDhCOr"></font>
        </td>
        <td><font>
             
        </font></td>
        <td>
            <font><span style="font-family:Helvetica,Arial,sans-serif;color:rgb(0,0,51)">
                <font size="4"><b>Alberto Rinaudo</b></font><br><i><a href="http://a.rinaudo.net" target="_blank">http://a.rinaudo.net</a><br>+44 (0) 741 496 5674<br>
                    <a href="mailto:alberto.rinaudo@gmail.com" target="_blank">alberto.rinaudo@gmail.com</a><br>skype: a.rinaudo<br></i></span></font></td></tr></tbody></table></div></div>
<br><br><div class="gmail_quote">On 15 May 2014 17:10, Richard Mudgett <span dir="ltr"><<a href="mailto:rmudgett@digium.com" target="_blank">rmudgett@digium.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<div dir="ltr"><br><div class="gmail_extra"><br><br><div class="gmail_quote"><div><div class="h5">On Thu, May 15, 2014 at 9:45 AM, Alberto Rinaudo <span dir="ltr"><<a href="mailto:alberto.rinaudo@gmail.com" target="_blank">alberto.rinaudo@gmail.com</a>></span> wrote:<br>

<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr"><div><div><div><div><div>Good morning,<br></div>I have a problem with that variable:<br></div>I use asterisk 11 + dahdi 2.7.0.1 + libss7 1.0.2 + libpri 1.4<br>

</div>in another box (with pri cards) I use CALLINGTON. But I recently found out that this variable is not populated for SS7.<br>
</div>My question is: there's another variable I can use? I couldn't find anything in documentation/source.<br></div>Thanks.</div></blockquote><div><br></div></div></div><div>That is the correct variable for the information.  You could also use CALLERID(num-plan) or CALLERID(ton).<br>

Unfortunately that information is not extracted for SS7.<span class="HOEnZb"><font color="#888888"><br><br></font></span></div><span class="HOEnZb"><font color="#888888"><div>Richard<br></div></font></span></div><br></div>
</div>
<br>--<br>
_____________________________________________________________________<br>
-- Bandwidth and Colocation Provided by <a href="http://www.api-digital.com" target="_blank">http://www.api-digital.com</a> --<br>
<br>
asterisk-dev mailing list<br>
To UNSUBSCRIBE or update options visit:<br>
   <a href="http://lists.digium.com/mailman/listinfo/asterisk-dev" target="_blank">http://lists.digium.com/mailman/listinfo/asterisk-dev</a><br></blockquote></div><br></div>