<html dir="ltr"><head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<style title="owaParaStyle"><!--P {
        MARGIN-TOP: 0px; MARGIN-BOTTOM: 0px
}
--></style>
</head>
<body ocsi="x">
<div dir="ltr"><font color="#000000" size="2" face="Tahoma">We are building an app that will initiate outbound calls using .call files, and each call can be a different duration (eg: 1min to 5min).&nbsp; These calls will go through an Asterisk service with other
 calls/apps running.&nbsp; </font></div>
<div dir="ltr"><font color="#000000" size="2" face="Tahoma"></font>&nbsp;</div>
<div dir="ltr"><font color="#000000" size="2" face="Tahoma">I need to control the MAX number of channels in use so I don't overload this server.&nbsp;&nbsp; What is the best way to ensure I stay within an arbitrary limit (eg: 10 simultaneous call files in process at
 once)?</font></div>
<div dir="ltr"><font size="2" face="tahoma"></font>&nbsp;</div>
<div dir="ltr"><font size="2" face="tahoma">The call files will be written to the spool directory by a bash file, so ideally the bash file should have visibility into the number of .call files in process.</font></div>
<div dir="ltr"><font size="2" face="tahoma"></font>&nbsp;</div>
<div dir="ltr"><font size="2" face="tahoma">Thanks!</font></div>
<div dir="ltr"><font size="2" face="tahoma">M</font></div>
</body>
</html>