Difference between revisions of "Out of idle IAX2 threads"
From Kolmisoft Wiki
Jump to navigationJump to search
Line 1: | Line 1: | ||
If you see something similiar like this in asterisk CLI: | If you see something similiar like this in asterisk CLI: | ||
^@^MESC[Kmoosehead*CLI> ^M[Oct 24 22:56:55] ESC[1;33;40mNOTICEESC[0;37;40m[6404]: ESC[1;37;40mchan_iax2. | ^@^MESC[Kmoosehead*CLI> ^M[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 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 any changes in /etc/asterisk/*.conf files! |
Revision as of 09:08, 29 October 2008
If you see something similiar like this in asterisk CLI:
^@^MESC[Kmoosehead*CLI> ^M[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 any changes in /etc/asterisk/*.conf files!