[Asterisk-Users] How does asterisk behave when multiple phones are logged in on a single SIP/account?

2006-05-02 Thread Arne Morten Johansen
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

Re: [Asterisk-Users] How does asterisk behave when multiple phones are logged in on a single SIP/account?

2006-05-02 Thread Gary Richardson
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/dev1SIP/dev2SIP/devN))AFAIK, there isn't a reliable method of determining if a sip device is busy other than calling it. On 5/1/06,

Re: [Asterisk-Users] How does asterisk behave when multiple phones are logged in on a single SIP/account?

2006-05-02 Thread Eric \ManxPower\ Wieling
Arne Morten Johansen 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