<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'><div>Hi Guys,</div><div><br></div><div>Just wondering if its possible to use the user dial-string command to do call pickup after a call has been sent to a hunt group using the bridge and group_call function?</div><div><br></div><div>So basically a call to group 5000, sends calls to &nbsp;extension 1000 and 2000 which are in the group.</div><div><br></div><div>This all works fine but I want to be able to pickup the call by dialling *8 then either 1000 or 2000.</div><div><br></div><div>I can do this if I am not using the group_call function, and its just a normal inbound call to the extension I want to pickup, so just wondered if its possible to do a pickup of one of the extensions in the group?</div><div><br></div><div>To start the group_call Im using in my dialplan;</div><div><br></div><div>Dialing 5000 results in;</div><div><br></div><div><br></div><div>&lt;action application="bridge" data="${group_call(huntgroup1@test.com+A}"/&gt;</div><div><br></div><div><br></div><div>Which then rings both extension 1000 and 2000 which have the dial-string defined;</div><div><br></div><div><br></div><div>&lt;param name="dial-string" value="sofia/internal/${dialed_user}@test.com,pickup/${dialed_user}@test.com"/&gt;</div><div><br></div><div><br></div><div>If I add pickup after group_call, this allows be to pickup extension 5000, but I need to be able to create the pickup channel using the dial-string, am I doing this wrong or does anyone have an idea how to achieve this?</div><div><br></div><div><br></div><div>And just to be clear pickup works fine for normal inbound calls, its just when implementing group_call.</div><div><br></div><div>Many thanks</div><div><br></div><div><br></div><div>Jon</div>                                               </div></body>
</html>