I think its same as DND (do not disturb ) . It can be activated by *78 and deactivated by *79 . I use freepbx for configuration so i am not sure if its there in default asterisk setup . I snipped some part of my configuration from freepbx's config files 
<br><br>[app-dnd-on]<br>exten =&gt; *78,1,Answer<br>exten =&gt; *78,n,Wait(1)<br>exten =&gt; *78,n,Macro(user-callerid,)<br>exten =&gt; *78,n,Set(DB(DND/${CALLERID(number)})=YES)<br>exten =&gt; *78,n,Playback(do-not-disturb&amp;activated)
<br>exten =&gt; *78,n,Macro(hangupcall,)<br><br>[app-dnd-off]<br>exten =&gt; *79,1,Answer<br>exten =&gt; *79,n,Wait(1)<br>exten =&gt; *79,n,Macro(user-callerid,)<br>exten =&gt; *79,n,dbDel(DND/${CALLERID(number)})<br>exten =&gt; *79,n,Playback(do-not-disturb&amp;de-activated)
<br>exten =&gt; *79,n,Macro(hangupcall,)<br><br><br><br><br><br><div><span class="gmail_quote">On 12/11/06, <b class="gmail_sendername">Norbert Zawodsky</b> &lt;<a href="mailto:norbert@zawodsky.at">norbert@zawodsky.at</a>
&gt; wrote:</span><blockquote class="gmail_quote" style="margin-top: 0; margin-right: 0; margin-bottom: 0; margin-left: 0; margin-left: 0.80ex; border-left-color: #cccccc; border-left-width: 1px; border-left-style: solid; padding-left: 1ex">
Hi Brian,<br><br>many thanks to you for your answers in the past! The always gave me the<br>little bit of mising information...<br>My Asterisk box is running fine now so I want to try the &quot;next step&quot;...<br><br>And now to all of you ....
<br><br>What I want to implement is to use 1 button of my snom-360 phone for<br>following purpose:<br><br>If I leave my desk I press this button. A light should show up as an<br>indicator/reminder. From this moment all calls to my extension should
<br>immediately be transferred to my voicemail box.<br><br>When I return I press the button again, the light goes off and all calls<br>to my extension should ring my phone again.<br><br>Now, can I achieve this with a static dialplan in 
extensions.conf or do<br>I have to use all that Realtime + DB magic?<br><br>Many thanks,<br>Norbert<br><br><br>_______________________________________________<br>--Bandwidth and Colocation provided by <a href="http://Easynews.com">
Easynews.com</a> --<br><br>asterisk-users mailing list<br>To UNSUBSCRIBE or update options visit:<br>&nbsp;&nbsp; <a href="http://lists.digium.com/mailman/listinfo/asterisk-users">http://lists.digium.com/mailman/listinfo/asterisk-users
</a><br></blockquote></div><br>