Hi all. I wonder if anyone out there has a dial-plan which will ring an extension on multiple phones. David A. Morrow Technical Systems Lead Autodata Solutions Company David.Morrow@Autodata.Net http://www.autodata.net Tel: (519) 951-6079 Fax: (519) 451-6615 < Poor planning on your part does not necessarily constitute an emergency on my part! > This message has originated from Autodata Solutions. The attached material is the Confidential and Proprietary Information of Autodata Solutions. This email and any files transmitted with it are confidential and intended solely for the use of the individual or entity to whom they are addressed. If you have received this email in error please delete this message and notify the Autodata system administrator at Administrator@autodata.net <mailto:Administrator@autodata.net> -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20051108/583fdb60/attachment.htm
Here is what we use for our helpdesk, on saturday morning we have other people fill in on the helpdesk so we ring other extensions between 8am-3pm on Saturday, otherwise it rights 392 and 6001 when people call the helpdesk (x355 or x4357) exten => 4357,1,GotoIfTime(8:00-15:00|sat|*|?default,4357,10) exten => 4357,2,Dial(Sip/392&Sip/6001,20,rt) exten => 4357,3,Voicemail,u4357 exten => 4357,10,Dial(Sip/392&Sip/6001&Sip/249&Sip/458&Sip/394,20,rt) exten => 4357,11,Voicemail,u4357 exten => 4357,103,Voicemail,b4357 exten => 355,1,GotoIfTime(8:00-15:00|sat|*|?default,4357,10) exten => 355,2,Dial(Sip/392&Sip/6001,20,rt) exten => 355,3,Voicemail,u4357 exten => 355,103,Voicemail,b4357 On 11/8/05, Dave Morrow <david.morrow@autodata.net> wrote:> > Hi all. I wonder if anyone out there has a dial-plan which will ring an > extension on multiple phones. > > David A. Morrow > Technical Systems Lead > Autodata Solutions Company > *David.Morrow@Autodata.Net* <David.Morrow@Autodata.Net> > *http://www.autodata.net* <http://www.autodata.net/> > Tel: (519) 951-6079 > Fax: (519) 451-6615 > > < Poor planning on your part does not necessarily constitute an emergency > on my part! > > > This message has originated from Autodata Solutions. The attached material > is the Confidential and Proprietary Information of Autodata Solutions. This > email and any files transmitted with it are confidential and intended solely > for the use of the individual or entity to whom they are addressed. If you > have received this email in error please delete this message and notify the > Autodata system administrator at* **Administrator@autodata.net <**** > mailto:Administrator@autodata.net* <Administrator@autodata.net>*>* > > _______________________________________________ > --Bandwidth and Colocation sponsored by Easynews.com<http://easynews.com/>-- > > 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/20051108/ae7c0ea1/attachment.htm
Mojo with Horan & Company, LLC
2005-Nov-08 12:50 UTC
[Asterisk-Users] Extension Ring on Multiple Phones
Like instead of exten => s,1,Dial(SIP/110,20,tr) you must mean exten => s,1,Dial(SIP/110&SIP/112,20,tr) ? Just append all extensions you wish to ring, separated by ampersands (&). The first one to answer will be winner. That's what I think you're asking, at least. Moj Dave Morrow wrote:> Hi all. I wonder if anyone out there has a dial-plan which will ring an > extension on multiple phones. > > David A. Morrow > Technical Systems Lead > Autodata Solutions Company > _David.Morrow@Autodata.Net_ <mailto:David.Morrow@Autodata.Net> > _http://www.autodata.net_ > Tel: (519) 951-6079 > Fax: (519) 451-6615 > > < Poor planning on your part does not necessarily constitute an > emergency on my part! > > > This message has originated from Autodata Solutions. The attached > material is the Confidential and Proprietary Information of Autodata > Solutions. This email and any files transmitted with it are confidential > and intended solely for the use of the individual or entity to whom they > are addressed. If you have received this email in error please delete > this message and notify the Autodata system administrator at_ > __Administrator@autodata.net <____mailto:Administrator@autodata.net__>_ > > > ------------------------------------------------------------------------ > > _______________________________________________ > --Bandwidth and Colocation sponsored by Easynews.com -- > > 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-- Mojo <mojo@horanappraisals.com> Office Manger, Horan & Company, LLC (907) 747-6666 x112
Jonathan k. Creasy
2005-Nov-08 14:32 UTC
[Asterisk-Users] Extension Ring on Multiple Phones
EXTEN=> 100,1,DIAL(SIP/ONE&SIP/TWO&SIP/THREE) ________________________________ From: asterisk-users-bounces@lists.digium.com [mailto:asterisk-users-bounces@lists.digium.com] On Behalf Of Dave Morrow Sent: Tuesday, November 08, 2005 1:51 PM To: Asterisk Users Mailing List - Non-Commercial Discussion Subject: [Asterisk-Users] Extension Ring on Multiple Phones Hi all. I wonder if anyone out there has a dial-plan which will ring an extension on multiple phones. David A. Morrow Technical Systems Lead Autodata Solutions Company David.Morrow@Autodata.Net <mailto:David.Morrow@Autodata.Net> http://www.autodata.net <http://www.autodata.net> Tel: (519) 951-6079 Fax: (519) 451-6615 < Poor planning on your part does not necessarily constitute an emergency on my part! > This message has originated from Autodata Solutions. The attached material is the Confidential and Proprietary Information of Autodata Solutions. This email and any files transmitted with it are confidential and intended solely for the use of the individual or entity to whom they are addressed. If you have received this email in error please delete this message and notify the Autodata system administrator at Administrator@autodata.net <mailto:Administrator@autodata.net <mailto:Administrator@autodata.net> > -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20051108/5be3a2cf/attachment.htm
Jonathan k. Creasy
2005-Nov-08 14:32 UTC
[Asterisk-Users] Extension Ring on Multiple Phones
I guess I should have read up further before I posted a response.> -----Original Message----- > From: asterisk-users-bounces@lists.digium.com [mailto:asterisk-users- > bounces@lists.digium.com] On Behalf Of Mojo with Horan & Company, LLC > Sent: Tuesday, November 08, 2005 2:51 PM > To: Asterisk Users Mailing List - Non-Commercial Discussion > Subject: Re: [Asterisk-Users] Extension Ring on Multiple Phones > > Like instead of > exten => s,1,Dial(SIP/110,20,tr) > you must mean > exten => s,1,Dial(SIP/110&SIP/112,20,tr) > ? Just append all extensions you wish to ring, separated byampersands> (&). The first one to answer will be winner. > > That's what I think you're asking, at least. > > Moj > > Dave Morrow wrote: > > Hi all. I wonder if anyone out there has a dial-plan which willring an> > extension on multiple phones. > > > > David A. Morrow > > Technical Systems Lead > > Autodata Solutions Company > > _David.Morrow@Autodata.Net_ <mailto:David.Morrow@Autodata.Net> > > _http://www.autodata.net_ > > Tel: (519) 951-6079 > > Fax: (519) 451-6615 > > > > < Poor planning on your part does not necessarily constitute an > > emergency on my part! > > > > > This message has originated from Autodata Solutions. The attached > > material is the Confidential and Proprietary Information of Autodata > > Solutions. This email and any files transmitted with it areconfidential> > and intended solely for the use of the individual or entity to whomthey> > are addressed. If you have received this email in error pleasedelete> > this message and notify the Autodata system administrator at_ > > __Administrator@autodata.net<____mailto:Administrator@autodata.net__>_> > > > > >------------------------------------------------------------------------> > > > _______________________________________________ > > --Bandwidth and Colocation sponsored by Easynews.com -- > > > > 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 > > -- > Mojo <mojo@horanappraisals.com> > Office Manger, Horan & Company, LLC > (907) 747-6666 x112 > _______________________________________________ > --Bandwidth and Colocation sponsored by Easynews.com -- > > 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
Nonetheless ...... Thanks everyone for the responses! I think I have it now! You guys are great! David A. Morrow Technical Systems Lead Autodata Solutions Company David.Morrow@Autodata.Net http://www.autodata.net Tel: (519) 951-6079 Fax: (519) 451-6615 < Poor planning on your part does not necessarily constitute an emergency on my part! > This message has originated from Autodata Solutions. The attached material is the Confidential and Proprietary Information of Autodata Solutions. This email and any files transmitted with it are confidential and intended solely for the use of the individual or entity to whom they are addressed. If you have received this email in error please delete this message and notify the Autodata system administrator at Administrator@autodata.net <mailto:Administrator@autodata.net> -----Original Message----- From: asterisk-users-bounces@lists.digium.com [mailto:asterisk-users-bounces@lists.digium.com] On Behalf Of Jonathan k. Creasy Sent: Tuesday, November 08, 2005 4:33 PM To: Asterisk Users Mailing List - Non-Commercial Discussion Subject: RE: [Asterisk-Users] Extension Ring on Multiple Phones I guess I should have read up further before I posted a response.> -----Original Message----- > From: asterisk-users-bounces@lists.digium.com [mailto:asterisk-users- > bounces@lists.digium.com] On Behalf Of Mojo with Horan & Company, LLC > Sent: Tuesday, November 08, 2005 2:51 PM > To: Asterisk Users Mailing List - Non-Commercial Discussion > Subject: Re: [Asterisk-Users] Extension Ring on Multiple Phones > > Like instead of > exten => s,1,Dial(SIP/110,20,tr) > you must mean > exten => s,1,Dial(SIP/110&SIP/112,20,tr) ? Just append all extensions> you wish to ring, separated byampersands> (&). The first one to answer will be winner. > > That's what I think you're asking, at least. > > Moj > > Dave Morrow wrote: > > Hi all. I wonder if anyone out there has a dial-plan which willring an> > extension on multiple phones. > > > > David A. Morrow > > Technical Systems Lead > > Autodata Solutions Company > > _David.Morrow@Autodata.Net_ <mailto:David.Morrow@Autodata.Net> > > _http://www.autodata.net_ > > Tel: (519) 951-6079 > > Fax: (519) 451-6615 > > > > < Poor planning on your part does not necessarily constitute an > > emergency on my part! > > > > > This message has originated from Autodata Solutions. The attached > > material is the Confidential and Proprietary Information of Autodata> > Solutions. This email and any files transmitted with it areconfidential> > and intended solely for the use of the individual or entity to whomthey> > are addressed. If you have received this email in error pleasedelete> > this message and notify the Autodata system administrator at_ > > __Administrator@autodata.net<____mailto:Administrator@autodata.net__>_> > > > > >------------------------------------------------------------------------> > > > _______________________________________________ > > --Bandwidth and Colocation sponsored by Easynews.com -- > > > > 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 > > -- > Mojo <mojo@horanappraisals.com> > Office Manger, Horan & Company, LLC > (907) 747-6666 x112 > _______________________________________________ > --Bandwidth and Colocation sponsored by Easynews.com -- > > 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_______________________________________________ --Bandwidth and Colocation sponsored by Easynews.com -- 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