[asterisk-dev] b410p

Paul Hewlett paul at gccs.co.za
Tue Mar 27 05:54:19 MST 2007


Hi All

  Testing my new b410p

  There are 2 bugs with mISDN, one minor one major. (Asterisk 1.2.13)

  1. 

  The minor one is that in /etc/init.d/misdn-init a test is made for whether 
asterisk is running viz

   if ps ax | grep -v grep | grep asterisk > /dev/null

  This test erroneously returns true if you happen to be using a startup 
script that has 'asterisk' in it such as on SuSe platforms ('rcasterisk 
start'). A better test is arguably

   if pidof asterisk > /dev/null

   2.

   The second bug is serious. Multiple loading/unloading of the mISDN drivers 
leaves behind 9 instances of the kernel helper daemon [mISDNstackd] from the 
12 that originally existed. i.e. if you execute /etc/init.d/misdn-init 
start/stop multiple times you gradually chew memory.

Regards Paul 
-- 
Paul Hewlett  Technical Director 
Global Call Center Solutions Ltd, 2nd Floor, Milnerton Mall
Cnr Loxton & Koeberg Roads, 7435 Milnerton
paul at gccs.co.za  www.gccs.co.za
Tel: +27 86 111 3433 Fax: +27 86 111 3520 Cel: +27 76 072 7906
Gizmo: 1 747 659 6171



More information about the asterisk-dev mailing list