<html>
<head>
<style><!--
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
font-size: 12pt;
font-family:Calibri
}
--></style></head>
<body class='hmmessage'><div dir='ltr'>I'm trying to implement call parking with asterisk and Cisco SPA504G phones:<br><br>features.conf<br>parkext => 700<br>parkpos => 701-702<br>context => parkedcalls<br><br><br><br>I defined one of the unused keys to park the calls: <br>Key2:<br>fnc=sd;ext=700@10.0.1.103;vid=1;nme=Park<br><br>I also defined two other keys to pickup/unpark the calls:<br>Key3:<br>fnc=blf+sd+cp;sub=701@10.0.1.103<br><br>Key4:<br>fnc=blf+sd+cp;sub=702@10.0.1.103<br><br>Parking using these works smoothly. <br>I answer the incoming call, press Key2 to park the call. Call is parked, Key3 turns red showing there is a parked call. <br>If I want to unpark the call, I hit Key3 and the call is unparked.<br><br>My problem happens when Key3 and Key4 are idle (no parked calls): <br><br>I answer the incoming call and without first parking the car, I hit one of the idle keys (Key3 or Key4), the phone sends a REFER message, and the incoming call hangs up. <br><br>I'm trying to find out why the call hangs up and how to prevent that? <br><br>Thanks,<br>Matt<br>                                        </div></body>
</html>