Thanks for the input.<div><br></div><div>I need a bit more clarification.</div><div><br></div><div>I just changed the condition for an &quot;if&quot; in the q931.c from Equal to Not Equal. In order to get that reflected do I have to do &quot;gcc q931.c&quot; to recompile it so Asterisk can read it? or does asterisk read the .c file?</div>

<div><br></div><div>Thanks again,</div><div>Bruce<br><br><div class="gmail_quote">On Sat, May 15, 2010 at 4:56 PM, Tzafrir Cohen <span dir="ltr">&lt;<a href="mailto:tzafrir.cohen@xorcom.com">tzafrir.cohen@xorcom.com</a>&gt;</span> wrote:<br>

<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;"><div><div></div><div class="h5">On Sat, May 15, 2010 at 04:32:19PM -0400, bruce bruce wrote:<br>
&gt; Hi Guys,<br>
&gt;<br>
&gt; Can q931.c be re-compiled using gcc or something else without the need to<br>
&gt; re-do the whole libpri? Some changes were made to q931.c and I want those to<br>
&gt; be reflected in .a .o .so .lo files as I think those are the files read by<br>
&gt; Asterisk vs the .c file.<br>
<br>
</div></div>Given that libpri is such a small library, I wouldn&#39;t bother. If the<br>
change did not break the binary ABI (e.g.: changed the size of a struct<br>
that is exposed through some interface, added/removed variables to some<br>
function) there should be no issue here.<br>
<br>
If you want to test things, try just building libpri (and not installing<br>
it) and start asterisk with:<br>
<br>
  LD_LIBRARY_PATH=/path/to/libpri/source asterisk<br>
<font color="#888888"><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>
</font><div><div></div><div class="h5"><br>
--<br>
_____________________________________________________________________<br>
-- Bandwidth and Colocation Provided by <a href="http://www.api-digital.com" target="_blank">http://www.api-digital.com</a> --<br>
New to Asterisk? Join us for a live introductory webinar every Thurs:<br>
               <a href="http://www.asterisk.org/hello" target="_blank">http://www.asterisk.org/hello</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></div>