[libpri-commits] qwell: trunk r471 - in /trunk: ./ libpri.h
    SVN commits to the libpri project 
    libpri-commits at lists.digium.com
       
    Fri Oct  5 11:46:19 CDT 2007
    
    
  
Author: qwell
Date: Fri Oct  5 11:46:18 2007
New Revision: 471
URL: http://svn.digium.com/view/libpri?view=rev&rev=471
Log:
Merged revisions 470 via svnmerge from 
https://origsvn.digium.com/svn/libpri/branches/1.4
(closes issue #10832)
........
r470 | qwell | 2007-10-05 11:45:39 -0500 (Fri, 05 Oct 2007) | 4 lines
Fix an incorrect pri_event structure definition.
Issue 10832, patch by flefoll
........
Modified:
    trunk/   (props changed)
    trunk/libpri.h
Propchange: trunk/
------------------------------------------------------------------------------
--- branch-1.4-merged (original)
+++ branch-1.4-merged Fri Oct  5 11:46:18 2007
@@ -1,1 +1,1 @@
-/branches/1.4:1-372,386,390,416,424,427,441,446,462,465
+/branches/1.4:1-372,386,390,416,424,427,441,446,462,465,470
Modified: trunk/libpri.h
URL: http://svn.digium.com/view/libpri/trunk/libpri.h?view=diff&rev=471&r1=470&r2=471
==============================================================================
--- trunk/libpri.h (original)
+++ trunk/libpri.h Fri Oct  5 11:46:18 2007
@@ -401,7 +401,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 libpri-commits
mailing list