[libpri-commits] rmudgett: branch rmudgett/mrg_ntptmp r1103 - /team/rmudgett/mrg_ntptmp/

SVN commits to the libpri project libpri-commits at lists.digium.com
Fri Sep 18 10:38:24 CDT 2009


Author: rmudgett
Date: Fri Sep 18 10:38:20 2009
New Revision: 1103

URL: http://svn.asterisk.org/svn-view/libpri?view=rev&rev=1103
Log:
Merged revisions 1097 via svnmerge from 
https://origsvn.digium.com/svn/libpri/branches/1.4

........
  r1097 | rmudgett | 2009-09-17 19:31:21 -0500 (Thu, 17 Sep 2009) | 1 line
  
  Another place where timeout events with subcmds should clear any old subcmds.
........

Modified:
    team/rmudgett/mrg_ntptmp/   (props changed)
    team/rmudgett/mrg_ntptmp/q931.c

Propchange: team/rmudgett/mrg_ntptmp/
------------------------------------------------------------------------------
--- mattf_branch-integrated (original)
+++ mattf_branch-integrated Fri Sep 18 10:38:20 2009
@@ -1,1 +1,1 @@
-/branches/1.4:1-1088
+/branches/1.4:1-1102

Modified: team/rmudgett/mrg_ntptmp/q931.c
URL: http://svn.asterisk.org/svn-view/libpri/team/rmudgett/mrg_ntptmp/q931.c?view=diff&rev=1103&r1=1102&r2=1103
==============================================================================
--- team/rmudgett/mrg_ntptmp/q931.c (original)
+++ team/rmudgett/mrg_ntptmp/q931.c Fri Sep 18 10:38:20 2009
@@ -5566,6 +5566,7 @@
 
 	UPDATE_OURCALLSTATE(ctrl, c, Q931_CALL_STATE_NULL);
 	c->peercallstate = Q931_CALL_STATE_NULL;
+	q931_clr_subcommands(ctrl);
 	ctrl->ev.hangup.subcmds = &ctrl->subcmds;
 	ctrl->ev.hangup.channel = q931_encode_channel(c);
 	ctrl->ev.hangup.cause = c->cause;      		




More information about the libpri-commits mailing list