I fixed the portaudio dependency thing by doing:
because yum wasn’t able to find the packages
and
So now there is no XXX for chan_console in menuselect
chan_alsa and chan_oss are fine.
However, when I start asterisk: asterisk -c
I get the following list of errors:
CDR simple logging enabled.
197 modules will be loaded.
res_odbc loaded.
No directory user found, anonymous binding as default.
No directory URL or host found.
Cannot load LDAP RealTime driver.
No music on hold classes configured, disabling music on hold.
Cannot find variable 'SIPPEER' in tree 'description'
Cannot find variable 'SIPCHANINFO' in tree 'description'
Cannot find variable 'AGENT' in tree 'description'
set_channels failed: Invalid argument
Rate not correct, requested 8000, got 48000
[color=#BF0000]snd_pcm_open failed: No such file or directory[/color]
[color=#BF0000]Problem opening ALSA playback device[/color]
[color=#4000BF]Ignoring any changes to 'userbase' (on reload) at line 23.
Ignoring any changes to 'vmsecret' (on reload) at line 31.
Ignoring any changes to 'hassip' (on reload) at line 35.
Ignoring any changes to 'hasiax' (on reload) at line 39.
Ignoring any changes to 'hasmanager' (on reload) at line 47.[/color]
No Bluetooth devices found. Not loading module.
[color=#FF8000]Cannot find variable 'IAXPEER' in tree 'description'
Cannot find variable 'IAXVAR' in tree 'description'
No IAX provisioning configuration found, IAX provisioning disabled.[/color]
Cannot find variable 'MEETME_INFO' in tree 'description'
Failed to load configuration file. Module not activated.
Unable to load cdr_custom.conf. Not logging custom CSV CDRs.
Failed to load configuration file. Module not activated.
Failed to load configuration file. Module not activated.
Could not initialize cluster membership service: Try Again
Failed to load configuration file. Module activated with default settings.
first it was complaining about “permission denied” for snd_pcm_open. I did chmod -R a+rwX /dev/snd
and now it is complaining that it is not found.
/et/asound.conf looks like this:
pcm.!default {
type hw
card 0
device 1
}
If I remove asound.conf, asterisk doesn’t start with alsa loaded.
lspci -v | grep -i audio gives:
00:1f.5 Multimedia audio controller: Intel Corporation 82801EB/ER (ICH5/ICH5R) AC'97 Audio Controller (rev 02)
lsmod | grep -i snd gives:
snd_intel8x0 35421 1
snd_ac97_codec 93025 1 snd_intel8x0
ac97_bus 6337 1 snd_ac97_codec
snd_seq_dummy 7877 0
snd_seq_oss 32576 0
snd_seq_midi_event 11073 1 snd_seq_oss
snd_seq 49585 5 snd_seq_dummy,snd_seq_oss,snd_seq_midi_event
snd_seq_device 11725 3 snd_seq_dummy,snd_seq_oss,snd_seq
snd_pcm_oss 42817 0
snd_mixer_oss 19009 1 snd_pcm_oss
snd_pcm 72133 4 snd_intel8x0,snd_ac97_codec,snd_pcm_oss
snd_timer 24517 2 snd_seq,snd_pcm
snd 55749 10 snd_intel8x0,snd_ac97_codec,snd_seq_oss,snd_seq,snd_seq_device,snd_pcm_oss,snd_mixer_oss,snd_pcm,snd_timer
soundcore 11553 1 snd
snd_page_alloc 14281 2 snd_intel8x0,snd_pcm
console dial 1001:
Failed to open stream - (-9985) Device unavailable
SIP registration is not working for something as simple as this:
[general]
port=5060
udpbindaddr=0.0.0.0
[2000]
type=friend
secret=<some pass>
host=dynamic
sip set debug on doesn’t show anything while Ekiga is trying to register
Sorry if this has been too long. If you think I should post some sections in different threads pls let me know.
P.S. this forum keeps looping to the index page whenever I try to post or review. Deleting cookies doesn’t help. It works after few trial … it is so annoying