<html>
  <head>
    <meta http-equiv="content-type" content="text/html;
      charset=ISO-8859-1">
  </head>
  <body text="#000000" bgcolor="#FFFFFF">
    Hello.<br>
    <br>
    I'm running several instances of Asterisk 1.8.26.1 (and previous
    1.8) with local Polycom phones. There are occasions where users want
    to forward their Polycoms to their cell phones, with the desired
    affect of the cell phone voicemail picking up when the cell is not
    answered.<br>
    <br>
    But that's not happening, instead Asterisk is timing out the dial
    and continuing in the dialplan. <br>
    <br>
    My dial command is <b><br>
      <br>
              </b>exten => _XXXX,n,dial(SIP/${EXTEN},25,z)<br>
    <br>
    I see the 302 from the phone, and the "Now Forwarding" message and
    the actual call to the forward destination being placed. <br>
    <br>
    The cell phone rings a few times and then I see<br>
    <br>
            VERBOSE[32180] app_dial.c: [Jun 11 08:10:24]     -- Nobody
    picked up in 25000 ms <br>
    <br>
    in the console.<br>
    <br>
    If I change the dial timeout to 30 seconds instead of 25, everything
    works as expected.  Am I using the z option incorrectly?<br>
    <br>
    core show application dial says:<br>
    <br>
    <ul style="margin: 0px; list-style-type: disc; color: rgb(51, 51,
      51); font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
      font-size: 14px; font-style: normal; font-variant: normal;
      font-weight: normal; letter-spacing: normal; line-height: 20px;
      orphans: auto; text-align: left; text-indent: 0px; text-transform:
      none; white-space: normal; widows: auto; word-spacing: 0px;
      -webkit-text-stroke-width: 0px; background-color: rgb(255, 255,
      255);">
      <li><code style="font-family: monospace;">z</code><span
          class="Apple-converted-space"> </span>- On a call forward,
        cancel any dial timeout which has been set for this call.</li>
    </ul>
    <p>This is the initial call the documentation is referring to,
      right?<br>
    </p>
    <br>
    Thanks<br>
    <br>
    Mark
  </body>
</html>