Scott Henderson
2005-Jan-07 09:45 UTC
[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 ============================================================================
Alexander Lopez
2005-Jan-07 10:32 UTC
[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: asterisk-users-bounces@lists.digium.com <asterisk-users-bounces@lists.digium.com> 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 -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20050107/9324a730/attachment.htm
You can Dial() extension SIP/line1&SIP/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/line1&SIP/line2,10) etc... that's if I understood what ou needed... bye, M. ----- Original Message ----- From: "Scott Henderson" <scott@finite-tech.com> 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