Just upgraded to 1.8, we use the multi lot parking feature by dialling *4. We are not getting the parking slot announcement being played to the person who parks the call, so it's impossible to tell which slot they've gone into. Could someone check our config?<div>
<br></div><div>On Debian Squeeze using packages from <a href="http://packages.asterisk.org/deb">http://packages.asterisk.org/deb</a> squeeze main (Asterisk 1.8.11.1-1digium1~squeeze)<br>
<div><div><br></div><div>/etc/asterisk/features.conf </div><div>[general]</div><div>transferdigittimeout => 5<span class="Apple-tab-span" style="white-space:pre">        </span>; Number of seconds to wait between digits when transferring a call</div>
<div>xfersound = beep<span class="Apple-tab-span" style="white-space:pre">                </span>; to indicate an attended transfer is complete</div><div>xferfailsound = unavailablebeep<span class="Apple-tab-span" style="white-space:pre">        </span>; to indicate a failed transfer</div>
<div>featuredigittimeout = 2000<span class="Apple-tab-span" style="white-space:pre">        </span>; Max time (ms) between digits for </div><div>atxfernoanswertimeout = 15<span class="Apple-tab-span" style="white-space:pre">        </span>; Timeout for answer on attended transfer default is 15 seconds.</div>
<div>[featuremap]</div><div>atxfer => *1<span class="Apple-tab-span" style="white-space:pre">                        </span>; Attended transfer</div><div>blindxfer => *2<span class="Apple-tab-span" style="white-space:pre">                </span>; Blind transfer (default is #)</div>
<div>automon => *3<span class="Apple-tab-span" style="white-space:pre">                        </span>; One Touch Record a.k.a. Touch Monitor</div><div>parkcall => *4</div></div><div><div>;***multitenant callparking</div><div>#include /etc/asterisk/features.multiparking.conf</div>
</div><div><br></div><div>/etc/asterisk/features.multiparking.conf</div><div><div>[parkinglot_mhill]</div><div>context => mhillpark</div><div>parkpos => 1-9</div><div>findslot => first</div><div>parkinghints => yes ; Add hints priorities automatically for parking slots (default is no).</div>
<div>parkedmusicclass => classical</div><div>parkingtime => 7200</div><div>parkedcalltransfers => both</div><div>parkedcallreparking => both</div></div><div><br></div><div>/etc/asterisk/extensions.conf</div><div>
<div>...</div><div>[parkinglot_mhill]</div><div>switch => Realtime/@extensions</div></div><div>...</div><div><br></div><div>/etc/asterisk/sip.conf</div><div>...</div><div>parkinglot=parkinglot_mhill</div><div>...</div>
<div><br></div><div><br></div></div>