Gentian Bajraktari wrote:
Yes I have experienced the same on my test machine. It has been like this for 3 weeks of CVS Head.
Someone must have a look at that, I think is the SIP channel.
    ----- Original Message -----
    *From:* Thierry Wehr <mailto:[EMAIL PROTECTED]>
    *To:* [email protected]
    <mailto:[email protected]>
    *Sent:* Tuesday, July 12, 2005 10:37 AM
    *Subject:* [Asterisk-Users] Last CVS -> High Load

    Good morning
on our Test Machine based on RedHat 9 on a Pentium 4 SMP we are
    experiencing a 99% CPU load for asterisk with the CVS of tonight
does anyone noticed that best regards
    Thierry

    ------------------------------------------------------------------------

    _______________________________________________
    Asterisk-Users mailing list
    [email protected] <mailto:[email protected]>
    http://lists.digium.com/mailman/listinfo/asterisk-users
    To UNSUBSCRIBE or update options visit:
       http://lists.digium.com/mailman/listinfo/asterisk-users


------------------------------------------------------------------------

_______________________________________________
holdterisk-Users mailing list
[email protected]
http://lists.digium.com/mailman/listinfo/asterisk-users
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users

It looks like something changed that affected the /dev/zap/pseudo device. res/res_musiconhold.c


                if (class->pseudofd > -1) {
                        /* Pause some amount of time */
                        res = read(class->pseudofd, buf, sizeof(buf));
                } else {

continually return -1 resource unavailable - it is not pending so this is a runaway loop.

Steve
_______________________________________________
Asterisk-Users mailing list
[email protected]
http://lists.digium.com/mailman/listinfo/asterisk-users
To UNSUBSCRIBE or update options visit:
  http://lists.digium.com/mailman/listinfo/asterisk-users

Reply via email to