BLF keys and call pick up on snom 360's

I’d like to get the BLF keys working as call pickup keys on my snom 360’s.

I’ve found this information http://wiki.snom.com/Features/Call_Pick-Up
but I still don’t know what I need to do to get it working, can anyone offer some guidance please.

thanks

Dave

All the pickup codes are already in your dialplan…

Simply put this in the number field of your BLF

“123@myasterisk|**” where 123 is the number you want to monitor and pickup.

If you look in feature codes “**” is the default directed pickup code.

is it as easy with aastra 57I phones?

this worked for internal calls but not for external ones from my ISDN30 line, with a little surfing I found instructions to add the following to extensions_override_freepbx.conf this seems th have done the trick

[app-pickup]
include => app-pickup-custom
exten => _.,1,Noop(Attempt to Pickup ${EXTEN:2} by ${CALLERID(num)})
exten => _
.,n,SET(GLOBAL(PICKUPMARK)=${EXTEN:2})
exten => _**.,n,Pickup(${EXTEN:2}@PICKUPMARK)

Thanks