[Freeswitch-users] Testing Freeswitch performance led to strange behavior

Anthony Minessale anthony.minessale at gmail.com
Thu Jun 4 15:08:35 PDT 2009


FS uses async rtp timers so you may want to set rtp-timer-name=none in the
profile param to simulate asterisk conditions.
Also keep in mind that asterisk as an atvantage in a tiny crappy 32 bit
single cpu box because that was what was popular when it was designed and
the chance for race conditions is minimal because there is only 1 cpu. As
you scale up to a 8 core 64 bit xeon you will set a drastic difference.

I will be happy to investigate this issue a bit if you'd like but i do not
have any box like you describe so if I can't find anything
you may have to lend us your lab.


On Thu, Jun 4, 2009 at 12:47 PM, regs at kinetix.gr <regs at kinetix.gr> wrote:

> Michael Collins wrote:
> >
> >
> >     The dialplan :
> >
> >     <?xml version="1.0" encoding="utf-8"?>
> >     <!-- http://wiki.freeswitch.org/wiki/Dialplan_XML -->
> >     <include>
> >
> >     <context name="mydialplan">
> >                  <extension name="dial1">
> >                      <condition field="destination_number"
> >     expression="^.*$">
> >
> >
> > You forgot the parens around .*
> > It should be expression="^(.*)$" if you plan to use $1 later in the
> > extension...
> >
> >
> >
> >                          <!-- Dial Back -->
> >                             <action application="set"
> >     data="absolute_codec_string=PCMA"/>
> >                          <action application="bridge"
> >     data="sofia/gateway/sipp01/$1"/>
> >
> > ... like here ^^^^^^^
> > :)
> > -MC
>
> You are right! Although, I don't think that would change the outcome of
> my test :)
> >
> >
> >
> >                      </condition>
> >                  </extension>
> >     </context>
> >
> >     </include>
> >
> >
> > ------------------------------------------------------------------------
> >
> > _______________________________________________
> > Freeswitch-users mailing list
> > Freeswitch-users at 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 at 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 at hotmail.com <MSN%3Aanthony_minessale at hotmail.com>
GTALK/JABBER/PAYPAL:anthony.minessale at gmail.com<PAYPAL%3Aanthony.minessale at gmail.com>
IRC: irc.freenode.net #freeswitch

FreeSWITCH Developer Conference
sip:888 at conference.freeswitch.org <sip%3A888 at conference.freeswitch.org>
iax:guest at conference.freeswitch.org/888
googletalk:conf+888 at conference.freeswitch.org<googletalk%3Aconf%2B888 at conference.freeswitch.org>
pstn:213-799-1400
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20090604/459b5035/attachment-0002.html 


More information about the FreeSWITCH-users mailing list