[asterisk-users] Answer call from another device

2009-10-26 Thread Elliot Murdock
Hello!

I remember a while back I saw a way to answer a call from a device
that is not from the one ringing, but I don't remember what how to do
it.  Any help would be great!

Thanks,
Elliot

___
-- Bandwidth and Colocation Provided by http://www.api-digital.com --

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users


Re: [asterisk-users] Answer call from another device

2009-10-26 Thread Danny Nicholas
*8 is the default value in features.conf to pick up a ringing line if you
are in that ring group.

-Original Message-
From: asterisk-users-boun...@lists.digium.com
[mailto:asterisk-users-boun...@lists.digium.com] On Behalf Of Elliot Murdock
Sent: Monday, October 26, 2009 2:52 PM
To: Asterisk Users Mailing List - Non-Commercial Discussion
Subject: [asterisk-users] Answer call from another device

Hello!

I remember a while back I saw a way to answer a call from a device
that is not from the one ringing, but I don't remember what how to do
it.  Any help would be great!

Thanks,
Elliot

___
-- Bandwidth and Colocation Provided by http://www.api-digital.com --

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users


___
-- Bandwidth and Colocation Provided by http://www.api-digital.com --

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users


Re: [asterisk-users] Answer call from another device

2009-10-26 Thread John A. Sullivan III
On Mon, 2009-10-26 at 14:58 -0500, Danny Nicholas wrote:
 *8 is the default value in features.conf to pick up a ringing line if you
 are in that ring group.
 
 -Original Message-
 From: asterisk-users-boun...@lists.digium.com
 [mailto:asterisk-users-boun...@lists.digium.com] On Behalf Of Elliot Murdock
 Sent: Monday, October 26, 2009 2:52 PM
 To: Asterisk Users Mailing List - Non-Commercial Discussion
 Subject: [asterisk-users] Answer call from another device
 
 Hello!
 
 I remember a while back I saw a way to answer a call from a device
 that is not from the one ringing, but I don't remember what how to do
 it.  Any help would be great!
snip
One can take it even a little further than that depending on the phone.
We set up hints in extensions.conf so the programmable button lights on
our Snom phones indicate if a remote phone is ringing or off hook.
While it is ringing, a user can press the button which will issues the
*8 + extension and pick up the call.  Here is an abbreviated example:

; Joe
exten = 613,hint,SIP/joe

; Mary
exten = 614,hint,SIP/mary

; Mike
exten = 616,hint,SIP/mike

; Enable call pickup for hinted stations from any possible source contexts
exten = 
_*8XXX,1,Pickup(${EXTEN:2...@a10pub${EXTEN:2...@a10a${EXTEN:2...@a10f)

We're pretty new to Asterisk so there may be a much better way but this
worked for us.  Good luck - John
-- 
John A. Sullivan III
Open Source Development Corporation
+1 207-985-7880
jsulli...@opensourcedevel.com

http://www.spiritualoutreach.com
Making Christianity intelligible to secular society


___
-- Bandwidth and Colocation Provided by http://www.api-digital.com --

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users