[Asterisk-cvs] libpri q931.c,1.87,1.87.2.1
russell at lists.digium.com
russell at lists.digium.com
Mon Oct 4 22:17:48 CDT 2004
Update of /usr/cvsroot/libpri
In directory mongoose.digium.com:/tmp/cvs-serv580
Modified Files:
Tag: v1-0
q931.c
Log Message:
Fix for PRES_NUMBER_NOT_AVAILABLE is not defined in pri_pres2str (bug #2567)
Index: q931.c
===================================================================
RCS file: /usr/cvsroot/libpri/q931.c,v
retrieving revision 1.87
retrieving revision 1.87.2.1
diff -u -d -r1.87 -r1.87.2.1
--- q931.c 20 Sep 2004 13:29:37 -0000 1.87
+++ q931.c 5 Oct 2004 02:19:11 -0000 1.87.2.1
@@ -758,6 +758,7 @@
{ PRES_PROHIB_USER_NUMBER_PASSED_SCREEN, "Presentation prohibited, user number passed network screening" },
{ PRES_PROHIB_USER_NUMBER_FAILED_SCREEN, "Presentation prohibited, user number failed network screening" },
{ PRES_PROHIB_NETWORK_NUMBER, "Presentation prohibited of network provided number" },
+ { PRES_NUMBER_NOT_AVAILABLE, "Number not available" },
};
return code2str(pres, press, sizeof(press) / sizeof(press[0]));
}
More information about the svn-commits
mailing list