You have 2 choices to pickup someone&#39;s phone with snom&#39;s<br><br>1: imagine yourself prefix of pickup, let&#39;s say 4<br>exten=&gt;4XX,1,Pickup(${EXTEN}@context)<br><br>so if u call 4 + phone number you will pickup that one.<br>
<br>Second you can add pickupgroup=number for each phone you want to be in the group, and add a dtmf button on snom with string set in features.conf (pickup)<br><br>To answer you next question: Yes i would be nice to pickup a phone by pressing blinking button on snom,and use that button fo call when ext is out of use, but i dont know the way to make asterisk doing that.<br>
<br><div class="gmail_quote">2008/6/25 Vazquez David &lt;<a href="mailto:vazquez@cross-solution.de">vazquez@cross-solution.de</a>&gt;:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
Though I wonder...<br>
<br>
The scenario is as follows:<br>
<br>
I have 4 phones with the following extensions:<br>
11 (SIP/11)<br>
12 (SIP/12)<br>
13 (SIP/13)<br>
15 (SIP/15)<br>
<br>
Whenever SIP/11 receives a call, it hints the other phones. Is it<br>
possible to pick up that call from one of them?<br>
<br>
The relevant part of my extensions.conf looks as this now:<br>
<br>
[macro-stdexten];<br>
;<br>
; Standard extension macro:<br>
; &nbsp; ${ARG1} - Extension &nbsp;(we could have used ${MACRO_EXTEN} here as well<br>
; &nbsp; ${ARG2} - Device(s) to ring<br>
;<br>
exten =&gt; s,1,Dial(${ARG2},20) &nbsp;; Ring the interface, 20 seconds maximum<br>
exten =&gt; s,2,Goto(s-${DIALSTATUS},1) &nbsp;; Jump based on status<br>
(NOANSWER,BUSY,CHANUNAVAIL,CONGESTION,ANSWER)<br>
exten =&gt; s,hint,SIP/11<br>
exten =&gt; 11,hint,SIP/12&amp;SIP/13&amp;SIP/15<br>
exten =&gt; s-NOANSWER,1,Voicemail(${ARG1},u) &nbsp;; If unavailable, send to<br>
voicemail w/ unavail announce<br>
exten =&gt; s-NOANSWER,2,Goto(default,s,1) &nbsp;; If they press #, return to start<br>
exten =&gt; s-BUSY,1,Voicemail(${ARG1},b) &nbsp;; If busy, send to voicemail w/<br>
busy announce<br>
exten =&gt; s-BUSY,2,Goto(default,s,1) &nbsp;; If they press #, return to start<br>
exten =&gt; _s-.,1,Goto(s-NOANSWER,1) &nbsp;; Treat anything else as no answer<br>
exten =&gt; a,1,VoicemailMain(${ARG1}) &nbsp;; If they press *, send the user<br>
into VoicemailMain<br>
<br>
Thanks :-)<br>
<div><div></div><div class="Wj3C7c"><br>
_______________________________________________<br>
-- Bandwidth and Colocation Provided by <a href="http://www.api-digital.com" target="_blank">http://www.api-digital.com</a> --<br>
<br>
AstriCon 2008 - September 22 - 25 Phoenix, Arizona<br>
Register Now: <a href="http://www.astricon.net" target="_blank">http://www.astricon.net</a><br>
<br>
asterisk-users mailing list<br>
To UNSUBSCRIBE or update options visit:<br>
 &nbsp; <a href="http://lists.digium.com/mailman/listinfo/asterisk-users" target="_blank">http://lists.digium.com/mailman/listinfo/asterisk-users</a><br>
</div></div></blockquote></div><br>