[Asterisk-Users] Ring two extensions at the same time

2005-04-14 Thread G.Marshall

Hello,

I can not find anything on this, so it may not be possible.

I would like to dial one number which then rings at least two extensions
at the same time.  Not a hunt group, but ringing at the same time as if
they were plugged into the same physical port.

Does anyone know if this can be done, and if so how?

Many thanks,

Spencer

___
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] Ring two extensions at the same time

2005-04-14 Thread Sean Kennedy
G.Marshall wrote:
Hello,
I can not find anything on this, so it may not be possible.
I would like to dial one number which then rings at least two extensions
at the same time.  Not a hunt group, but ringing at the same time as if
they were plugged into the same physical port.
Does anyone know if this can be done, and if so how?
Many thanks,
Spencer
I know you can do Dial(SIP/101SIP/102) and the like, but you specify 
you do not want this ( not a hunt group ).  How do you want the call to 
be handled when someone picks up a phone that's ringing?

Sean
___
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] Ring two extensions at the same time

2005-04-14 Thread Robert Webb
On Thu, 14 Apr 2005 07:19:50 -0700
 Sean Kennedy [EMAIL PROTECTED] wrote:
G.Marshall wrote:
Hello,
I can not find anything on this, so it may not be 
possible.

I would like to dial one number which then rings at least 
two extensions
at the same time.  Not a hunt group, but ringing at the 
same time as if
they were plugged into the same physical port.

Does anyone know if this can be done, and if so how?
Many thanks,
Spencer
I know you can do Dial(SIP/101SIP/102) and the like, 
but you specify you do not want this ( not a hunt group 
).  How do you want the call to be handled when someone 
picks up a phone that's ringing?

Sean
Actually, that is what the  is for. It rings all those 
phones at the same time and not in a hunt group. Using it 
myself in a dialplan now to ring a zap channel, a sip 
phone and an outside cell phone. All ring simutaneously 
and when one phone is answered, all the others quit 
ringing.
___
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] Ring two extensions at the same time

2005-04-14 Thread Julio Tejera
- Original Message - 
From: G.Marshall [EMAIL PROTECTED]
To: asterisk-users@lists.digium.com
Sent: Thursday, April 14, 2005 8:10 AM
Subject: [Asterisk-Users] Ring two extensions at the same time


 
 Hello,
 
 I can not find anything on this, so it may not be possible.
 
 I would like to dial one number which then rings at least two extensions
 at the same time.  Not a hunt group, but ringing at the same time as if
 they were plugged into the same physical port.
 
 Does anyone know if this can be done, and if so how?
 
 Many thanks,
 
 Spencer
 

In  your extensions.conf put something like this

exten = 2005,1,Dial(SIP/2000SIP/2001SIP/2002, 30)

When somebody calls to extension 2005 all those will ring at the
same time (of course it is for SIP), but .. what do you want to do
when they rings ?

jat



___
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] Ring two extensions at the same time

2005-04-14 Thread Damian Funnell
The following dial string dials both extensions - this has worked for 
SIP and analogue extensions on our Asterisk machines.  Both extensions 
ring until one is answered:

exten = s,3,Dial(SIP/9295SIP/9287,,t,)
FFF Managed Technology Ltd
60 Cook St
P.O. 6368 Wellesley St
Auckland
t +64 9 356 2911
f +64 9 358 9070
m +64 21 415 297
w www.fff.co.nz

G.Marshall wrote:
Hello,
I can not find anything on this, so it may not be possible.
I would like to dial one number which then rings at least two extensions
at the same time.  Not a hunt group, but ringing at the same time as if
they were plugged into the same physical port.
Does anyone know if this can be done, and if so how?
Many thanks,
Spencer
___
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] Ring two extensions at the same time

2005-04-14 Thread G.Marshall

 On Thu, 14 Apr 2005 07:19:50 -0700
   Sean Kennedy [EMAIL PROTECTED] wrote:
 G.Marshall wrote:

Hello,

I can not find anything on this, so it may not be
possible.

I would like to dial one number which then rings at least
two extensions
at the same time.  Not a hunt group, but ringing at the
same time as if
they were plugged into the same physical port.

Does anyone know if this can be done, and if so how?

Many thanks,

Spencer

 I know you can do Dial(SIP/101SIP/102) and the like,
but you specify you do not want this ( not a hunt group
).  How do you want the call to be handled when someone
picks up a phone that's ringing?

 Sean

 Actually, that is what the  is for. It rings all those
 phones at the same time and not in a hunt group. Using it
 myself in a dialplan now to ring a zap channel, a sip
 phone and an outside cell phone. All ring simutaneously
 and when one phone is answered, all the others quit
 ringing.



Thank you to both of you.  I have used the  else where, but that is
where  one or other phone is live i.e. SIP phone or IAX phone but not both
at the same time.  I will give it a go.  Thank you.

___
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