<br><br><div class="gmail_quote">2008/11/27 Tzafrir Cohen <span dir="ltr"><<a href="mailto:tzafrir.cohen@xorcom.com">tzafrir.cohen@xorcom.com</a>></span><br><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 class="Wj3C7c">On Thu, Nov 27, 2008 at 12:58:53PM +0100, Olivier wrote:<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>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</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><br><br></div><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
<br>
#ifdef HAVE_SS7<br>
" w/SS7"<br>
#endif<br>
<div><div></div><div class="Wj3C7c"> ;<br>
<br>
--<br>
Tzafrir Cohen<br>
icq#16849755 <a href="mailto:jabber%3Atzafrir.cohen@xorcom.com">jabber:tzafrir.cohen@xorcom.com</a><br>
+972-50-7952406 mailto:<a href="mailto:tzafrir.cohen@xorcom.com">tzafrir.cohen@xorcom.com</a><br>
<a href="http://www.xorcom.com" target="_blank">http://www.xorcom.com</a> <a href="http://iax:guest@local.xorcom.com/tzafrir" target="_blank">iax:guest@local.xorcom.com/tzafrir</a><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-users mailing list<br>
To UNSUBSCRIBE or update options visit:<br>
<a href="http://lists.digium.com/mailman/listinfo/asterisk-users" target="_blank">http://lists.digium.com/mailman/listinfo/asterisk-users</a><br>
</div></div></blockquote></div><br>