<Eloic.CASTEL <at> fr.thalesgroup.com> writes: > > > > > > > Dear Sir or Madam, > > Am > looking for using the ooh323 exampl es. I tried to recompil the latest source with VC++ 2008 and > VC++6. The sources compile. I run the "simple.exe" obtained but i got an error on the dos > command when i try to place a call : > -"Stack command - failed to create command channel". > > > > In fact the simple.exe (released > version) work pretty good. I need to use > codec G711Allaw that's why i want to recompil the > sources... > > > The sources compile and i don't have the same result with the .exe. I don't understand why? Is it > the same sources than the releaso who are in > line. > > > > > Please > help me , thank you very > much . > > Yours faithfully, > > Castel > Eloïc > > > > > ------------------------------------------------------------------------------ > Return on Information: > Google Enterprise Search pays you back > Get the facts. > http://p.sf.net/sfu/google-dev2dev > > > _______________________________________________ > ooh323c-devel mailing list > ooh323c-devel <at> lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/ooh323c-devel >
Hi there is a problem in ooSocket. to be short find and add my line with //<-- Suc6 int ooSocketGetSockName(OOSOCKET socket, struct sockaddr_in *name, int *size) { int ret; socklen_t addrlen; int ret; socklen_t addrlen; addrlen = *size; //<---- ret = getsockname(socket, (struct sockaddr*)name, &addrlen); if(ret == 0) { if (0 != size) *size = (int)addrlen; return ASN_OK; } else{ OOTRACEERR1("Error:ooSocketGetSockName - getsockname\n"); return ASN_E_INVSOCKET; } } ------------------------------------------------------------------------------ Download Intel® Parallel Studio Eval Try the new software tools for yourself. Speed compiling, find bugs proactively, and fine-tune applications for parallel performance. See why Intel Parallel Studio got high marks during beta. http://p.sf.net/sfu/intel-sw-dev _______________________________________________ ooh323c-devel mailing list ooh323c-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/ooh323c-devel