I have one Asterisk configured for several clients, which can have around 3-5 extensions (sip users).
So, I need at least as many pick up groups as clients that I can put in the same server, so that each customer could have one pickupgroup (ideally more). Since this is virtually "infinite", I would need an "infinite" number of pick up groups ;) Regards, Dov -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Eric "ManxPower" Wieling Sent: segunda-feira, 16 de abril de 2007 18:44 To: Asterisk Developers Mailing List Subject: Re: [asterisk-dev] pickup & call groups Just how many pickup groups do you need? If you are assigning one pickup group for each extension then your design is wrong. Pavel Jezek wrote: > if this limitation is really true, it is challenge for some rework, > because with 64 pickup groups limit, it's usefull only for small > companies :-( > > > Philipp Kempgen wrote: >> Dov Bigio wrote: >> >> >>> Is there any possibily of having more than 0-63 pickup/callgroups???? >>> >> >> Not unless you invent something on your own. >> They are stored as a long long int which has 64 bits so this is not >> easily extendable. You could do some sort of checking for a user's >> permissions before doing the Pickup(). >> >> >> Regards, >> Philipp >> >> > _______________________________________________ > --Bandwidth and Colocation provided by Easynews.com -- > > asterisk-dev mailing list > To UNSUBSCRIBE or update options visit: > http://lists.digium.com/mailman/listinfo/asterisk-dev > _______________________________________________ --Bandwidth and Colocation provided by Easynews.com -- asterisk-dev mailing list To UNSUBSCRIBE or update options visit: http://lists.digium.com/mailman/listinfo/asterisk-dev _______________________________________________ --Bandwidth and Colocation provided by Easynews.com -- asterisk-dev mailing list To UNSUBSCRIBE or update options visit: http://lists.digium.com/mailman/listinfo/asterisk-dev
