Sponsor: VoiceMeUp - Corporate & Wholesale VoIP Services

VoIP Mailing List Archives
Mailing list archives for the VoIP community
 SearchSearch 

[Freeswitch-users] how many simultaneous calls support in freeswitch


 
Post new topic   Reply to topic    VoIP Mailing List Archives Forum Index -> freeSWITCH Users
View previous topic :: View next topic  
Author Message
parveen.jain at one97.net
Guest





PostPosted: Wed Apr 15, 2009 9:12 am    Post subject: [Freeswitch-users] how many simultaneous calls support in fr Reply with quote

Quote:
Hi,

   I need to develop an IVR application which makes an outbound calls and then plays the some audio file for the user. For this I was trying to evaluate Freeswitch under following criteria:

 - Does freeswitch have outbound calls support(is there any conf file file avilabel where I just can put some series of no. and freeswitch just calls those no. sequentially)?
 - If yes, how many simultaneous calls are possible on a simple pentium-4 using G711U as a codec(1 GB RAM, 2.2 GHz machine) machine?(I had checked the switch.conf file and it says that by default it can support upto 1000 calls , is it true for a small machine also)? In other terms is Freeswitch is scalable if I need to add more users to call from here?
  - Does freeswitch have the support of CDR(call data record)  after succesfull calls ?

It will be great help if any of you can comment on these question and it can save my several hours of testing before I can make my conclusion Smile

Best Regards,
Parveen Jain
Back to top
brian at freeswitch.org
Guest





PostPosted: Wed Apr 15, 2009 9:17 am    Post subject: [Freeswitch-users] how many simultaneous calls support in fr Reply with quote

You have to determine how far it will scale for YOUR needs nobody can answer this question. It all depends on what YOU are doing with it and how crazy wild you go with things in your implementation. Wink

/b

On Apr 15, 2009, at 8:59 AM, Parveen Kumar Jain wrote:
Quote:
Hi,

I need to develop an IVR application which makes an outbound calls and then plays the some audio file for the user. For this I was trying to evaluate Freeswitch under following criteria:

- Does freeswitch have outbound calls support(is there any conf file file avilabel where I just can put some series of no. and freeswitch just calls those no. sequentially)?
- If yes, how many simultaneous calls are possible on a simple pentium-4 using G711U as a codec(1 GB RAM, 2.2 GHz machine) machine?(I had checked the switch.conf file and it says that by default it can support upto 1000 calls , is it true for a small machine also)? In other terms is Freeswitch is scalable if I need to add more users to call from here?
- Does freeswitch have the support of CDR(call data record) after succesfull calls ?

It will be great help if any of you can comment on these question and it can save my several hours of testing before I can make my conclusion Smile

Best Regards,
Parveen Jain


Brian West
brian@freeswitch.org (brian@freeswitch.org)



-- Meet us at ClueCon! http://www.cluecon.com
Back to top
fialkam at gmail.com
Guest





PostPosted: Thu Apr 16, 2009 3:48 am    Post subject: [Freeswitch-users] how many simultaneous calls support in fr Reply with quote

Hello
I've recently tried to test freeswitch with default configurations
(just added more users and a regexp match in internal.xml SIP
switching in dialplan) and it performed quite surprisingly slow.. I
noticed a large disk swapping activity (CPU at registrations of 50
clients at 100% load!) and I think it's because of all the default
settings there (like creating voicemail files for every call etc..).
At least I hope that's it. I will try making it much simpler and see..
Else there must be some other issue for sure..
I don't know if freeswitch has support for generating originating
calls, but there sure is support for "outbound" connections in means
of connecting to third party providers etc..
Afaik, there are two modules for cdr provided, check
http://wiki.freeswitch.org/wiki/Cdr.
Martin

On Wed, Apr 15, 2009 at 4:06 PM, Brian West <brian@freeswitch.org> wrote:
Quote:
You have to determine how far it will scale for YOUR needs nobody can answer
this question.  It all depends on what YOU are doing with it and how crazy
wild you go with things in your implementation.  Wink
/b
On Apr 15, 2009, at 8:59 AM, Parveen Kumar Jain wrote:

Hi,

   I need to develop an IVR application which makes an outbound calls and
then plays the some audio file for the user. For this I was trying to
evaluate Freeswitch under following criteria:

 - Does freeswitch have outbound calls support(is there any conf file file
avilabel where I just can put some series of no. and freeswitch just calls
those no. sequentially)?
 - If yes, how many simultaneous calls are possible on a simple pentium-4
using G711U as a codec(1 GB RAM, 2.2 GHz machine) machine?(I had checked the
switch.conf file and it says that by default it can support upto 1000 calls
, is it true for a small machine also)? In other terms is Freeswitch is
scalable if I need to add more users to call from here?
  - Does freeswitch have the support of CDR(call data record)  after
succesfull calls ?

It will be great help if any of you can comment on these question and it can
save my several hours of testing before I can make my conclusion Smile

Best Regards,
Parveen Jain


Brian West
brian@freeswitch.org
-- Meet us at ClueCon!  http://www.cluecon.com





_______________________________________________
Freeswitch-users mailing list
Freeswitch-users@lists.freeswitch.org
http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
http://www.freeswitch.org



_______________________________________________
Freeswitch-users mailing list
Freeswitch-users@lists.freeswitch.org
http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
http://www.freeswitch.org
Back to top
anthony.minessale at g...
Guest





PostPosted: Thu Apr 16, 2009 7:40 am    Post subject: [Freeswitch-users] how many simultaneous calls support in fr Reply with quote

It's not surprising to us.
90% of people who try to load test manage to do it in unnatural conditions on on inadequate hardware
and end up saying something similar, then they always come back in 2 weeks with 2000 calls up.


On Thu, Apr 16, 2009 at 3:36 AM, Martin Fiala <fialkam@gmail.com (fialkam@gmail.com)> wrote:
Quote:
Hello
I've recently tried to test freeswitch with default configurations
(just added more users and a regexp match in internal.xml SIP
switching in dialplan) and it performed quite surprisingly slow.. I
noticed a large disk swapping activity (CPU at registrations of 50
clients at 100% load!) and I think it's because of all the default
settings there (like creating voicemail files for every call etc..).
At least I hope that's it. I will try making it much simpler and see..
Else there must be some other issue for sure..
I don't know if freeswitch has support for generating originating
calls, but there sure is support for "outbound" connections in means
of connecting to third party providers etc..
Afaik, there are two modules for cdr provided, check
http://wiki.freeswitch.org/wiki/Cdr.
Martin


On Wed, Apr 15, 2009 at 4:06 PM, Brian West <brian@freeswitch.org (brian@freeswitch.org)> wrote:
Quote:
You have to determine how far it will scale for YOUR needs nobody can answer
this question.  It all depends on what YOU are doing with it and how crazy
wild you go with things in your implementation.  Wink
/b
On Apr 15, 2009, at 8:59 AM, Parveen Kumar Jain wrote:

Hi,

   I need to develop an IVR application which makes an outbound calls and
then plays the some audio file for the user. For this I was trying to
evaluate Freeswitch under following criteria:

 - Does freeswitch have outbound calls support(is there any conf file file
avilabel where I just can put some series of no. and freeswitch just calls
those no. sequentially)?
 - If yes, how many simultaneous calls are possible on a simple pentium-4
using G711U as a codec(1 GB RAM, 2.2 GHz machine) machine?(I had checked the
switch.conf file and it says that by default it can support upto 1000 calls
, is it true for a small machine also)? In other terms is Freeswitch is
scalable if I need to add more users to call from here?
  - Does freeswitch have the support of CDR(call data record)  after
succesfull calls ?

It will be great help if any of you can comment on these question and it can
save my several hours of testing before I can make my conclusion Smile

Best Regards,
Parveen Jain


Brian West
brian@freeswitch.org (brian@freeswitch.org)
-- Meet us at ClueCon!  http://www.cluecon.com







Quote:
_______________________________________________
Freeswitch-users mailing list
Freeswitch-users@lists.freeswitch.org (Freeswitch-users@lists.freeswitch.org)
http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
http://www.freeswitch.org



_______________________________________________
Freeswitch-users mailing list
Freeswitch-users@lists.freeswitch.org (Freeswitch-users@lists.freeswitch.org)
http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
http://www.freeswitch.org



--
Anthony Minessale II

FreeSWITCH http://www.freeswitch.org/
ClueCon http://www.cluecon.com/

AIM: anthm
MSN:anthony_minessale@hotmail.com ([email]MSN%3Aanthony_minessale@hotmail.com[/email])
GTALK/JABBER/PAYPAL:anthony.minessale@gmail.com ([email]PAYPAL%3Aanthony.minessale@gmail.com[/email])
IRC: irc.freenode.net #freeswitch

FreeSWITCH Developer Conference
sip:888@conference.freeswitch.org ([email]sip%3A888@conference.freeswitch.org[/email])
iax:guest@conference.freeswitch.org/888
googletalk:conf+888@conference.freeswitch.org ([email]googletalk%3Aconf%2B888@conference.freeswitch.org[/email])
pstn:213-799-1400
Back to top
Display posts from previous:   
Post new topic   Reply to topic    VoIP Mailing List Archives Forum Index -> freeSWITCH Users All times are GMT - 5 Hours
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum


Powered by phpBB © 2001, 2005 phpBB Group

VoiceMeUp - Corporate & Wholesale VoIP Services