Hi On Fri, Apr 3, 2009 at 1:57 PM, Florian Hackenberger <[email protected]> wrote: > Hi! > > When using multiple identities on one physical phone (Snom 320), I get > > check_auth: username mismatch, have <7705>, digest has <7736> The SNOM evidently has a bug. When it originates the call as user 7705 then it should also authenticate as user 7736. Asterisk doesn't like it. You'd have to patch your asterisk to remove that check.
> > messages when placing a call from a different account than the first > one. From reading the asterisk source, I can see that the problem is > that peer authentication is not matched against username, but against > ip/port. It's matched against both IHMO in some order of priority. Martin > I need to have multiple queues a user can be logged in, therefore I need > to limit calls to phones (otherwise an agent would get multiple calls > at the same time). Because of the requirement for call limits I cannot > use friends which do not play well with call limits (I can't remember > the exact problem I ran into, but I think it is quite well known). > > Is there a way to solve this issue? > > Thanks in advance, > Florian > -- > DI Florian Hackenberger > [email protected] > www.hackenberger.at > > _______________________________________________ > -- Bandwidth and Colocation Provided by http://www.api-digital.com -- > > asterisk-users mailing list > To UNSUBSCRIBE or update options visit: > http://lists.digium.com/mailman/listinfo/asterisk-users > _______________________________________________ -- Bandwidth and Colocation Provided by http://www.api-digital.com -- asterisk-users mailing list To UNSUBSCRIBE or update options visit: http://lists.digium.com/mailman/listinfo/asterisk-users
