Re: [asterisk-users] Re-compiling q931.c

2010-05-16 Thread bruce bruce
Thanks for the input. I need a bit more clarification. I just changed the condition for an if in the q931.c from Equal to Not Equal. In order to get that reflected do I have to do gcc q931.c to recompile it so Asterisk can read it? or does asterisk read the .c file? Thanks again, Bruce On Sat,

Re: [asterisk-users] Re-compiling q931.c

2010-05-16 Thread Tzafrir Cohen
On Sun, May 16, 2010 at 09:18:13AM -0400, bruce bruce wrote: Thanks for the input. I need a bit more clarification. I just changed the condition for an if in the q931.c from Equal to Not Equal. In order to get that reflected do I have to do gcc q931.c to recompile it so Asterisk can read

[asterisk-users] Re-compiling q931.c

2010-05-15 Thread bruce bruce
Hi Guys, Can q931.c be re-compiled using gcc or something else without the need to re-do the whole libpri? Some changes were made to q931.c and I want those to be reflected in .a .o .so .lo files as I think those are the files read by Asterisk vs the .c file. Thanks, --

Re: [asterisk-users] Re-compiling q931.c

2010-05-15 Thread Tzafrir Cohen
On Sat, May 15, 2010 at 04:32:19PM -0400, bruce bruce wrote: Hi Guys, Can q931.c be re-compiled using gcc or something else without the need to re-do the whole libpri? Some changes were made to q931.c and I want those to be reflected in .a .o .so .lo files as I think those are the files read