[asterisk-users] zttranscode crashes server

2007-05-03 Thread Forrest Beck

I was just looking to see if anyone else has seen this problem as well.

When asterisk starts up it loads the zttranscode module.  The problem
exist when I use the init scripts to stop asterisk and then use the
zaptel init script to unload modules.  Since the zaptel init script
didn't load the zttranscode module it will error out when trying to
unload the modules.

I built zaptel/asterisk/libpri (all latest releases as of May 3rd).  I
am also using the /etc/sysconfig/zaptel file to only specify the two
modules I do need.  wct4xxp and wctdm24xxp.

I am using a TE212P and a TDM844B card.  I shouldn't need the
zttransode module since I don't have a codec translation card. right?

To work around this I added zttranscode to RMODULES in the zaptel init script.

If I don't need the zttranscode module.  I may try and rebuild zaptel
without it.

--
***
Forrest Beck
IAXTEL: 17002871718
[EMAIL PROTECTED]
___
--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] zttranscode crashes server

2007-05-03 Thread Tzafrir Cohen
On Thu, May 03, 2007 at 08:38:10AM -0400, Forrest Beck wrote:
 I was just looking to see if anyone else has seen this problem as well.
 
 When asterisk starts up it loads the zttranscode module.  The problem
 exist when I use the init scripts to stop asterisk and then use the
 zaptel init script to unload modules.  Since the zaptel init script
 didn't load the zttranscode module it will error out when trying to
 unload the modules.
 
 I built zaptel/asterisk/libpri (all latest releases as of May 3rd).  I
 am also using the /etc/sysconfig/zaptel file to only specify the two
 modules I do need.  wct4xxp and wctdm24xxp.

Strangely enough, this issue exists in 1.4, but not in 1.2.
Compare:

http://svn.digium.com/svn/zaptel/branches/1.2/zaptel.init
http://svn.digium.com/svn/zaptel/branches/1.4/zaptel.init

Note the unload_module function in 1.2 (yicks: recursive functions in
bourne shell)

 
 I am using a TE212P and a TDM844B card.  I shouldn't need the
 zttransode module since I don't have a codec translation card. right?

Right.

-- 
   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] zttranscode crashes server

2007-05-03 Thread Forrest Beck

So is anyone not using the zaptel init script to load modules?  Anyone
using modules.conf?  How an I load them at boot without using the init
script?  Do I just remove --ignore-install from modprobe?

Thanks

On 5/3/07, Tzafrir Cohen [EMAIL PROTECTED] wrote:

On Thu, May 03, 2007 at 08:38:10AM -0400, Forrest Beck wrote:
 I was just looking to see if anyone else has seen this problem as well.

 When asterisk starts up it loads the zttranscode module.  The problem
 exist when I use the init scripts to stop asterisk and then use the
 zaptel init script to unload modules.  Since the zaptel init script
 didn't load the zttranscode module it will error out when trying to
 unload the modules.

 I built zaptel/asterisk/libpri (all latest releases as of May 3rd).  I
 am also using the /etc/sysconfig/zaptel file to only specify the two
 modules I do need.  wct4xxp and wctdm24xxp.

Strangely enough, this issue exists in 1.4, but not in 1.2.
Compare:

http://svn.digium.com/svn/zaptel/branches/1.2/zaptel.init
http://svn.digium.com/svn/zaptel/branches/1.4/zaptel.init

Note the unload_module function in 1.2 (yicks: recursive functions in
bourne shell)


 I am using a TE212P and a TDM844B card.  I shouldn't need the
 zttransode module since I don't have a codec translation card. right?

Right.

--
   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




--
***
Forrest Beck
IAXTEL: 17002871718
[EMAIL PROTECTED]
___
--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] zttranscode crashes server

2007-05-03 Thread Forrest Beck

sorry, I meant modprobe.conf

On 5/3/07, Forrest Beck [EMAIL PROTECTED] wrote:

So is anyone not using the zaptel init script to load modules?  Anyone
using modules.conf?  How an I load them at boot without using the init
script?  Do I just remove --ignore-install from modprobe?

Thanks

On 5/3/07, Tzafrir Cohen [EMAIL PROTECTED] wrote:
 On Thu, May 03, 2007 at 08:38:10AM -0400, Forrest Beck wrote:
  I was just looking to see if anyone else has seen this problem as well.
 
  When asterisk starts up it loads the zttranscode module.  The problem
  exist when I use the init scripts to stop asterisk and then use the
  zaptel init script to unload modules.  Since the zaptel init script
  didn't load the zttranscode module it will error out when trying to
  unload the modules.
 
  I built zaptel/asterisk/libpri (all latest releases as of May 3rd).  I
  am also using the /etc/sysconfig/zaptel file to only specify the two
  modules I do need.  wct4xxp and wctdm24xxp.

 Strangely enough, this issue exists in 1.4, but not in 1.2.
 Compare:

 http://svn.digium.com/svn/zaptel/branches/1.2/zaptel.init
 http://svn.digium.com/svn/zaptel/branches/1.4/zaptel.init

 Note the unload_module function in 1.2 (yicks: recursive functions in
 bourne shell)

 
  I am using a TE212P and a TDM844B card.  I shouldn't need the
  zttransode module since I don't have a codec translation card. right?

 Right.

 --
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



--
***
Forrest Beck
IAXTEL: 17002871718
[EMAIL PROTECTED]




--
***
Forrest Beck
IAXTEL: 17002871718
[EMAIL PROTECTED]
___
--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] zttranscode crashes server

2007-05-03 Thread Tzafrir Cohen
On Thu, May 03, 2007 at 10:52:51AM -0400, Forrest Beck wrote:
 So is anyone not using the zaptel init script to load modules?  

The fix I mentioned was about unloading rather than about loading.

 Anyone
 using modules.conf?  How an I load them at boot without using the init
 script?  Do I just remove --ignore-install from modprobe?

If you use the init.d script, you don;t need any special install
commands: just use the init.d script, and it will run ztcfg when
everything is loaded.

-- 
   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