Re: [Asterisk-Users] Ringing an extension on multiple phones

2005-01-07 Thread Alexander Lopez
Title: Re: [Asterisk-Users] Ringing an extension on multiple phones






There are several options here.

You can set up a queue and have the phones ring un the order you like.

Setup an additional extension on every phone.

Set up an AGI script that allows them to login to the receptionist calls. That way they can turn it on and off when they want.

-Original Message-
From: [EMAIL PROTECTED] [EMAIL PROTECTED]
To: asterisk-users@lists.digium.com asterisk-users@lists.digium.com
Sent: Fri Jan 07 11:45:37 2005
Subject: [Asterisk-Users] Ringing an extension on multiple phones

I am using Cisco 7960 phones and have had a request to have the
receptionist phone ring on multiple phones just in case she is not around.

Call pickup is the theory here but the issue is that not all the people
that need to hear the ring would here the receptionist phone ring so I
think I need to have a second line appearance on the phones in question
so that line will ring.

Can this be done or is there a better way.

--
Scott Henderson

Finite Technologies Incorporated
3763 Image Drive, Anchorage, Alaska 99504
Phone: 907.339.8085 ext 6101, Fax: 907.333.4482
http://www.finite-tech.com
http://www.chillywall.com
http://www.virtuale.cc
http://www.mphage.com
Current Local Time: http://www.worldtimeserver.com/time.asp?locationid=US-AK


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




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

Re: [Asterisk-Users] Ringing an extension on multiple phones

2005-01-07 Thread Listas
You can Dial() extension SIP/line1SIP/line2

even more you can and that will call both extensions only after a 5 seconds
timeout
exten = xxx,1,Dial(SIP/line1,5)
exten = xxx,2,Dial(SIP/line1SIP/line2,10)
etc...

that's if I understood what ou needed...

bye,
M.


- Original Message - 
From: Scott Henderson [EMAIL PROTECTED]
To: asterisk-users@lists.digium.com
Sent: Friday, January 07, 2005 1:45 PM
Subject: [Asterisk-Users] Ringing an extension on multiple phones


 I am using Cisco 7960 phones and have had a request to have the
 receptionist phone ring on multiple phones just in case she is not around.

 Call pickup is the theory here but the issue is that not all the people
 that need to hear the ring would here the receptionist phone ring so I
 think I need to have a second line appearance on the phones in question
 so that line will ring.

 Can this be done or is there a better way.

 -- 
 Scott Henderson


 Finite Technologies Incorporated
 3763 Image Drive, Anchorage, Alaska 99504
 Phone: 907.339.8085 ext 6101, Fax: 907.333.4482
 http://www.finite-tech.com
 http://www.chillywall.com
 http://www.virtuale.cc
 http://www.mphage.com
 Current Local Time:
http://www.worldtimeserver.com/time.asp?locationid=US-AK



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

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


RE: [Asterisk-Users] Ringing an extension on multiple phones

2005-01-07 Thread Bill Seddon
You can Dial() extension SIP/line1SIP/line2

Yes, and if the multiple extensions that ring are members of the same group
then any one of the phones can pickup the call.

So the next question is: how does the receptionist put the system into
group ring mode.  The answer is to have the receptionist call a nominated
number such as **221 (enable group ringing) and **222 (to disable group
ringing).

When the receptionist calls **221 a global variable (or an entry in the
registry is created) is made to contain a value that indicates group ringing
is in effect.  When **222 is called, calls ring on the operator extension.

We use a similar approach to have support calls forwarded to mobile phones
out of office hours.

Bill Seddon

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Listas
Sent: January 07, 2005 6:33 PM
To: Asterisk Users Mailing List - Non-Commercial Discussion
Subject: Re: [Asterisk-Users] Ringing an extension on multiple phones

You can Dial() extension SIP/line1SIP/line2

even more you can and that will call both extensions only after a 5 seconds
timeout
exten = xxx,1,Dial(SIP/line1,5)
exten = xxx,2,Dial(SIP/line1SIP/line2,10)
etc...

that's if I understood what ou needed...

bye,
M.


- Original Message - 
From: Scott Henderson [EMAIL PROTECTED]
To: asterisk-users@lists.digium.com
Sent: Friday, January 07, 2005 1:45 PM
Subject: [Asterisk-Users] Ringing an extension on multiple phones


 I am using Cisco 7960 phones and have had a request to have the
 receptionist phone ring on multiple phones just in case she is not around.

 Call pickup is the theory here but the issue is that not all the people
 that need to hear the ring would here the receptionist phone ring so I
 think I need to have a second line appearance on the phones in question
 so that line will ring.

 Can this be done or is there a better way.

 -- 
 Scott Henderson


 Finite Technologies Incorporated
 3763 Image Drive, Anchorage, Alaska 99504
 Phone: 907.339.8085 ext 6101, Fax: 907.333.4482
 http://www.finite-tech.com
 http://www.chillywall.com
 http://www.virtuale.cc
 http://www.mphage.com
 Current Local Time:
http://www.worldtimeserver.com/time.asp?locationid=US-AK



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

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




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