Nice, i will search for that.<br><br><div class="gmail_quote">2008/6/26 Klaus Darilion <<a href="mailto:klaus.mailinglists@pernau.at">klaus.mailinglists@pernau.at</a>>:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
<br>
<br>
Grygoriy Dobrovolskyy schrieb:<br>
<div class="Ih2E3d">> You have 2 choices to pickup someone's phone with snom's<br>
><br>
> 1: imagine yourself prefix of pickup, let's say 4<br>
> exten=>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<br>
> the group, and add a dtmf button on snom with string set in<br>
> features.conf (pickup)<br>
><br>
> To answer you next question: Yes i would be nice to pickup a phone by<br>
> pressing blinking button on snom,and use that button fo call when ext is<br>
> out of use, but i dont know the way to make asterisk doing that.<br>
<br>
</div>It works (at least with asterisk 1.2) by patching Asterisk with<br>
bristuff. bristuff implement this feature.<br>
<br>
regards<br>
klaus<br>
<div class="Ih2E3d"><br>
><br>
> 2008/6/25 Vazquez David <<a href="mailto:vazquez@cross-solution.de">vazquez@cross-solution.de</a><br>
</div>> <mailto:<a href="mailto:vazquez@cross-solution.de">vazquez@cross-solution.de</a>>>:<br>
<div><div></div><div class="Wj3C7c">><br>
> 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>
> ; ${ARG1} - Extension (we could have used ${MACRO_EXTEN} here as well<br>
> ; ${ARG2} - Device(s) to ring<br>
> ;<br>
> exten => s,1,Dial(${ARG2},20) ; Ring the interface, 20 seconds maximum<br>
> exten => s,2,Goto(s-${DIALSTATUS},1) ; Jump based on status<br>
> (NOANSWER,BUSY,CHANUNAVAIL,CONGESTION,ANSWER)<br>
> exten => s,hint,SIP/11<br>
> exten => 11,hint,SIP/12&SIP/13&SIP/15<br>
> exten => s-NOANSWER,1,Voicemail(${ARG1},u) ; If unavailable, send to<br>
> voicemail w/ unavail announce<br>
> exten => s-NOANSWER,2,Goto(default,s,1) ; If they press #, return<br>
> to start<br>
> exten => s-BUSY,1,Voicemail(${ARG1},b) ; If busy, send to voicemail w/<br>
> busy announce<br>
> exten => s-BUSY,2,Goto(default,s,1) ; If they press #, return to start<br>
> exten => _s-.,1,Goto(s-NOANSWER,1) ; Treat anything else as no answer<br>
> exten => a,1,VoicemailMain(${ARG1}) ; If they press *, send the user<br>
> into VoicemailMain<br>
><br>
> Thanks :-)<br>
><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>
> <a href="http://lists.digium.com/mailman/listinfo/asterisk-users" target="_blank">http://lists.digium.com/mailman/listinfo/asterisk-users</a><br>
><br>
><br>
><br>
</div></div>> ------------------------------------------------------------------------<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>
> <a href="http://lists.digium.com/mailman/listinfo/asterisk-users" target="_blank">http://lists.digium.com/mailman/listinfo/asterisk-users</a><br>
<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>
<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>