On Thu, Apr 8, 2010 at 4:30 PM, David Backeberg <[email protected]> wrote: > However, something is really weird when I need to do System() calls. > It almost feels like delay in reading loopback, or running out of > available files on the system, or something like that. I'm rebooted, > and the problem did not go away. > > I'm doing really, really innocent things, like: > > exten => s,n,System(test -e ${MESSAGE_PATH}${EXTEN})
So I did some more testing. Same dialplan, reverted to asterisk-1.6.0.13, and the contexts that do these test -e calls runs lightning fast. It's like maybe there's something going on where it needs to run sudo or something? Took iptables down, no change. I run asterisk as non-root. I then tried running asterisk as root. Same problem, so that doesn't seem to be it. went looking around asterisk.conf, didn't see any pertinent settings, but then again, it's been a long time since I've built 'make examples', so maybe there's a new setting in there that controls calls out to the system? -- _____________________________________________________________________ -- Bandwidth and Colocation Provided by http://www.api-digital.com -- New to Asterisk? Join us for a live introductory webinar every Thurs: http://www.asterisk.org/hello asterisk-users mailing list To UNSUBSCRIBE or update options visit: http://lists.digium.com/mailman/listinfo/asterisk-users
