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 [EMAIL PROTECTED] | D-70565 Stuttgart | http://www.lf.net _______________________________________________ Asterisk-Users mailing list [EMAIL PROTECTED] http://lists.digium.com/mailman/listinfo/asterisk-users To UNSUBSCRIBE or update options visit: http://lists.digium.com/mailman/listinfo/asterisk-users
