[Asterisk-cvs] libpri q931.c,1.88,1.89
markster at lists.digium.com
markster at lists.digium.com
Mon Oct 4 10:39:25 CDT 2004
Update of /usr/cvsroot/libpri
In directory mongoose.digium.com:/tmp/cvs-serv29811
Modified Files:
q931.c
Log Message:
Add missing case in pres2str (bug #2567)
Index: q931.c
===================================================================
RCS file: /usr/cvsroot/libpri/q931.c,v
retrieving revision 1.88
retrieving revision 1.89
diff -u -d -r1.88 -r1.89
--- q931.c 2 Oct 2004 14:55:20 -0000 1.88
+++ q931.c 4 Oct 2004 14:41:02 -0000 1.89
@@ -754,6 +754,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