2008/11/27 Olivier <span dir="ltr"><<a href="mailto:oza-4h07@myamail.com">oza-4h07@myamail.com</a>></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"><<a href="mailto:tzafrir.cohen@xorcom.com" target="_blank">tzafrir.cohen@xorcom.com</a>></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>
> output is:<br>
><br>
> # strings /usr/lib/asterisk/modules/chan_dahdi.so | grep '^DAHDI Telephony'<br>
> DAHDI Telephony<br>
> DAHDI Telephony Driver<br>
<br>
</div></div></div><div class="Ih2E3d">A snippet from channels/chan_dahdi.c:<br>
<br>
static const char tdesc[] = "DAHDI Telephony Driver"<br>
#ifdef HAVE_PRI<br>
" w/PRI"<br>
#endif</div></blockquote><div><br>So, I should have seen "DAHDI Telephony Driver w/PRI", 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 "DAHDI Telephony Driver w/PRI", 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 "DAHDI Telephony Driver w/PRI".<br>
As I was not careful enough to note differences between both situations, this case can't be of much use for future reference (except <br></div></div>for "strings /usr/lib/asterisk/modules/chan_dahdi.so | grep '^DAHDI Telephony' " to test if libpri is correctly used).<br>
<br>Thanks for helping, anyway.<br>