From: Steven S. <ss...@so...> - 2004-06-25 22:55:52
|
Folks, I have a user who has alerted me to the fact that on occasion IAX Phone ignores incoming calls. I have turned on the tracing and it appears that we have situations where messages arrive out-of-order again. The last time we ran into this, it was a result of confusion over how to handle the registration. We were leaving it open, and that seemed to cause the phone to stop responding eventually. Well, this seems eerily similar. I have also noticed the Qualify option does not appear to work with iaxClient-based clients, but does with others (Asterisk and FireFly). If you try to qualify an iaxClient-based device, it fails to ring at all - it shows as unavailable or something when you do 'iax2 show peers' Are any of these conditions related? Anybody (Adam?) have any thoughts on this? I'll code it if you can come up with the answer. Here's the trace: libiax2/src/iax.c line 2020: Received iseqno 0 not within window 5->5 libiax2/src/iax.c line 2039: Packet arrived out of order (expecting 2, got 0) (frametype = 6, subclass = 1) libiax2/src/iax.c line 2045: Acking anyway libiax2/src/iax.c line 2020: Received iseqno 0 not within window 5->5 libiax2/src/iax.c line 2039: Packet arrived out of order (expecting 2, got 0) (frametype = 6, subclass = 1) libiax2/src/iax.c line 2045: Acking anyway libiax2/src/iax.c line 2020: Received iseqno 0 not within window 5->5 libiax2/src/iax.c line 2039: Packet arrived out of order (expecting 2, got 1) (frametype = 6, subclass = 5) libiax2/src/iax.c line 2045: Acking anyway libiax2/src/iax.c line 2008: Cancelling transmission of packet 0 libiax2/src/iax.c line 2008: Cancelling transmission of packet 1 Thanks, Steve Steven Sokol Owner/Manager Sokol & Associates, LLC Phone: 816.822.1807 IaxTel: 700.613.9004 Web: http://www.sokol-associates.com |