Re: [asterisk-users] Boot order of 2 TE110P and 1 TDM400P in the same machine

2007-03-09 Thread Tzafrir Cohen
On Thu, Mar 08, 2007 at 05:01:15PM -0800, Jose Bertuzzi wrote:
  Hello Everyone, I checked with zttool that sometimes after the machine boots 
 the order of the  boards is changed like this:
│  Alarms  Span  
│  OK
   Digium Wildcard TE110P T1/E1 Card 0 
  │  OK  Digium Wildcard TE110P T1/E1 Card 1 
 │  OK  Wildcard TDM400P REV I Board 1 
and  sometimes:
│  Alarms  Span  
 │  OK   
Wildcard TDM400P REV I Board 1│  
 OK  Digium Wildcard TE110P T1/E1 Card 1   
│  OK  Digium Wildcard TE110P T1/E1 Card 0   
   
 
 What do I have to configure in order to the boards appear in the same 
 position and the configuration work always??

Which linux distribution?

-- 
   Tzafrir Cohen   
icq#16849755jabber:[EMAIL PROTECTED]
+972-50-7952406   mailto:[EMAIL PROTECTED]   
http://www.xorcom.com  iax:[EMAIL PROTECTED]/tzafrir
___
--Bandwidth and Colocation provided by Easynews.com --

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users


Re: [asterisk-users] Boot order of 2 TE110P and 1 TDM400P in the same machine

2007-03-09 Thread Tzafrir Cohen
On Fri, Mar 09, 2007 at 12:18:00PM -0300, Melcon Moraes wrote:
 I got the same thing on a Ubuntu Dapper.

On Ubuntu and Debian, put your modules in the desired order in
/etc/modules .

And just in case you need to unload the module and load them again, the
asterisk init.d script in the Debian package does this when you call its
asterisk-fix target:

  /etc/init.d/asterisk stop
  /etc/init.d/zaptel unload   # unload all zaptel modules
  /etc/init.d/module-init-tools start # load modules from /etc/modules
  /etc/init.d/zaptel start# run ztcfg etc.
  /etc/init.d/asterisk start

-- 
   Tzafrir Cohen   
icq#16849755jabber:[EMAIL PROTECTED]
+972-50-7952406   mailto:[EMAIL PROTECTED]   
http://www.xorcom.com  iax:[EMAIL PROTECTED]/tzafrir
___
--Bandwidth and Colocation provided by Easynews.com --

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users