<div>In case anyone runs into this, I'm posting what I ended up doing...</div>
<div>&nbsp;</div>
<div>I tracked down a file under include/asterisk/channel.h</div>
<div>&nbsp;</div>
<div>This file defines the length of the variables in this section:</div>
<div>&nbsp;</div>
<div>/*! Max length of an extension */<br>#define AST_MAX_EXTENSION 80<br>#define AST_MAX_CONTEXT 80<br>#define AST_CHANNEL_NAME 80<br>&nbsp;</div>
<div>Not knowing which one, I changed all three to 255, recompiled, and my hints work now.&nbsp; If I were to guess, I would guess that AST_CHANNEL_NAME is the variable that needs to be changed.&nbsp; At this point, I've got a relatively small setup with 2 gigs of ram and over 1 gig free after compiling, so I don't think I'm taking that big of a hit.
</div>
<div>&nbsp;</div>
<div>&nbsp;</div>
<div><span class="gmail_quote">On 9/26/06, <b class="gmail_sendername">Lacy Moore - Aspendora</b> &lt;<a href="mailto:aspendora@gmail.com">aspendora@gmail.com</a>&gt; wrote:</span>
<blockquote class="gmail_quote" style="PADDING-LEFT: 1ex; MARGIN: 0px 0px 0px 0.8ex; BORDER-LEFT: #ccc 1px solid">
<div>I have one extension that rings in many places.&nbsp; It has just come to my attention that I can only monitor 4 devices within a hint.</div>
<div>&nbsp;</div>
<div>Ex:</div>
<div>&nbsp;</div>
<div>exten =&gt; 132,hint,SIP/DEVA&amp;SIP/DEVB&amp;SIP/DEVC&amp;SIP/DEVD</div>
<div>&nbsp;</div>
<div>if I add SIP/DEVF, DEVF is not monitored.</div>
<div>&nbsp;</div>
<div>Is anyone else monitoring more than 4 devices, and if so, what version are you running?</div>
<div>&nbsp;</div>
<div>I'm running <a onclick="return top.js.OpenExtLink(window,event,this)" href="http://1.2.12.1/" target="_blank">1.2.12.1</a>.&nbsp; I thought at first this may be a phone issue, but by running SHOW HINTS on the CLI, it shows InUse using the first four devices.&nbsp; The fifth device shows IDLE when it is, in fact, in use.&nbsp; I also switched places for DEVD and DEVE thinking maybe it was something with DEVE.&nbsp; When I switch places, DEVE shows as expected and DEVD does not show. 
</div>
<div>&nbsp;</div>
<div>Any ideas?</div>
<div><br clear="all"><br>-- <br>Lacy Moore<br>&nbsp;</div></blockquote></div><br><br clear="all"><br>-- <br>Lacy Moore<br>I'm the guy that doesn't give a damn about anyone's problems but my own...