[Asterisk-cvs] libpri libpri.h,1.60,1.61

mattf mattf
Fri Oct 21 17:27:49 CDT 2005


Update of /usr/cvsroot/libpri
In directory mongoose.digium.com:/tmp/cvs-serv32759

Modified Files:
	libpri.h 
Log Message:
Add protection block


Index: libpri.h
===================================================================
RCS file: /usr/cvsroot/libpri/libpri.h,v
retrieving revision 1.60
retrieving revision 1.61
diff -u -d -r1.60 -r1.61
--- libpri.h	21 Oct 2005 20:20:22 -0000	1.60
+++ libpri.h	21 Oct 2005 21:21:22 -0000	1.61
@@ -522,6 +522,7 @@
 extern int pri_sr_set_called(struct pri_sr *sr, char *called, int calledplan, int complete);
 extern int pri_sr_set_caller(struct pri_sr *sr, char *caller, char *callername, int callerplan, int callerpres);
 extern int pri_sr_set_redirecting(struct pri_sr *sr, char *num, int plan, int pres, int reason);
+#define PRI_USER_USER_TX
 /* Set the user user field.  Warning!  don't send binary data accross this field */
 extern void pri_sr_set_useruser(struct pri_sr *sr, char *userchars);
 




More information about the svn-commits mailing list