[Asterisk-cvs] libpri q931.c,1.128,1.129

russell at lists.digium.com russell at lists.digium.com
Sun May 29 11:05:11 CDT 2005


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

Modified Files:
	q931.c 
Log Message:
add missing argument (bug #4405)


Index: q931.c
===================================================================
RCS file: /usr/cvsroot/libpri/q931.c,v
retrieving revision 1.128
retrieving revision 1.129
diff -u -d -r1.128 -r1.129
--- q931.c	24 May 2005 15:03:33 -0000	1.128
+++ q931.c	29 May 2005 15:08:23 -0000	1.129
@@ -3074,7 +3074,7 @@
 	case Q931_CALL_STATE_RESTART:
 	case Q931_CALL_STATE_RESTART_REQUEST:
 		/* sent RESTART */
-		pri_error(pri, "q931_hangup shouldn't be called in this state, ourstate %s, peerstate %s\n",callstate2str(c->ourcallstate),callstate2str(c->peercallstate));
+		pri_error(pri, "q931_hangup shouldn't be called in this state, ourstate %s, peerstate %s\n",c->ourcallstate,callstate2str(c->ourcallstate),callstate2str(c->peercallstate));
 		break;
 	default:
 		pri_error(pri, "We're not yet handling hanging up when our state is %d, contact support at digium.com, ourstate %s, peerstate %s\n",callstate2str(c->ourcallstate),callstate2str(c->peercallstate));




More information about the svn-commits mailing list