On Sat, 29 May 2010, bruce bruce wrote: > I am looking to use System() function along with some bash scripting to > determine if a Trunk is being used during certain time of the day or > not. Here is what I have in mind. Please guide me if you know a better > way:
Using the GROUP/GROUP_COUNT functions in the dialplan is a better way. Using system() will mean creating a bunch of processes (each sed/awk/cut/etc command). -- Thanks in advance, ------------------------------------------------------------------------- Steve Edwards [email protected] Voice: +1-760-468-3867 PST Newline Fax: +1-760-731-3000 -- _____________________________________________________________________ -- 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
