On Wed, 14 Apr 2004, justin wrote: > I tried setting up 2 users in diff contexts with the same username, it > allowed me to do it, but once the first 3333 user was registered, when the > 2nd 3333 user registered he just replaced the first one. Is there anyway to > allow both of them ?
Register the two clients as separate users, and ring them together in your Dial() command like so: exten => 3333,1,Dial(SIP/user1&SIP/user2) Then, you'll be able to ring each one discretely if you need to. You'll also be able to manage the calls made from each station separately. Cheers, Vic Cross _______________________________________________ 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
