<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
  <head>

    <meta http-equiv="content-type" content="text/html; charset=ISO-8859-1">
  </head>
  <body text="#333333" bgcolor="#ffffff">
    <font size="-1">Hello everybody,<br>
      <br>
      Can someone explain [gGrR] in Dial() function?<br>
      <br>
      To dial external extension </font><font size="-1">18005551212
      over channel 2 we will use</font>:<br>
    <font size="-1">Dial(DAHDI/2/18005551212)<br>
      <br>
    </font><font size="-1">To dial external extension </font><font
      size="-1">18005551212 over one of channel from group of channels
      (nr 2) we will use</font>:<br>
    <font size="-1">Dial(DAHDI/g2/18005551212)<br>
      <br>
      So lets assume that group 2 consists of 5 channels. How does
      Dial() function choose channel:<br>
      - randomly?<br>
      - first free?<br>
      <br>
      What mean another params: G, R, r ?<br>
      <br>
      Thanks for clearing this up for me,<br>
      <br>
      Albert</font><br>
  </body>
</html>