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:[EMAIL PROTECTED]/[EMAIL PROTECTED],,Tr)
exten => s,105,Noop
.
.

--8<--  iax.conf --8<--
.
.
register => xxx:[EMAIL PROTECTED]
.
.
[iaxtel]
type=user
context=default
auth=rsa
inkeys=iaxtel




-- Chris _______________________________________________ Asterisk-Users mailing list [EMAIL PROTECTED] http://lists.digium.com/mailman/listinfo/asterisk-users To UNSUBSCRIBE or update options visit: http://lists.digium.com/mailman/listinfo/asterisk-users

Reply via email to