Chris Higgins
2004-Mar-16 20:56 UTC
[Asterisk-Users] chan_iax2.c:5309 socket_read: Received mini frame before first full voice frame
I'm trying to call my * box via iaxtel to diagnose my previous problem (see earlier email today) and I get the following message spewing to my console: Mar 16 22:10:52 WARNING[9226]: chan_iax2.c:5309 socket_read: Received mini frame before first full voice frame It looks like this problem has been reported before (from July 2003 and January 2004) but it has never been resolved. Is this a known issue or am I doing something wrong? There shouldn't be any technical reasons that I cannot call from * to the same * via iaxtel, right? * version: Asterisk CVS-03/16/04-22:05:56 (just built to try to alleviate this and another problem) Relevent config files: --8<-- extensions.conf --8<-- . . exten => _1700NXXXXXX,1,Macro(dialiaxtel,${EXTEN}) exten => _1700NXXXXXX,2,Congestion . . [macro-dialiaxtel] exten => s,1,Wait(1) exten => s,2,SayDigits(5) exten => s,3,Ringing exten => s,4,Dial(IAX2/xxx:xxx@iaxtel.com/${ARG1}@iaxtel,,Tr) exten => s,105,Noop . . --8<-- iax.conf --8<-- . . register => xxx:xxx@iaxtel.com . . [iaxtel] type=user context=default auth=rsa inkeys=iaxtel -- Chris
Adam Hart
2004-Mar-16 21:00 UTC
[Asterisk-Users] chan_iax2.c:5309 socket_read: Received mini frame before first full voice frame
Chris Higgins wrote:> > I'm trying to call my * box via iaxtel to diagnose my previous problem > (see earlier email today) and I get the following message spewing to > my console: > > Mar 16 22:10:52 WARNING[9226]: chan_iax2.c:5309 socket_read: Received > mini frame before first full voice frame > > > It looks like this problem has been reported before (from July 2003 > and January 2004) but it has never been resolved. Is this a known > issue or am I doing something wrong? There shouldn't be any technical > reasons that I cannot call from * to the same * via iaxtel, right? > > * version: Asterisk CVS-03/16/04-22:05:56 (just built to try to > alleviate this and another problem)Could be simple packet loss, the first frame (the full frame) gets loss and retransmitted but in the mean time, the second frame (a mini frame) arrives.
Chris Higgins
2004-Mar-16 22:13 UTC
[Asterisk-Users] chan_iax2.c:5309 socket_read: Received mini frame before first full voice frame
> Mar 16 22:10:52 WARNING[9226]: chan_iax2.c:5309 socket_read: Received > mini frame before first full voice frameOk, I found the problem. The error message is not very descriptive but I was able to fix it by playing around. I had the register line in iax.conf below my peer definitions, and I seem to remember that it needs to be in the global section. I'm not sure I was successfully registering with iaxtel. I moved it to the global section and everything is working fine now (EXCEPT, I still have my original Sipura line 1 problem on incoming calls -- see previous email). Thanks for the help.. -- Chris