[svn-commits] qwell: branch 1.4 r470 - /branches/1.4/libpri.h

SVN commits to the Digium repositories svn-commits at lists.digium.com
Fri Oct 5 11:45:39 CDT 2007


Author: qwell
Date: Fri Oct  5 11:45:39 2007
New Revision: 470

URL: http://svn.digium.com/view/libpri?view=rev&rev=470
Log:
Fix an incorrect pri_event structure definition.

Issue 10832, patch by flefoll

Modified:
    branches/1.4/libpri.h

Modified: branches/1.4/libpri.h
URL: http://svn.digium.com/view/libpri/branches/1.4/libpri.h?view=diff&rev=470&r1=469&r2=470
==============================================================================
--- branches/1.4/libpri.h (original)
+++ branches/1.4/libpri.h Fri Oct  5 11:45:39 2007
@@ -386,7 +386,7 @@
 	pri_event_ring	  ring;		/* Ring */
 	pri_event_hangup  hangup;	/* Hang up */
 	pri_event_ringing ringing;	/* Ringing */
-	pri_event_ringing answer;	/* Answer */
+	pri_event_answer  answer;	/* Answer */
 	pri_event_restart_ack restartack;	/* Restart Acknowledge */
 	pri_event_proceeding  proceeding;	/* Call proceeding & Progress */
 	pri_event_setup_ack   setup_ack;	/* SETUP_ACKNOWLEDGE structure */




More information about the svn-commits mailing list