When you are asking these questions I doubt you are ready to build a system like that... but anyway. Yes it works, in theory... (You *might* run into some hardcoded limits but they are usually easy to fix) It'll be really interesting to see 15000 registrations on one server... Just a small piece of advice... try using more and (physically) distributed servers. There are basicly 1000 ways to solve this and each member of this list will have his own ideas... but I am pretty sure you just proposed the worst option ;) Hans-Henrik Andresen wrote:>Hi, > >A'm about to set up a asterisk for 5000 users, and the customer had a 64bit >server - can asterisk compile on that ? I will use a digium X100P for timing >use will that do on a 64bit ? (I'm using SUSE91 kernel 2.6) > >What else ? Is it posible to have only one server for 5000 users ? I gues >that it will be 5-700 sim. users only talking sip, and IAX2 to my >PSTN-Gateway. > >The system is suposed to scale to 15000 users. > >I'm ready to receive input :) > >/Hans-Henrik Andresen > > > >_______________________________________________ >Asterisk-Users mailing list >Asterisk-Users@lists.digium.com >http://lists.digium.com/mailman/listinfo/asterisk-users >To UNSUBSCRIBE or update options visit: > http://lists.digium.com/mailman/listinfo/asterisk-users > > >
Hi, A'm about to set up a asterisk for 5000 users, and the customer had a 64bit server - can asterisk compile on that ? I will use a digium X100P for timing use will that do on a 64bit ? (I'm using SUSE91 kernel 2.6) What else ? Is it posible to have only one server for 5000 users ? I gues that it will be 5-700 sim. users only talking sip, and IAX2 to my PSTN-Gateway. The system is suposed to scale to 15000 users. I'm ready to receive input :) /Hans-Henrik Andresen
Hans-Henrik Andresen wrote:>Hi, > >A'm about to set up a asterisk for 5000 users, and the customer had a 64bit >server - can asterisk compile on that ? I will use a digium X100P for timing >use will that do on a 64bit ? (I'm using SUSE91 kernel 2.6) > >What else ? Is it posible to have only one server for 5000 users ? I gues >that it will be 5-700 sim. users only talking sip, and IAX2 to my >PSTN-Gateway. > >The system is suposed to scale to 15000 users. > >I'm ready to receive input :) > >/Hans-Henrik Andresen > > > >I seriously doubt 1 server will handle that type of load (unless you throw about 15 processors in it).. My advice would be to setup 1 server per 1000 users (working on appox 10 to 1 ratio of active calls) then setup IAX trunks between the servers and the PSTN gateways.. This way if a server fails then you only have 1000 users down and not the whole company.. Later..