[libpri-commits] rmudgett: branch rmudgett/link_q931 r2038 - /team/rmudgett/link_q931/q931.c
SVN commits to the libpri project
libpri-commits at lists.digium.com
Fri Oct 15 18:47:35 CDT 2010
Author: rmudgett
Date: Fri Oct 15 18:47:30 2010
New Revision: 2038
URL: http://svnview.digium.com/svn/libpri?view=rev&rev=2038
Log:
Undo the last commit.
Modified:
team/rmudgett/link_q931/q931.c
Modified: team/rmudgett/link_q931/q931.c
URL: http://svnview.digium.com/svn/libpri/team/rmudgett/link_q931/q931.c?view=diff&rev=2038&r1=2037&r2=2038
==============================================================================
--- team/rmudgett/link_q931/q931.c (original)
+++ team/rmudgett/link_q931/q931.c Fri Oct 15 18:47:30 2010
@@ -3954,12 +3954,6 @@
}
if (cr == Q931_DUMMY_CALL_REFERENCE) {
/* Do not create new dummy call records. */
- return NULL;
- }
- if (link->tei == Q921_TEI_GROUP
- && BRI_NT_PTMP(link)) {
- /* Do not create NT PTMP broadcast call records here. */
- pri_error(ctrl, "NT PTMP cannot create call record for cref %d on the broadcast TEI.\n", cr);
return NULL;
}
More information about the libpri-commits
mailing list