<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
  <head>
    <meta content="text/html; charset=ISO-8859-1"
      http-equiv="Content-Type">
  </head>
  <body text="#000000" bgcolor="#ffffff">
    Hi Matthew,<br>
    <br>
    this is the result of "dialplan show":<br>
    <small><br>
      &nbsp; 's' =&gt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 1.
      NoOp()&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; [app_dial]<br>
      [ Context 'parkedcalls' created by 'features' ]<br>
      &nbsp; '700' =&gt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 1.
      Park()&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; [features]<br>
      [ Context 'macro-hash-automon' created by 'pbx_config' ]<br>
    </small><br>
    and this is the log:<br>
    <br>
    [2012-10-03 16:50:25] VERBOSE[32765] app_dial.c:&nbsp;&nbsp;&nbsp;&nbsp; --
    SIP/8-0000008c answered SIP/107-0000008b<br>
    -------------- transferring with ##700 (on the phone) --------------<br>
    [2012-10-03 16:51:02] VERBOSE[32765] res_musiconhold.c:&nbsp;&nbsp;&nbsp;&nbsp; --
    Started music on hold, class 'default', on SIP/107-0000008b<br>
    [2012-10-03 16:51:02] VERBOSE[32765] file.c:&nbsp;&nbsp;&nbsp;&nbsp; --
    &lt;SIP/8-0000008c&gt; Playing 'pbx-transfer.gsm' (language 'it')<br>
    [2012-10-03 16:51:06] VERBOSE[32765] features.c:&nbsp;&nbsp;&nbsp;&nbsp; -- Blind
    transferring SIP/107-0000008b to '700' (context inbound) priority 1<br>
    [2012-10-03 16:51:06] VERBOSE[32765] res_musiconhold.c:&nbsp;&nbsp;&nbsp;&nbsp; --
    Stopped music on hold on SIP/107-0000008b<br>
    [2012-10-03 16:51:06] VERBOSE[32765] res_agi.c:&nbsp;&nbsp;&nbsp;&nbsp; --
    &lt;SIP/107-0000008b&gt;AGI Script /var/lib/asterisk/script.py
    completed, returning 0<br>
    [2012-10-03 16:51:06] VERBOSE[32765] pbx.c:&nbsp;&nbsp;&nbsp;&nbsp; -- Executing
    [700@inbound:1] NoOp("SIP/107-0000008b", "22 - Running in inbound at
    700") in new stack<br>
    [2012-10-03 16:51:06] VERBOSE[32765] pbx.c:&nbsp;&nbsp;&nbsp;&nbsp; -- Executing
    [700@inbound:2] Set("SIP/107-0000008b", "AGISIGHUP=no") in new stack<br>
    [2012-10-03 16:51:06] VERBOSE[32765] pbx.c:&nbsp;&nbsp;&nbsp;&nbsp; -- Executing
    [700@inbound:3] AGI("SIP/107-0000008b",
    "/var/lib/asterisk/script.py") in new stack<br>
    [2012-10-03 16:51:06] VERBOSE[32765] res_agi.c:&nbsp;&nbsp;&nbsp;&nbsp; -- Launched AGI
    Script /var/lib/asterisk/script.py<br>
    <br>
    As you can see 700 is matching with<br>
    ; Forward any other extension to the standard AGI<br>
    exten =&gt; _X.,1,Noop(22 - Running in ${CONTEXT} at ${EXTEN})<br>
    exten =&gt; _X.,n,Set(AGISIGHUP=no)<br>
    exten =&gt; _X.,n,AGI(/var/lib/asterisk/hash3/bin/exten2.py)<br>
    exten =&gt; _X.,n,HangUp<br>
    <br>
    and not with the extension 700.<br>
    <br>
    I think this is a bug. It is not the first time....I remember having
    reported a bug on asterisk 1.4, same topic...parking....<br>
    This is what you can find inside Asterisk 1.8 changelog:<br>
    <br>
    --- Fix blind transfer parking issues if the dialed extension is not<br>
    recognized as a parking extension.<br>
    <br>
    That's why I upgraded from 1.8.11 to 1.8.16. But I think the issue
    has not been solved....<br>
    <br>
    Giorgio<br>
    <br>
    <br>
    <br>
    <br>
    <br>
    On 10/03/2012 01:49 PM, Matthew Jordan wrote:
    <blockquote cite="mid:d8257068-7b20-4e00-a28c-e4757678f7df@zimbra"
      type="cite">
      <pre wrap="">include =&gt; parkedcalls
</pre>
    </blockquote>
    <br>
  </body>
</html>