[asterisk-users] DEBUG[13314]: Didn't get a frame from channel: SIP/
Denis Galvão - iSolve
denis at isolve.com.br
Wed Jul 5 07:39:35 MST 2006
Someone could help me on troubleshooting this error?
DEBUG[13314]: Didn't get a frame from channel: SIP/
When passing a fax over a PRI channel I got this error after the 4th
page. Evereything is ok if the fax has 3 pages, but on forth I got a
hangup and this message appeared on my full log:
DEBUG[13314]: Didn't get a frame from channel: SIP/....
Is there some parameter that could handle this timeout? I saw
something on the channel.c:
/* Calculate the appropriate max sleep interval - in general, this is
the time,
left to the closest jb delivery moment */
if (jb_in_use)
to = ast_jb_get_when_to_wakeup(c0, c1, to);
who = ast_waitfor_n(cs, 2, &to);
if (!who) {
/* No frame received within the specified timeout - check if we
have to deliver now */
if (jb_in_use)
ast_jb_get_and_deliver(c0, c1);
if (c0->_softhangup == AST_SOFTHANGUP_UNBRIDGE || c1->_softhangup
== AST_SOFTHANGUP_UNBRIDGE) {
if (c0->_softhangup == AST_SOFTHANGUP_UNBRIDGE)
c0->_softhangup = 0;
if (c1->_softhangup == AST_SOFTHANGUP_UNBRIDGE)
c1->_softhangup = 0;
c0->_bridge = c1;
c1->_bridge = c0;
}
continue;
}
f = ast_read(who);
if (!f) {
*fo = NULL;
*rc = who;
ast_log(LOG_DEBUG, "Didn't get a frame from channel: %s\n",who-
>name);
break;
}
D e n i s G a l v ã o
iSolve - Solve Is Our Business
Av. Candido de Abreu, 526 1610A
CEP: 80530-000 - Curitiba - PR
+55 41 3252-2977 r 101
http://www.isolve.com.br
More information about the asterisk-users
mailing list