<span class="Apple-style-span" style="border-collapse: separate; font-family: &#39;Times New Roman&#39;; -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; font-size: medium; "><span class="Apple-style-span" style="border-collapse: collapse; font-family: arial, sans-serif; font-size: 13px; "><div>

Hey,</div><div><br></div><div><br></div><div>I am configuring call parking on asterisk however I have the following issue,</div><div><br></div><div>- Caller A calls caller B</div><div>- Caller B receives the call and transfers it to the parking extension 799, so that caller C can receive the call</div>

<div>-*The extension to which the call has been parked is read out to caller A (who did not park the call) instead of caller B (who parked the call) : <font color="#990000"><b>this is the problem.</b></font></div><div><br>

</div><div>How can I solve that? I have tried all the options of T, t and r however in vain.</div><div><br></div><div><b>Here is my config in extensions.conf for call parking</b></div><div><br></div><div><div>;Parking calls for office A</div>

<div>exten =&gt; 799,1,Set(CHANNEL(parkinglot)=parkinglot_main)</div><div>exten =&gt; 799,n,Set(_PARKINGLOT=parkinglot_main)</div><div>exten =&gt; 799,n,Answer()</div><div>exten =&gt; 799,n,Park()</div><div>exten =&gt; 799,n,Hangup()</div>

<div><br></div><div><div>[macro-officeA]</div><div>exten =&gt; s,1,Dial(${ARG1},10,Ttr)</div><div>exten =&gt; s,n,GotoIf($[&quot;${DIALSTATUS}&quot; = &quot;BUSY&quot;]?busy:unavail)</div><div>exten =&gt; s,n(unavail),Voicemail(${MACRO_EXTEN}@officea-vmail,u)</div>

<div>exten =&gt; s,n,Hangup()</div><div>exten =&gt; s,n(busy),VoiceMail(${MACRO_EXTEN}@officea-vmail,b)</div><div>exten =&gt; s,n,Hangup()</div><div>exten =&gt; 1234,1,MeetMe(1234,i)</div></div><div><br></div><div><b>Features.conf has this:</b></div>

<div><div>[parkinglot_main]</div><div>context =&gt; officeA</div><div>parkext =&gt; 799</div><div>parkpos =&gt; 800-850</div><div>findslot =&gt; next</div></div><div><br></div><div>Thanks</div><div><br></div></div></span></span>Richard Zulu<br>

<br><div>Twitter</div><div><a href="http://www.twitter.com/richardzulu" target="_blank">www.twitter.com/richardzulu</a></div><div><a href="http://www.linkedin.com/in/richardzulu" target="_blank">http://www.linkedin.com/in/richardzulu</a></div>

<div><br></div><div>Skype: zulu.richard</div><br>
<br><br>