Hi George,I think I have found the problem. You can apply the attached patch and let us know the result, so I can incorporate in cvs.
The unbalanced structure error is related to printing, we would change the current mechanism to remove this error and improve the performance of ooh323c stack without debugging messages.
Regards, Avin Patel Objective Systems, Inc.
Index: ooh323c/src/ooCapability.c =================================================================== --- ooh323c/src/ooCapability.c (revision 327) +++ ooh323c/src/ooCapability.c (working copy) @@ -932,7 +932,7 @@ noofframes = audioCap->u.g729; break; case T_H245AudioCapability_g729AnnexA: - cap = OO_G729; + cap = OO_G729A; noofframes = audioCap->u.g729AnnexA; break; case T_H245AudioCapability_g7231: @@ -943,7 +943,7 @@ return FALSE; } - OOTRACEDBGC3("Comparing codecs: channel's=%d, requested=%d\n", + OOTRACEDBGC3("Comparing codecs: current=%d, requested=%d\n", epCap->cap, cap); if(cap != epCap->cap) { return FALSE; }
------------------------------------------------------------------------- Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share your opinions on IT & business topics through brief surveys-and earn cash http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________ ooh323c-devel mailing list ooh323c-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/ooh323c-devel