[Asterisk-cvs] asterisk-addons/asterisk-ooh323c/ooh323c/src ooh323.c, 1.5, 1.6

vphirke vphirke
Mon Aug 22 13:19:02 CDT 2005


Update of /usr/cvsroot/asterisk-addons/asterisk-ooh323c/ooh323c/src
In directory mongoose.digium.com:/tmp/cvs-serv8033

Modified Files:
	ooh323.c 
Log Message:
updated

Index: ooh323.c
===================================================================
RCS file: /usr/cvsroot/asterisk-addons/asterisk-ooh323c/ooh323c/src/ooh323.c,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- ooh323.c	21 Jul 2005 21:49:36 -0000	1.5
+++ ooh323.c	22 Aug 2005 17:21:08 -0000	1.6
@@ -319,6 +319,7 @@
 
       for(i=0; i<(int)setup->fastStart.n; i++)
       {
+         
          olc = NULL;
 	 /*         memset(msgbuf, 0, sizeof(msgbuf));*/
          olc = (H245OpenLogicalChannel*)memAlloc(call->pctxt, 
@@ -335,6 +336,9 @@
             }
             return OO_FAILED;
          }
+         OOTRACEINFO5("Decoding %d fast start olc of length %d (%s, %s)\n", 
+                       i, setup->fastStart.elem[i].numocts, call->callType, 
+                       call->callToken);
          memset(olc, 0, sizeof(H245OpenLogicalChannel));
          memcpy(msgbuf, setup->fastStart.elem[i].data, 
                 setup->fastStart.elem[i].numocts);




More information about the svn-commits mailing list