Arne Morten Johansen
2006-May-02 23:24 UTC
SV: [Asterisk-Users] How does asterisk behave when multiple phonesare logged in on a single SIP/account?
Yeah I do use ring groups at the moment. But the problem is that I can't control "the flow". Let's take your example. dial(SIP/dev1&SIP/dev2&SIP/dev3) If I dial these 3 numbers, and dev2 is already one the phone. How do I check for that? I only want one of the three phones active at the time. But if no telephone is busy, they all should ring until the call is picked up (this is what it always does now). Is this possible in asterisk? Thanks ________________________________ Fra: asterisk-users-bounces@lists.digium.com [mailto:asterisk-users-bounces@lists.digium.com] P? vegne av Gary Richardson Sendt: 2. mai 2006 16:51 Til: Asterisk Users Mailing List - Non-Commercial Discussion Emne: Re: [Asterisk-Users] How does asterisk behave when multiple phonesare logged in on a single SIP/account? The last sip device to register gets the call. The way around this is to have your sip devices register under different accounts and create a ring group (dial(SIP/dev1&SIP/dev2&SIP/devN)) AFAIK, there isn't a reliable method of determining if a sip device is busy other than calling it. On 5/1/06, Arne Morten Johansen <amj@avio.no> wrote: Hi. How does this work? What if this SIP/account was a member (agent) of a queue? Ex: dial(SIP/account,20,tT). Would the dialstatus be set as busy when one of the phones is actively talking, or will the other phones continue to ring? You may have seen my other submissions to this list. I'm looking for a way to make the other phones in a group unavailable when one of them is busy. Because one person will have multiple phones. Thanks Arne Morten Johansen. _______________________________________________ --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/20060502/a3ef3a75/attachment.htm
Jerry Jones
2006-May-03 06:22 UTC
SV: [Asterisk-Users] How does asterisk behave when multiple phonesare logged in on a single SIP/account?
Perhaps a setgroup/checkgroup before your dial command? On May 3, 2006, at 1:24 AM, Arne Morten Johansen wrote:> Yeah I do use ring groups at the moment. But the problem is that I > can?t control ?the flow?. > > Let?s take your example. > > > > dial(SIP/dev1&SIP/dev2&SIP/dev3) > > > > If I dial these 3 numbers, and dev2 is already one the phone. How > do I check for that? I only want one of the three phones active at > the time. But if no telephone is busy, they all should ring until > the call is picked up (this is what it always does now). Is this > possible in asterisk? > > > > Thanks > > > > Fra: asterisk-users-bounces@lists.digium.com [mailto:asterisk-users- > bounces@lists.digium.com] P? vegne av Gary Richardson > Sendt: 2. mai 2006 16:51 > Til: Asterisk Users Mailing List - Non-Commercial Discussion > Emne: Re: [Asterisk-Users] How does asterisk behave when multiple > phonesare logged in on a single SIP/account? > > > > The last sip device to register gets the call. The way around this > is to have your sip devices register under different accounts and > create a ring group (dial(SIP/dev1&SIP/dev2&SIP/devN)) > > AFAIK, there isn't a reliable method of determining if a sip device > is busy other than calling it. > > On 5/1/06, Arne Morten Johansen <amj@avio.no> wrote: > > Hi. > > How does this work? > > What if this SIP/account was a member (agent) of a queue? > > Ex: dial(SIP/account,20,tT). Would the dialstatus be set as busy > when one of the phones is actively talking, or will the other > phones continue to ring? > > You may have seen my other submissions to this list. I'm looking > for a way to make the other phones in a group unavailable when one > of them is busy. Because one person will have multiple phones. > > Thanks > > Arne Morten Johansen. > > > _______________________________________________ > --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
Maybe Matching Threads
- How does asterisk behave when multiple phones are logged in on a single SIP/account?
- SV: Re: SV: Re: SV: Re: Fromstring when sending e-mailonrecievedvoicemail
- SV: callback script?
- SV: Re: SV: Re: Fromstring when sending e-mail onrecievedvoicemail
- SV: Re: Fromstring when sending e-mail on recievedvoicemail