Buenos dias a todos/as.
Quiero poder grabar las conversaciones bajo demanda (ejecutar *1).
Para ello tengo configurado el automon, y dentro de las extensiones
tengo la opcion de wW.
El tema esta en que cada que ejecuto *1 desde una de las extensiones,
la llamada se queda en mute. Ojo, no se cuelga, sino que se queda sin
voz. Unas veces pasa esto, y otras la llamada sigue operativa, sin
ningun problema, pero no se guarda nada.
El directorio donde miro si se guarda las conversaciones es:"/var/
spool/asterisk/monitor".
Mirando en el log, me encuentro lo siguiente:
**************************
.......
Jan 15 11:52:52 DEBUG[11361] channel.c: Got DTMF on channel
(IAX2/2016-52)
Jan 15 11:52:52 DEBUG[11361] channel.c: Bridge stops bridging channels
IAX2/2016-52 and SIP/Arca-086df1b0
Jan 15 11:52:52 DEBUG[11361] res_features.c: Feature interpret:
chan=IAX2/2016-52, peer=SIP/Arca-086df1b0, sense=1, features=18
Jan 15 11:52:52 DEBUG[11361] res_features.c: Set time limit to 500
Jan 15 11:52:52 DEBUG[11361] channel.c: Nobody there, continuing...
Jan 15 11:52:54 DEBUG[17565] chan_sip.c: Auto destroying call
'
02330146010ed60a...@127.0.0.1'
Jan 15 11:52:54 DEBUG[17565] chan_sip.c: Auto destroying call
'
2b3c07f7362e2f20...@127.0.0.1'
Jan 15 11:52:54 DEBUG[17565] chan_sip.c: Auto destroying call
'
604b12dd16923ffb...@127.0.0.1'
Jan 15 11:52:54 DEBUG[17565] chan_sip.c: Auto destroying call
'
37674c08461d6aa2...@127.0.0.1'
Jan 15 11:52:54 DEBUG[17565] chan_sip.c: Auto destroying call
'
6ed43d325d98ff91...@127.0.0.1'
Jan 15 11:52:54 DEBUG[17565] chan_sip.c: Auto destroying call
'
2201ed7a4ad62371...@127.0.0.1'
Jan 15 11:52:54 DEBUG[17565] chan_sip.c: Auto destroying call
'
588725a841ffc764...@127.0.0.1'
Jan 15 11:52:54 DEBUG[17566] channel.c: Dropping voice to
exceptionally long queue on IAX2/2016-52
Jan 15 11:52:54 DEBUG[17566] channel.c: Dropping voice to
exceptionally long queue on IAX2/2016-52
Jan 15 11:52:54 DEBUG[17566] channel.c: Dropping voice to
exceptionally long queue on IAX2/2016-52
Jan 15 11:52:54 DEBUG[17566] channel.c: Dropping voice to
exceptionally long queue on IAX2/2016-52
Jan 15 11:52:54 DEBUG[17566] channel.c: Dropping voice to
exceptionally long queue on IAX2/2016-52
Jan 15 11:52:54 DEBUG[17566] channel.c: Dropping voice to
exceptionally long queue on IAX2/2016-52
Jan 15 11:52:54 DEBUG[17566] channel.c: Dropping voice to
exceptionally long queue on IAX2/2016-52
......
**********************************************************
Y asi, un monton de mensajes...de "Dropping..."
He estado buscando por la Interné lo de "dropping.." y he encontrado
algo del tamaño de lo frames:
"
/* Allow up to 96 voice frames outstanding, and up to 128 total frames
*/
00832 if (((fin->frametype == AST_FRAME_VOICE) && (qlen > 96)) ||
(qlen > 128)) {
00833 if (fin->frametype != AST_FRAME_VOICE) {
00834 ast_log(LOG_WARNING, "Exceptionally long queue length
queuing to %s\n", chan->name);
00835 CRASH;
00836 } else {
00837 ast_debug(1, "Dropping voice to exceptionally long
queue on %s\n", chan->name);
00838 ast_frfree(f);
00839 ast_channel_unlock(chan);
00840 return 0;
00841 }
"
La verdad, es que estoy bloqueado, ya no se que mas mirar....
Os comento que esto me pasa desde mis softphones Idefisk. Lo he
probado haciendo llamadas entre las ext y hacia el exterior.
Cualquier ayuda se agradecera.
Un saludo!!