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

........


git-svn-id: https://origsvn.digium.com/svn/libpri/trunk@471 2fbb986a-6c06-0410-b554-c9c1f0a7f128
This commit is contained in:
Jason Parker
2007-10-05 16:46:18 +00:00
parent 9e05c336b1
commit 8bb0942f1a

View File

@@ -401,7 +401,7 @@ typedef union {
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 */