2008-01-18 Russell Bryant * libpri 1.6.0-beta1 released. 2008-01-16 18:06 +0000 [r518] Jason Parker * Makefile, /: Add logging for 'make update' command (also fixes updates in some places). Issue #11766, initial patch by jmls. 2008-01-11 16:36 +0000 [r515] Matthew Fredrickson * q931.c, /: Merged revisions 514 via svnmerge from https://origsvn.digium.com/svn/libpri/branches/1.4 ................ r514 | mattf | 2008-01-11 10:34:44 -0600 (Fri, 11 Jan 2008) | 9 lines Merged revisions 513 via svnmerge from https://origsvn.digium.com/svn/libpri/branches/1.2 ........ r513 | mattf | 2008-01-11 10:33:52 -0600 (Fri, 11 Jan 2008) | 1 line We should not be parsing further into the bearer capability IE if the length does not confirm that there actually is data present ........ ................ 2007-12-26 17:35 +0000 [r505] Russell Bryant * libpri.h: Remove unnecessary usage of the extern keyword. 2007-12-06 22:16 +0000 [r494-496] Russell Bryant * q921.c, q931.c, pri_facility.c, pri.c: Change malloc+memset to calloc. Also, handle allocation failures early to reduce indentation. (closes issue #11469) Reported by: eliel Patches: pri.c.patch uploaded by eliel (license 64) q931.c.patch uploaded by eliel (license 64) q921.c.patch uploaded by eliel (license 64) pri_facility.c.patch uploaded by eliel (license 64) * pri.c: Change a use of malloc+memset to calloc. Also, reduce indentation of a function by doing the check for memory allocation failure at the beginning. * pri.c: Change the table used to hold the default timers to be global and const, instead of allocating it on the stack each time the function is called. 2007-12-05 00:20 +0000 [r491-493] Matthew Fredrickson * q931.c: Improve the parameter name to better reflect its use * q921.c, q931.c: More PTMP fixes. Stand by, more changes to come * q921.c, q931.c, testprilib.c: More magic to make BRI CPE PTMP work 2007-11-21 22:30 +0000 [r486-487] Matthew Fredrickson * q931.c: Make sure we loop BRI call references for one byte CREFs instead of two * q921.c, q931.c, libpri.h, pri.c, pritest.c, pri_internal.h: Add BRI support to libpri 2007-10-22 15:15 +0000 [r480] Kevin P. Fleming * /, pri_internal.h: Merged revisions 479 via svnmerge from https://origsvn.digium.com/svn/libpri/branches/1.4 ................ r479 | kpfleming | 2007-10-22 10:10:06 -0500 (Mon, 22 Oct 2007) | 11 lines Merged revisions 478 via svnmerge from https://origsvn.digium.com/svn/libpri/branches/1.2 ........ r478 | kpfleming | 2007-10-22 10:09:27 -0500 (Mon, 22 Oct 2007) | 3 lines we need to include stddef.h for 'size_t' ........ ................ 2007-10-13 16:00 +0000 [r473] Matthew Fredrickson * q921.c: Make sure that we only output the message handling debug when we're actually debugging 2007-10-05 16:46 +0000 [r471] Jason Parker * /, libpri.h: Merged revisions 470 via svnmerge from https://origsvn.digium.com/svn/libpri/branches/1.4 (closes issue #10832) ........ r470 | qwell | 2007-10-05 11:45:39 -0500 (Fri, 05 Oct 2007) | 4 lines Fix an incorrect pri_event structure definition. Issue 10832, patch by flefoll ........ 2007-09-25 21:56 +0000 [r469] Matthew Fredrickson * q931.c: Fix user-user IE order in setup message (#10705) 2007-09-14 21:34 +0000 [r466] Matthew Fredrickson * q931.c, /, libpri.h: Merged revisions 465 via svnmerge from https://origsvn.digium.com/svn/libpri/branches/1.4 ........ r465 | mattf | 2007-09-14 16:32:54 -0500 (Fri, 14 Sep 2007) | 1 line Fix for #10189. Make sure we properly report the user layer 1 for H.223 and H.245 ........ 2007-09-06 15:15 +0000 [r463] Matthew Fredrickson * pri_facility.c, /, pri.c: Merged revisions 462 via svnmerge from https://origsvn.digium.com/svn/libpri/branches/1.4 ................ r462 | mattf | 2007-09-06 10:11:29 -0500 (Thu, 06 Sep 2007) | 9 lines Merged revisions 460 via svnmerge from https://origsvn.digium.com/svn/libpri/branches/1.2 ........ r460 | mattf | 2007-09-06 10:06:42 -0500 (Thu, 06 Sep 2007) | 1 line TBCT now works. It should work for NI2, 4E, and 5E. This code was tested on NI2. ........ ................ 2007-08-27 19:22 +0000 [r447] Jason Parker * Makefile, /: Merged revisions 446 via svnmerge from https://origsvn.digium.com/svn/libpri/branches/1.4 ................ r446 | qwell | 2007-08-27 14:21:08 -0500 (Mon, 27 Aug 2007) | 10 lines Merged revisions 445 via svnmerge from https://origsvn.digium.com/svn/libpri/branches/1.2 ........ r445 | qwell | 2007-08-27 14:20:23 -0500 (Mon, 27 Aug 2007) | 2 lines Make sure we build both the static and shared modules with -fPIC. ........ ................ 2007-08-06 19:58 +0000 [r442] Jason Parker * Makefile, /: Merged revisions 441 via svnmerge from https://origsvn.digium.com/svn/libpri/branches/1.4 (closes issue #10253) ........ r441 | qwell | 2007-08-06 14:58:19 -0500 (Mon, 06 Aug 2007) | 4 lines Allow setting CC to something with a space, such as `make CC="gcc -m32"` Issue 10253. ........ 2007-06-20 15:18 +0000 [r428-430] Matthew Fredrickson * Makefile: Revert that back to how it was * Makefile, q921.c, q931.c, prisched.c, testprilib.c, pri_timers.h, libpri.h, pri.c, pri_internal.h, pri_q921.h: Patch to add PTMP mode (BRI support) * q931.c, /: Merged revisions 427 via svnmerge from https://origsvn.digium.com/svn/libpri/branches/1.4 ................ r427 | mattf | 2007-06-19 13:23:36 -0500 (Tue, 19 Jun 2007) | 9 lines Merged revisions 426 via svnmerge from https://origsvn.digium.com/svn/libpri/branches/1.2 ........ r426 | mattf | 2007-06-19 13:22:33 -0500 (Tue, 19 Jun 2007) | 1 line Try to send pending facility messages if we receive alerting (for when we don't get proceeding) (#9651) ........ ................ 2007-06-06 21:59 +0000 [r417-425] Matthew Fredrickson * pri_facility.c, /: Merged revisions 424 via svnmerge from https://origsvn.digium.com/svn/libpri/branches/1.4 ................ r424 | mattf | 2007-06-06 16:58:22 -0500 (Wed, 06 Jun 2007) | 9 lines Merged revisions 423 via svnmerge from https://origsvn.digium.com/svn/libpri/branches/1.2 ........ r423 | mattf | 2007-06-06 16:57:15 -0500 (Wed, 06 Jun 2007) | 1 line Oops, that should not be on one line ........ ................ * q931.c, pri_facility.c, pri_facility.h, pri.c, pri_internal.h: Preliminary patch plus mods for Q.SIG Path Replacement (Q.SIG version of 2BCT) #7778 * pri_facility.c, /: Merged revisions 416 via svnmerge from https://origsvn.digium.com/svn/libpri/branches/1.4 ................ r416 | mattf | 2007-06-06 08:22:15 -0500 (Wed, 06 Jun 2007) | 10 lines Merged revisions 415 via svnmerge from https://origsvn.digium.com/svn/libpri/branches/1.2 ........ r415 | mattf | 2007-06-06 08:20:05 -0500 (Wed, 06 Jun 2007) | 2 lines Make sure we only send the NFE when we are talking QSIG ........ ................ 2007-05-25 17:36 +0000 [r413] Matthew Fredrickson * q931.c, pri_facility.c, pri_facility.h, libpri.h: Commit path for ROSE-12 and ROSE-13 support (#9076) 2007-01-23 22:02 +0000 [r391-393] Matthew Fredrickson * q931.c, /: Merged revisions 390 via svnmerge from https://origsvn.digium.com/svn/libpri/branches/1.4 ................ r390 | mattf | 2007-01-22 16:29:24 -0600 (Mon, 22 Jan 2007) | 10 lines Merged revisions 389 via svnmerge from https://origsvn.digium.com/svn/libpri/branches/1.2 ........ r389 | mattf | 2007-01-22 16:20:59 -0600 (Mon, 22 Jan 2007) | 2 lines Make sure we send DISCONNECT if we reached the active state and a call is disconnected, regardless of cause code. ........ ................ * /: Fix mess up in up-port * /: Merged revisions 389 via svnmerge from https://origsvn.digium.com/svn/libpri/branches/1.4 ........ ........ 2006-12-30 19:18 +0000 [r387] Joshua Colp * Makefile, /: Merged revisions 386 via svnmerge from https://origsvn.digium.com/svn/libpri/branches/1.4 ................ r386 | file | 2006-12-30 14:17:34 -0500 (Sat, 30 Dec 2006) | 10 lines Merged revisions 385 via svnmerge from https://origsvn.digium.com/svn/libpri/branches/1.2 ........ r385 | file | 2006-12-30 14:16:17 -0500 (Sat, 30 Dec 2006) | 2 lines Specify full path to restorecon instead of assuming it will be available from what is in $PATH. (issue #8670 reported by djflux) ........ ................ 2006-11-03 18:16 +0000 [r382] Matthew Fredrickson * q921.c: Remove pointless recursion. (#8281) 2006-09-20 21:00 +0000 [r374] Kevin P. Fleming * /: set up merge tracking from 1.4 branch 2006-09-20 Kevin P. Fleming * libpri 1.4.0-beta1 released.