hello,

I am trying call "pickup" for the incoming calls with intercept function but it do not seems to work, am i missing something ?

<extension name="group-intercept">
                <condition field="destination_number" expression="^08$">
         <action application="answer"/>
         <action application="set" data="intercept_unbridged_only=true"/>
              <action application="intercept" data="${hash(select/${domain_name}-last_dial_ext/${callgroup})}"/>
     <action application="sleep" data="2000"/>
                </condition>
  </extension>

Regards
Sam
<br><hr align="left" width="300">
View this message in context: <a href="http://freeswitch-users.2379917.n2.nabble.com/call-pickup-tp5837233p5837233.html">call pickup</a><br>
Sent from the <a href="http://freeswitch-users.2379917.n2.nabble.com/">freeswitch-users mailing list archive</a> at Nabble.com.<br>