[Asterisk-Users] chan_iax2.c:5309 socket_read: Received mini frame before first full
voice frame
Chris Higgins
chiggins at pobox.com
Tue Mar 16 20:56:06 MST 2004
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 at iaxtel.com/${ARG1}@iaxtel,,Tr)
exten => s,105,Noop
.
.
--8<-- iax.conf --8<--
.
.
register => xxx:xxx at iaxtel.com
.
.
[iaxtel]
type=user
context=default
auth=rsa
inkeys=iaxtel
-- Chris
More information about the asterisk-users
mailing list