[Asterisk-Users] can sip users login two times?

Thorsten Huber th-voip-lists at agamemnon.LF.net
Wed Aug 11 01:48:46 MST 2004


Hi,

On Wed, Aug 11, 2004 at 09:49:29AM +0200, Thomas Kuepper wrote:
> kann a sip user login two times from different clients? if he can, how 
> does asterisk handle the call in this case?

a single user can only do one login concurrently. But its possible to
create two accounts for the user and combine them in one extension:

exten => 5551234,1,Dial(SIP/User1&SIP/User2)

In this case asterisk calls to 5551234 will bie alerted to the SIP
accounts User1 and User2. If both are logged in, both get alerted. If
only one of the accounts is logged in, only this client is alerted.

-- 
Gruss / Best regards  |  LF.net GmbH        |  fon +49 711 90074-414
Thorsten Huber        |  Ruppmannstrasse 27 |  fax +49 711 90074-33
th at LF.net             |  D-70565 Stuttgart  |  http://www.lf.net 



More information about the asterisk-users mailing list