2008/11/27 Olivier <span dir="ltr">&lt;<a href="mailto:oza-4h07@myamail.com">oza-4h07@myamail.com</a>&gt;</span><br><div class="gmail_quote"><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
<br><br><div class="gmail_quote"><div class="Ih2E3d">2008/11/27 Tzafrir Cohen <span dir="ltr">&lt;<a href="mailto:tzafrir.cohen@xorcom.com" target="_blank">tzafrir.cohen@xorcom.com</a>&gt;</span><br></div><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">

<div><div></div><div>On Thu, Nov 27, 2008 at 12:58:53PM +0100, Olivier wrote:<div class="Ih2E3d"><br>
&gt; output is:<br>
&gt;<br>
&gt; # strings /usr/lib/asterisk/modules/chan_dahdi.so | grep &#39;^DAHDI Telephony&#39;<br>
&gt; DAHDI Telephony<br>
&gt; DAHDI Telephony Driver<br>
<br>
</div></div></div><div class="Ih2E3d">A snippet from channels/chan_dahdi.c:<br>
<br>
 &nbsp;static const char tdesc[] = &quot;DAHDI Telephony Driver&quot;<br>
 &nbsp;#ifdef HAVE_PRI<br>
 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &quot; w/PRI&quot;<br>
 &nbsp;#endif</div></blockquote><div><br>So, I should have seen  &quot;DAHDI Telephony Driver w/PRI&quot;, right ?<br><br>I installed dahdi, lipbri and asterisk from source in this order, and obviously, I must have done something wrong.<br>

As chan_dahdi.so should include   &quot;DAHDI Telephony Driver w/PRI&quot;, maybe I should have compiled libpri before dahdi or is ther something else ?<br></div></div></blockquote><div><br>I re-installed everything from scratch (I even changed version) and now I can see &quot;DAHDI Telephony Driver w/PRI&quot;.<br>
As I was not careful enough to note differences between both situations, this case can&#39;t be of much use for future reference (except <br></div></div>for &quot;strings /usr/lib/asterisk/modules/chan_dahdi.so | grep &#39;^DAHDI Telephony&#39;&nbsp; &quot;&nbsp; to test if libpri is correctly used).<br>
<br>Thanks for helping, anyway.<br>