asterisk 1.8
Added by said said over 11 years ago
Hi,
just updated to asterisk 1.8 as per the howto
issues :
1. dahdi cannot be viewed in asterisk anymore :
*CLI> dahdi show status
No DAHDI found. Unable to open /dev/dahdi/ctl: Permission denied
Command 'dahdi show status ' failed.
2. meetme does not work anymore :
Executing [55558600051@default:1] MeetMeAdmin("Local/55558600051@default-00000000;2", "8600051,K") in new stack
[Dec 11 18:29:00] WARNING[10552]: app_meetme.c:4789 admin_exec: Conference number '8600051' not found!
-- Executing [55558600051@default:2] Hangup("Local/55558600051@default-00000000;2", "") in new stack
== Spawn extension (default, 55558600051, 2) exited non-zero on 'Local/55558600051@default-00000000;2'
-- Executing [h@default:1] AGI("Local/55558600051@default-00000000;2", "agi://127.0.0.1:4577/call_log--HVcauses--PRI-----NODEBUG-----16---------------") in new stack
-- <Local/55558600051@default-00000000;2>AGI Script agi://127.0.0.1:4577/call_log--HVcauses--PRI-----NODEBUG-----16--------------- completed, returning 0
and phone extension do not ring..
system is broken now.
Rgds
Replies (4)
RE: asterisk 1.8
-
Added by said said over 11 years ago
hi,
got it :
/etc/sysconfig/asterisk
comment the AST_USER and AST_GROUP
and restart asterisk
RE: asterisk 1.8
-
Added by Demian Biscocho over 11 years ago
Upgrading to Asterisk 1.8 doesn't modify any DAHDI installations. Since the default GOautodial 3.0 CE already has DAHDI 2.6. You need to run Asterisk as root (which is the default with GOautodial CE 3.0).
RE: asterisk 1.8
-
Added by said said over 11 years ago
When upgrading to 1.8 , i notice that the /etc/sysconfig/asterisk file was created with content :
AST_USER=asterisk
AST_GROUP=asterisk
i think this is the reason : it set the user and group for running asterisk
i just changed it to :
#AST_USER=asterisk
#AST_GROUP=asterisk
and restart asterisk
RE: asterisk 1.8
-
Added by Neil Brownlee over 11 years ago
I'm getting :
asterisk-1.8.23.0-1_centos5.go.x86_64 from goautodial-testing has depsolving problems
--> Missing Dependency: asterisk-sounds-core-en-gsm is needed by package asterisk-1.8.23.0-1_centos5.go.x86_64 (goautodial-testing)
Error: Missing Dependency: asterisk-sounds-core-en-gsm is needed by package asterisk-1.8.23.0-1_centos5.go.x86_64 (goautodial-testing)
You could try using --skip-broken to work around the problem
You could try running: package-cleanup --problems
package-cleanup --dupes
rpm -Va --nofiles --nodigest
The program package-cleanup is found in the yum-utils package.