On April 22, 2005 08:33 am, Robson Ribeiro wrote:> Apr 22 11:50:19 WARNING[9124]: Received mini frame before first full voice
> frame
It means nothing, only that the first two packets out of the gate arrived in
the opposite order that they were sent. Simple explanation: Asterisk sends
small (mini) frames whenever possible. This is most of the time. But in
order to send mini frames, it must send the occassional large (full) frame in
order to establish a reference point for the mini ones.
At the start of a call, Asterisk sends a full frame, then starts sending mini
frames. All this message means is that the full frame didn't arrive first.
That's it. There is nothing you can tweak to fix it; it's just the
nature of
the beast, which is why it's a warning and not an error.
-A.