[color=blue][size=117][Feb 24 10:45:12] WARNING[4343] channel.c: Exceptionally long queue length queuing to Local/105@extncontext-0a16,2
[/size][/color]
I get the above statement in the logs.
This is happening everyday since the last 1 month. I have to reboot the server after this.
I have a digium pri card , the call enters the ivr and then is transferred to a queue.
Hi
Do “show dialplan 105@extncontext” and see what comes back
Hi,
This is the result of the show dialplan
[ Context ‘extncontext’ created by ‘pbx_config’ ]
’_1XX’ => 1. NoOp(Extension Context) [pbx_config]
2. Set(CONFNO=${EXTEN}) [pbx_config]
3. Dial(SIP/${EXTEN}|20|tTo) [pbx_config]
4. Hangup() [pbx_config]
[ Included context ‘internal-sip’ created by ‘pbx_config’ ]
’_1XX’ => 1. NoOp(Extension Call) [pbx_config]
2. ResetCDR() [pbx_config]
3. Dial(SIP/${EXTEN}||tTo) [pbx_config]
4. Hangup()
Thanks
Hi
You need to sort out your includes, you have 2 extensions the same…
Ian
Thanks
Just a question, i can remove the include but
will that make asterisk crash because it is falling short of queue length.
[color=blue]Exceptionally long queue length queuing to Local/103@extncontext-5688,2[/color]
What could be the reason a statement like the above mentioned would occur.
Thanks again
mnaffar
Hi
Who knows, but its incorrect as you in theory have 2 exten 103 in the same context.
Ian