[Bug 695556] Re: Asterisk locks up the system when an external process is called from the 'h' extension with a lower priority than Asterisk

2015-06-17 Thread Rolf Leggewie
lucid has seen the end of its life and is no longer receiving any
updates. Marking the lucid task for this ticket as Won't Fix.

** Changed in: asterisk (Ubuntu Lucid)
   Status: Incomplete = Won't Fix

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to asterisk in Ubuntu.
https://bugs.launchpad.net/bugs/695556

Title:
  Asterisk locks up the system when an external process is called from
  the 'h' extension with a lower priority than Asterisk

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/asterisk/+bug/695556/+subscriptions

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 695556] Re: Asterisk locks up the system when an external process is called from the 'h' extension with a lower priority than Asterisk

2011-09-03 Thread Dave Walker
Apologies this has taken so long for someone to look at this bug.  I
haven't quite understood the importance of this bug, i've currently set
it as Medium as it doesn't seem it has a valid work around.

It would be most useful if a minimal test case could be documented on
how to encounter this bug, as the one documented upstream seems unclear
to me.

It would seem that this is resolved in the current Ubuntu development
version Oneiric, so marking the main task as Fix Released and opening a
task for Lucid.  If it affects other releases, please propose for the
relevant versions.

Thanks.

** Changed in: asterisk (Ubuntu)
   Status: New = Fix Released

** Also affects: asterisk (Ubuntu Lucid)
   Importance: Undecided
   Status: New

** Changed in: asterisk (Ubuntu)
   Importance: Undecided = Medium

** Changed in: asterisk (Ubuntu Lucid)
   Importance: Undecided = Medium

** Changed in: asterisk (Ubuntu Lucid)
   Status: New = Incomplete

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to asterisk in Ubuntu.
https://bugs.launchpad.net/bugs/695556

Title:
  Asterisk locks up the system when an external process is called from
  the 'h' extension with a lower priority than Asterisk

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/asterisk/+bug/695556/+subscriptions

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 695556] Re: Asterisk locks up the system when an external process is called from the 'h' extension with a lower priority than Asterisk

2011-09-03 Thread Fabian Schmidt
The problem always arises if I try to execute a skript in the 'h' extension.
In my case i wanted to sent out an email when somone called and nobody picked 
up the phone:

h = {
  if ( ${DIALSTATUS} == CANCEL ) {
System(/etc/asterisk/scripts/mail-missed.sh ${CALLERID(name)} 
${CALLERID(num)} ${CALLEDNUMBER});
  };
};

This totally locks up my system as the asterisk process gets in a busy loop 
until the external process finishes.
Sometimes the system recovers after several minutes with asterisk at 100% cpu 
usage, sometimes i have to reboot to regain control of the system.

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to asterisk in Ubuntu.
https://bugs.launchpad.net/bugs/695556

Title:
  Asterisk locks up the system when an external process is called from
  the 'h' extension with a lower priority than Asterisk

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/asterisk/+bug/695556/+subscriptions

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs