[libpri-commits] rmudgett: branch rmudgett/ntptmp r1090 - /team/rmudgett/ntptmp/q931.c

SVN commits to the libpri project libpri-commits at lists.digium.com
Thu Sep 17 10:15:37 CDT 2009


Author: rmudgett
Date: Thu Sep 17 10:15:33 2009
New Revision: 1090

URL: http://svn.asterisk.org/svn-view/libpri?view=rev&rev=1090
Log:
Use a define not a magic number.

Modified:
    team/rmudgett/ntptmp/q931.c

Modified: team/rmudgett/ntptmp/q931.c
URL: http://svn.asterisk.org/svn-view/libpri/team/rmudgett/ntptmp/q931.c?view=diff&rev=1090&r1=1089&r2=1090
==============================================================================
--- team/rmudgett/ntptmp/q931.c (original)
+++ team/rmudgett/ntptmp/q931.c Thu Sep 17 10:15:33 2009
@@ -4049,7 +4049,7 @@
 		}
 		start_t303(c);
 	} else {
-		c->cause = 18;
+		c->cause = PRI_CAUSE_NO_USER_RESPONSE;
 		pri_fake_clearing(c);
 	}
 }




More information about the libpri-commits mailing list