Noel,  Can you run "top" from the Linux command line, then test.  "Top" will
list all running processes in linux, sorted by CPU use. It refreshes the
screen around once a second. There will be lots of processes, most consuming
0% or low single digits % of CPU time.  If running your test you see a
process at the top of  the list consuming 90+% then that is the problem...
something is spinning in a loop making your box grind to a halt.  If this
really is the case then you might have to have some patience with top... the
top process itself will be starved of CPU time and therefore take a lot
longer than a second to refresh the screen.
If you are seeing this... then it sounds similar to a problem I am
experiencing.  I can't be more specific right now as I am still trying to
figure out what is going on and come up with a easy to reproduce test case.

David

On Thu, Mar 5, 2009 at 4:52 AM, Michael Keuter <mkeu...@web.de> wrote:

> >Even with higher verbosity (and debug level), I cant't see anything more
> >than the last line with congestion(5) because my system freezes at that
> >moment.
> >
> >I forgot a maybe important detail: I'm working on a soekris 4801.
> >
> >My prior and current (working) version is 1.4.21.2
> >
> >>  I tested with AstLinux 0.6.3 and with trunk...
> >>
> >>  ;
> >>  exten => 501,1,Answer
> >>  exten => 501,n,Playtones(congestion)
> >>  exten => 501,n,Congestion(5)
> >>  exten => 501,n,Hangup()
> >>
> >>  No problems, it worked fine for me.
> >>
> >>  Lonnie
> >>
> >>  On Mar 4, 2009, at 2:20 PM, Noël Nachtegael wrote:
> >>
> >>>  no way, same situation with congestion(5)
> >>>  system frozen
> >>>  power off/on reboot needed
> >>>
> >>>
> >>>  Lonnie Abelbeck wrote:
> >>>>
> >>>>  On Mar 4, 2009, at 2:46 AM, noel.4...@la57ieme.net wrote:
> >>>>
> >>>>
> >>>>>  Hi,
> >>>>>
> >>>>>  my callback in not working anymore with a new 0.6.3 installation.
> >>>>>
> >>>>>  the dialplan sequence
> >>>>>
> >>>>>  [moncontexte-disa]
> >>>>>  exten => 9999,1,NoOp(appel entrant ${CALLERID(num)} moncontexte-disa
> >>>>>  9999)
> >>>>>  exten => 9999,n,Playtones(congestion)
> >>>>>  exten => 9999,n,Congestion()
> >>>>>  exten => 9999,n,Hangup()
> >>>>>  exten => h,1,NoOp(appel entrant ${CALLERID(num)} vers canal h)
> >>>>>  exten => h,n,Set(CALLERID(num) = 00${CALLERID(num)})
> >>>>>  exten => h,n,NoOp(ajout du 00)
> >>>>>  exten => h,n,System(echo channel: SIP/sip-provider/$
> >>>>>  {CALLERID(num)} >
> >>>>>  /tmp/${CALLERID(num)})
> >>>>>  ....
> >>>>>
> >>>>>  goes no further than 'exten => 9999,n,Congestion()' and my system is
> >>>>>  frozen.
> >>>>>  I get the 'exten => 9999,1,NoOp' message but nothing more.
> >>>>>
> >>>>>  back with a (new) 0.6.2 installation and thing are working again.
> >>>>>  It seems that the relay to channel h is not working...
> >>>>>
> >>>>>  any idea?
> >>>>>
> >>>>  How about if you give Congestion() a timeout argument?
> >>>>
> >>>>  exten => 9999,n,Congestion(5)
> >>>>
> >  >>> Lonnie
>
> I tested the above 501 exten on my net4801 with
> Astlinx 0.6.3 and it also works without problems.
>
> Michael
>
>
> ------------------------------------------------------------------------------
> Open Source Business Conference (OSBC), March 24-25, 2009, San Francisco,
> CA
> -OSBC tackles the biggest issue in open source: Open Sourcing the
> Enterprise
> -Strategies to boost innovation and cut costs with open source
> participation
> -Receive a $600 discount off the registration fee with the source code:
> SFAD
> http://p.sf.net/sfu/XcvMzF8H
> _______________________________________________
> Astlinux-users mailing list
> Astlinux-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/astlinux-users
>
> Donations to support AstLinux are graciously accepted via PayPal to
> pay...@krisk.org.
>
>
------------------------------------------------------------------------------
Open Source Business Conference (OSBC), March 24-25, 2009, San Francisco, CA
-OSBC tackles the biggest issue in open source: Open Sourcing the Enterprise
-Strategies to boost innovation and cut costs with open source participation
-Receive a $600 discount off the registration fee with the source code: SFAD
http://p.sf.net/sfu/XcvMzF8H
_______________________________________________
Astlinux-users mailing list
Astlinux-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/astlinux-users

Donations to support AstLinux are graciously accepted via PayPal to 
pay...@krisk.org.

Reply via email to