In article <[EMAIL PROTECTED]>, Benjamin Jacob <[EMAIL PROTECTED]> wrote: > > Also, I don't think my SIP gateway uses Silence suppression, because the > same SIP gateway > connections work fine with another Asterisk server.
OK, I think you need to home in on the differences between the server(s) that work fine and the one that doesn't. What version of kernel is it running? If it less than 2.6.13, make sure you change "#if 0" to "#if 1" in ztdummy.c so that USE_RTC still gets enabled. Try "watch -dn 1 cat /proc/interrupts" and check that the RTC interrupts are going up by 1024 per second. This is with ztdummy running. What else is going on on this server? Does it have any virtual machines on it? Does it have X Windows running? What does "top" show? Cheers Tony -- Tony Mountifield Work: [EMAIL PROTECTED] - http://www.softins.co.uk Play: [EMAIL PROTECTED] - http://tony.mountifield.org _______________________________________________ -- Bandwidth and Colocation Provided by http://www.api-digital.com -- asterisk-users mailing list To UNSUBSCRIBE or update options visit: http://lists.digium.com/mailman/listinfo/asterisk-users
