Re: [asterisk-users] asterisk 1.4.39 and dahdi 2.6 on Ubuntu

2012-04-20 Thread Kevin P. Fleming

On 04/19/2012 05:59 PM, bilal ghayyad wrote:

Dears;

I see this at the /var/log/asterisk/messages:

[Apr 20 01:49:48] ERROR[1657] codec_dahdi.c: Failed to open 
/dev/dahdi/transcode: No such file or directory


If you aren't using a DAHDI transcoding card, then you don't need to 
load the codec_dahdi module in Asterisk. Since it was built, though, you 
clearly have DAHDI built and installed properly, and the Asterisk build 
process was aware of that.




Again, I am installing asterisk and dahdi at Ubuntu (uname -a
Linux House 3.0.0-17-server #30-Ubuntu SMP Thu Mar 8 22:15:30 UTC 2012 x86_64 
x86_64 x86_64 GNU/Linux).

I do not know if you were talking about the messages logs or about someting 
else?

Anyway, these are the logs that I see at the messages after running 
/etc/init.d/asterisk restart:


[Apr 20 01:49:48] NOTICE[1657] cdr.c: CDR simple logging enabled.
[Apr 20 01:49:48] NOTICE[1657] loader.c: 142 modules will be loaded.
[Apr 20 01:49:48] WARNING[1657] res_smdi.c: No SMDI interfaces are available to 
listen on, not starting SMDI listener.
[Apr 20 01:49:48] NOTICE[1657] pbx_ael.c: Starting AEL load process.
[Apr 20 01:49:48] NOTICE[1657] pbx_ael.c: AEL load process: calculated config 
file name '/etc/asterisk/extensions.ael'.
[Apr 20 01:49:48] NOTICE[1657] pbx_ael.c: AEL load process: parsed config file 
name '/etc/asterisk/extensions.ael'.
[Apr 20 01:49:48] NOTICE[1657] pbx_ael.c: AEL load process: checked config file 
name '/etc/asterisk/extensions.ael'.
[Apr 20 01:49:48] NOTICE[1657] pbx_ael.c: AEL load process: compiled config 
file name '/etc/asterisk/extensions.ael'.
[Apr 20 01:49:48] NOTICE[1657] pbx_ael.c: AEL load process: merged config file 
name '/etc/asterisk/extensions.ael'.
[Apr 20 01:49:48] NOTICE[1657] pbx_ael.c: AEL load process: verified config 
file name '/etc/asterisk/extensions.ael'.
[Apr 20 01:49:48] ERROR[1657] codec_dahdi.c: Failed to open 
/dev/dahdi/transcode: No such file or directory


All of that is perfectly normal. If you want that ERROR message to go 
away, add 'noload => codec_dahdi' to your /etc/asterisk/modules.conf file.


--
Kevin P. Fleming
Digium, Inc. | Director of Software Technologies
Jabber: kflem...@digium.com | SIP: kpflem...@digium.com | Skype: kpfleming
445 Jan Davis Drive NW - Huntsville, AL 35806 - USA
Check us out at www.digium.com & www.asterisk.org

--
_
-- Bandwidth and Colocation Provided by http://www.api-digital.com --
New to Asterisk? Join us for a live introductory webinar every Thurs:
  http://www.asterisk.org/hello

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


Re: [asterisk-users] asterisk 1.4.39 and dahdi 2.6 on Ubuntu

2012-04-19 Thread bilal ghayyad
Dears;

I see this at the /var/log/asterisk/messages:

[Apr 20 01:49:48] ERROR[1657] codec_dahdi.c: Failed to open 
/dev/dahdi/transcode: No such file or directory


Again, I am installing asterisk and dahdi at Ubuntu (uname -a
Linux House 3.0.0-17-server #30-Ubuntu SMP Thu Mar 8 22:15:30 UTC 2012 x86_64 
x86_64 x86_64 GNU/Linux).

I do not know if you were talking about the messages logs or about someting 
else?

Anyway, these are the logs that I see at the messages after running 
/etc/init.d/asterisk restart:


[Apr 20 01:49:48] NOTICE[1657] cdr.c: CDR simple logging enabled.
[Apr 20 01:49:48] NOTICE[1657] loader.c: 142 modules will be loaded.
[Apr 20 01:49:48] WARNING[1657] res_smdi.c: No SMDI interfaces are available to 
listen on, not starting SMDI listener.
[Apr 20 01:49:48] NOTICE[1657] pbx_ael.c: Starting AEL load process.
[Apr 20 01:49:48] NOTICE[1657] pbx_ael.c: AEL load process: calculated config 
file name '/etc/asterisk/extensions.ael'.
[Apr 20 01:49:48] NOTICE[1657] pbx_ael.c: AEL load process: parsed config file 
name '/etc/asterisk/extensions.ael'.
[Apr 20 01:49:48] NOTICE[1657] pbx_ael.c: AEL load process: checked config file 
name '/etc/asterisk/extensions.ael'.
[Apr 20 01:49:48] NOTICE[1657] pbx_ael.c: AEL load process: compiled config 
file name '/etc/asterisk/extensions.ael'.
[Apr 20 01:49:48] NOTICE[1657] pbx_ael.c: AEL load process: merged config file 
name '/etc/asterisk/extensions.ael'.
[Apr 20 01:49:48] NOTICE[1657] pbx_ael.c: AEL load process: verified config 
file name '/etc/asterisk/extensions.ael'.
[Apr 20 01:49:48] ERROR[1657] codec_dahdi.c: Failed to open 
/dev/dahdi/transcode: No such file or directory

Regards
Bilal

---

> > Dear Warren;
> >
> > Yes I am compiling and installing dahdi first and then
> I start by asterisk 1.4.39 but I do not find chan_dahdi
> under /usr/lib/asterisk/modules, but if I used asterisk 1.8,
> it is working fine.
> >
> >  From the other side: I tried asterisk 1.4.44 and
> same thing (I am not able to see the chan_dahdi) !!
> >
> > By the way, I am using ubuntu.
> >
> > Which asterisk 1.4 version that you tried it with dahdi
> and you were able to find the chan_dahdi?
> >
> > Really I tried too many attempts and until now I am not
> able to find a solution ! What I am missing?
> 
> You are asking people to help you guess what is wrong,
> instead of 
> looking at the output of the Asterisk configure script. When
> the 
> configure script checks for DAHDI, if that process fails for
> some 
> reason, it will tell you why. That information is required
> for anyone to 
> be able to help you.
> 
> -- 
> Kevin P. Fleming


--
_
-- Bandwidth and Colocation Provided by http://www.api-digital.com --
New to Asterisk? Join us for a live introductory webinar every Thurs:
   http://www.asterisk.org/hello

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