From: <an...@mo...> - 2004-09-19 21:28:24
|
Sometimes Iaxcomm miss the incoming call... I found a patch at http://www.nexusuk.org/projects/VoIP/iaxcomm/missedcalls that resolves the problem (or seams to). Basicaly... at iax.c (libiax2) static int send_command_final(struct iax_session *i, char type, int command, unsigned int ts, char *data, int datalen, int seqno) { // return __send_command(i, type, command, ts, data, datalen, seqno, 0, 0, 1, 0); int r; r = __send_command(i, type, command, ts, data, datalen, seqno, 0, 0, 1, 0); if (r >= 0) destroy_session(i); return r; } I'm not working with the cvs head... but with the version at http://iaxclient.sourceforge.net/snapshots/iaxclient.tar.gz. But it seams that there is nothing new adressing this problem at cvs head... or there is and I didn't see? Or is it a problem at the iaxcomm addressed from the wrong way with that patch? Thanks. Moreiras -------------------------------------------------- Estadão - Internet com alta qualidade de conexão. GANHE ACESSO GRATUITO à Internet do Estadão em http://www.estadao.com.br/discador/ -------------------------------------------------- |