[Asterisk-cvs] libpri-matt libpri.h,1.1.1.1,1.2

mattf at lists.digium.com mattf at lists.digium.com
Fri Nov 12 12:49:57 CST 2004


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

Modified Files:
	libpri.h 
Log Message:
Added the fields to the "ring" event


Index: libpri.h
===================================================================
RCS file: /usr/cvsroot/libpri-matt/libpri.h,v
retrieving revision 1.1.1.1
retrieving revision 1.2
diff -u -d -r1.1.1.1 -r1.2
--- libpri.h	5 Nov 2004 19:23:17 -0000	1.1.1.1
+++ libpri.h	12 Nov 2004 17:51:09 -0000	1.2
@@ -293,6 +293,13 @@
 	int complete;				/* Have we seen "Complete" i.e. no more number? */
 	q931_call *call;			/* Opaque call pointer */
 	char callingsubaddr[256];		/* Calling parties subaddress */
+
+	char origcallername[256];
+	char origcallernum[256];
+	int redirectingreason;
+	int origredirectingreason;
+	char redirectingname[256];
+
 } pri_event_ring;
 
 typedef struct pri_event_hangup {




More information about the svn-commits mailing list