<br><br><div class="gmail_quote">2011/12/5 Olivier <span dir="ltr">&lt;<a href="mailto:oza_4h07@yahoo.fr">oza_4h07@yahoo.fr</a>&gt;</span><br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
Hi,<br><br>Porting a dialplan from 1.6.1 to and old 1.4 install, it seems Park() application uses different arguments.<br>The only doc I could get a hand on is (core show application Park) this one :<br><br>[Synopsis]<br>
Park yourself<br>
<br>[Description]<br>Park():Used to park yourself (typically in combination with a supervised<br>transfer to know the parking space). This application is always<br>registered internally and does not need to be explicitly added<br>

into the dialplan, although you should include the &#39;parkedcalls&#39;<br>context (or the context specified in features.conf).<br><br>If you set the PARKINGEXTEN variable to an extension in your<br>parking context, park() will park the call on that extension, unless<br>

it already exists. In that case, execution will continue at next<br>priority.<br><br><br>More specifically, I&#39;m getting this :<br>    -- Executing [9200@autopark:49] Park(&quot;SIP/9140-0991dd30&quot;, &quot;1000*30|9200|local|s&quot;) in new stack<br>

  == Parked SIP/9140-0991dd30 on 701@parkedcalls. Will timeout back to extension [autopark] s, 1 in 45 seconds<br>Above that, silent option &#39;s&#39; is ignored (parking position is read to incoming channel).<br><br><br>

So it seems, my timeout, return context and &quot;feedback&quot; options are not correctly understood.<br><br>Suggestions ?<br><br>Cheers<br><br>
</blockquote></div><br>Hi,<br><br>Replying to myself, I worked around this using ParkAndAnnounce app instead (of Park).<br>Too bad I could find by myself what was missing in documentation.<br><br>Regards<br>