<br><br><div class="gmail_quote">2008/11/27 Tzafrir Cohen <span dir="ltr">&lt;<a href="mailto:tzafrir.cohen@xorcom.com">tzafrir.cohen@xorcom.com</a>&gt;</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>
&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>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</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><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>
 &nbsp;#ifdef HAVE_SS7<br>
 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &quot; w/SS7&quot;<br>
 &nbsp;#endif<br>
<div><div></div><div class="Wj3C7c"> &nbsp;;<br>
<br>
--<br>
 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; Tzafrir Cohen<br>
icq#16849755 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;<a href="mailto:jabber%3Atzafrir.cohen@xorcom.com">jabber:tzafrir.cohen@xorcom.com</a><br>
+972-50-7952406 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; 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> &nbsp;<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>
 &nbsp; <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>