Kernel Version 2.6.18-194.8.1.el5.goPAE (SMP)
Distro Name GoAutoDial CE 2.0
I've a test setup consisting of one GoAutoDial and one plain asterisk connected together on LAN via SIP trunk. When I Dial call from GoAutoDial to other asterisk Box it gives me following strange output on CLI before actually handing call onto other server.
[Oct 27 11:29:09] WARNING[30112] channel.c: Exceptionally long voice queue length queuing to Local/8600051@default-a294,1
[Oct 27 11:29:09] WARNING[30112] channel.c: Exceptionally long voice queue length queuing to Local/8600051@default-a294,1
[Oct 27 11:29:09] WARNING[30112] channel.c: Exceptionally long voice queue length queuing to Local/8600051@default-a294,1
[Oct 27 11:29:09] WARNING[30112] channel.c: Exceptionally long voice queue length queuing to Local/8600051@default-a294,1
[Oct 27 11:29:09] WARNING[30112] channel.c: Exceptionally long voice queue length queuing to Local/8600051@default-a294,1
[Oct 27 11:29:09] WARNING[30112] channel.c: Exceptionally long voice queue length queuing to Local/8600051@default-a294,1
[Oct 27 11:29:09] WARNING[30112] channel.c: Exceptionally long voice queue length queuing to Local/8600051@default-a294,1
[Oct 27 11:29:09] WARNING[30112] channel.c: Exceptionally long voice queue length queuing to Local/8600051@default-a294,1
[Oct 27 11:29:09] WARNING[30112] channel.c: Exceptionally long voice queue length queuing to Local/8600051@default-a294,1
[Oct 27 11:29:09] WARNING[30112] channel.c: Exceptionally long voice queue length queuing to Local/8600051@default-a294,1
[Oct 27 11:29:09] WARNING[30112] channel.c: Exceptionally long voice queue length queuing to Local/8600051@default-a294,1
[Oct 27 11:29:09] WARNING[30112] channel.c: Exceptionally long voice queue length queuing to Local/8600051@default-a294,1
[Oct 27 11:29:09] WARNING[30112] channel.c: Exceptionally long voice queue length queuing to Local/8600051@default-a294,1
Here is the dialplan entry in GoAutoDial Box where Call is routed.
exten => 200,1,Answer()
exten => 200,n,Dial(SIP/123.123.132.213/4777888)
exten => 200,n,Hangup()
This gives me a delay of around 15 sec on each call between the two servers till then this WARNING keeps on showing up.