From: Dan <dt...@fx...> - 2003-11-13 20:21:57
|
Hi all, I have done some changes in the sorce files in order to compile the library using VC6 (IAX2 version). The problem is that the registratiion function does not work for me.. it gives me "Registration rejected". When I try to dial, it dials (the other part rings), but then the application crashes in the iax_send function (from iax.c), in the marked linie. if (!fr->ts) { IAXERROR "timestamp is 0?\n"); if (!now) iax_frame_free(fr); return -1; } --> fr->callno = pvt->callno; fr->transfer = transfer; fr->final = final; fr->session = pvt; if (!sendmini) { the pvt pointer seems to point to an invalid place. It is someone who can help me? Thanks, Dan |