Difference between revisions of "Out of idle IAX2 threads"

From Kolmisoft Wiki
Jump to navigationJump to search
Line 4: Line 4:
   ESC[0;37;40m:ESC[1;37;40m6691ESC[0;37;40mESC[1;37;40msocket_readESC[0;37;40m: ^@'''Out of idle IAX2 threads for I/O, pausing!'''
   ESC[0;37;40m:ESC[1;37;40m6691ESC[0;37;40mESC[1;37;40msocket_readESC[0;37;40m: ^@'''Out of idle IAX2 threads for I/O, pausing!'''


That means You need increase iaxthreadcount & iaxmaxthreadcount values in /etc/asterisk/iax.conf . Don't forget to do /etc/initd./asterisk reload after any changes in /etc/asterisk/*.conf files!
That means You need increase '''iaxthreadcount''' & '''iaxmaxthreadcount''' values in '''/etc/asterisk/iax.conf''' .  
 
Don't forget to do  
 
/etc/initd./asterisk reload  
 
after that.

Revision as of 09:09, 29 October 2008

If you see something similiar like this in asterisk CLI:

  [*CLI> [Oct 24 22:56:55] ESC[1;33;40mNOTICEESC[0;37;40m[6404]: ESC[1;37;40mchan_iax2.c
  ESC[0;37;40m:ESC[1;37;40m6691ESC[0;37;40mESC[1;37;40msocket_readESC[0;37;40m: ^@Out of idle IAX2 threads for I/O, pausing!

That means You need increase iaxthreadcount & iaxmaxthreadcount values in /etc/asterisk/iax.conf .

Don't forget to do

/etc/initd./asterisk reload 

after that.