[Asterisk-Users] Extension Ring on Multiple Phones

William Piper william.piper at gmail.com
Tue Aug 29 16:26:45 MST 2006


The whole thing.
Both (old and new) have the same exten and the same priority, you can't do
that and expect it to work properly.
The new exten will call all 3 phones at the same time, whoever answers first
gets the call.

If you want it to call SIP/120 first and if they don't answer then ring to
all 3, you'd want to do this:
exten =>    _879677[67],1,Dial(SIP/120|20) ;this will ring for 20 seconds
then go to priority 2.
exten =>    _879677[67],2,Dial(SIP/120&SIP/122&SIP/124)

bp

On 8/29/06, Larry Alkoff <labradley at mindspring.com> wrote:
>
> Color me puzzled.  What part of: exten => _879677[67],1,Dial(SIP/120)
> should be deleted?
>
> Larry
>
> William Piper wrote:
> > Sounds like you still have the old exten still there.
> > Make sure you get rid of: exten => _879677[67],1,Dial(SIP/120)
> >
> > bp
> >
> > On 8/29/06, Larry Alkoff <labradley at mindspring.com> wrote:
> >>
> >> This is a reply to a fairly old thread.
> >>
> >> My EXTEN string is meant to ring 3 phones (will increase to 12) thus:
> >> old: exten =>    _879677[67],1,Dial(SIP/120)    ; works fine
> >> new: exten =>    _879677[67],1,Dial(SIP/120&SIP/122&SIP/124)
> >>
> >> I edit extensions.conf to the new line above, type 'reload' into the
> >> CLI, see the new line with 'show dialplan' and actually see the new
> line
> >> above, but when I dial the DID 879-6777 it rings on extension 120 only.
> >>
> >> Have I missed a step?
> >>
> >> Larry
> >>
> >> Jonathan k. Creasy wrote:
> >> > EXTEN=> 100,1,DIAL(SIP/ONE&SIP/TWO&SIP/THREE)
> >> >
> >> >
> >> >
> >> > ________________________________
> >> >
> >> > From: asterisk-users-bounces at lists.digium.com
> >> > [mailto:asterisk-users-bounces at 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
> >>
> >> _______________________________________________
> >> --Bandwidth and Colocation provided by Easynews.com --
> >>
> >> asterisk-users mailing list
> >> To UNSUBSCRIBE or update options visit:
> >>   http://lists.digium.com/mailman/listinfo/asterisk-users
> >>
> >
> >
> > ------------------------------------------------------------------------
> >
> > _______________________________________________
> > --Bandwidth and Colocation provided by Easynews.com --
> >
> > asterisk-users mailing list
> > To UNSUBSCRIBE or update options visit:
> >    http://lists.digium.com/mailman/listinfo/asterisk-users
>
>
> --
> Larry Alkoff N2LA - Austin TX
> Using Thunderbird on Linux
> _______________________________________________
> --Bandwidth and Colocation provided by Easynews.com --
>
> asterisk-users mailing list
> 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/20060829/bffa0586/attachment.htm


More information about the asterisk-users mailing list