Koozali.org: home of the SME Server

(Solved) meetme error with 3.1.0-116 and Asterisk18

Offline compsos

  • *
  • 472
  • +0/-0
(Solved) meetme error with 3.1.0-116 and Asterisk18
« on: May 30, 2011, 10:52:54 AM »
Hi
Installed
asterisk18-voicemail-1.8.4-1_centos5
asterisk18-1.8.4-1_centos5
asterisk18-addons-mysql-1.8.4-1_centos5
asterisk18-core-1.8.4-1_centos5
asterisk18-doc-1.8.4-1_centos5
asterisk18-dahdi-1.8.4-1_centos5
asterisk-sounds-extra-en-ulaw-1.4.11-1_centos5
asterisk18-addons-core-1.8.4-1_centos5
asterisk-sounds-core-en-gsm-1.4.20-1_centos5
asterisk-sounds-moh-opsound-ulaw-0.0-4_centos5
sail-3.1.0-116

Just trying asterisk18 with sail 3.1.0-116 and get an error
Code: [Select]
PHP Warning:  file(/etc/asterisk/meetme.conf): failed to open stream: No such file or directory in /opt/sark/generator/extensions.php on line 334
The error is right in that there is no /etc/asterisk/meetme.conf file. Is there a module that has to be added or just remark the extensions.php file if the meetme feature is not being used?

Thanks
« Last Edit: May 31, 2011, 03:44:16 AM by compsos »
Regards

Gordon............

Offline compsos

  • *
  • 472
  • +0/-0
Re: meetme error with 3.1.0-116 and Asterisk18
« Reply #1 on: May 30, 2011, 11:01:02 AM »
Just found another package that needs to be installed for 18
Code: [Select]
yum install --enablerepo=asterisk-current asterisk18-configs

Code: [Select]
rpm -ql asterisk18-configs
/etc/asterisk/adsi.conf
/etc/asterisk/agents.conf
/etc/asterisk/ais.conf
/etc/asterisk/alarmreceiver.conf
/etc/asterisk/alsa.conf
/etc/asterisk/amd.conf
/etc/asterisk/app_mysql.conf
/etc/asterisk/asterisk.adsi
/etc/asterisk/asterisk.conf
/etc/asterisk/calendar.conf
/etc/asterisk/ccss.conf
/etc/asterisk/cdr.conf
/etc/asterisk/cdr_adaptive_odbc.conf
/etc/asterisk/cdr_custom.conf
/etc/asterisk/cdr_manager.conf
/etc/asterisk/cdr_mysql.conf
/etc/asterisk/cdr_odbc.conf
/etc/asterisk/cdr_pgsql.conf
/etc/asterisk/cdr_sqlite3_custom.conf
/etc/asterisk/cdr_syslog.conf
/etc/asterisk/cdr_tds.conf
/etc/asterisk/cel.conf
/etc/asterisk/cel_custom.conf
/etc/asterisk/cel_odbc.conf
/etc/asterisk/cel_pgsql.conf
/etc/asterisk/cel_sqlite3_custom.conf
/etc/asterisk/cel_tds.conf
/etc/asterisk/chan_dahdi.conf
/etc/asterisk/chan_mobile.conf
/etc/asterisk/chan_ooh323.conf
/etc/asterisk/cli.conf
/etc/asterisk/cli_aliases.conf
/etc/asterisk/cli_permissions.conf
/etc/asterisk/codecs.conf
/etc/asterisk/console.conf
/etc/asterisk/dbsep.conf
/etc/asterisk/dnsmgr.conf
/etc/asterisk/dsp.conf
/etc/asterisk/dundi.conf
/etc/asterisk/enum.conf
/etc/asterisk/extconfig.conf
/etc/asterisk/extensions.ael
/etc/asterisk/extensions.conf
/etc/asterisk/extensions.lua
/etc/asterisk/extensions_minivm.conf
/etc/asterisk/features.conf
/etc/asterisk/festival.conf
/etc/asterisk/followme.conf
/etc/asterisk/func_odbc.conf
/etc/asterisk/gtalk.conf
/etc/asterisk/h323.conf
/etc/asterisk/http.conf
/etc/asterisk/iax.conf
/etc/asterisk/iaxprov.conf
/etc/asterisk/indications.conf
/etc/asterisk/jabber.conf
/etc/asterisk/jingle.conf
/etc/asterisk/logger.conf
/etc/asterisk/manager.conf
/etc/asterisk/meetme.conf
/etc/asterisk/mgcp.conf
/etc/asterisk/minivm.conf
/etc/asterisk/misdn.conf
/etc/asterisk/modules.conf
/etc/asterisk/musiconhold.conf
/etc/asterisk/muted.conf
/etc/asterisk/osp.conf
/etc/asterisk/oss.conf
/etc/asterisk/phone.conf
/etc/asterisk/phoneprov.conf
/etc/asterisk/queuerules.conf
/etc/asterisk/queues.conf
/etc/asterisk/res_config_mysql.conf
/etc/asterisk/res_config_sqlite.conf
/etc/asterisk/res_curl.conf
/etc/asterisk/res_fax.conf
/etc/asterisk/res_ldap.conf
/etc/asterisk/res_odbc.conf
/etc/asterisk/res_pgsql.conf
/etc/asterisk/res_pktccops.conf
/etc/asterisk/res_snmp.conf
/etc/asterisk/res_stun_monitor.conf
/etc/asterisk/rpt.conf
/etc/asterisk/rtp.conf
/etc/asterisk/say.conf
/etc/asterisk/sip.conf
/etc/asterisk/sip_notify.conf
/etc/asterisk/skinny.conf
/etc/asterisk/sla.conf
/etc/asterisk/smdi.conf
/etc/asterisk/telcordia-1.adsi
/etc/asterisk/udptl.conf
/etc/asterisk/unistim.conf
/etc/asterisk/usbradio.conf
/etc/asterisk/users.conf
/etc/asterisk/voicemail.conf
/etc/asterisk/vpb.conf
Regards

Gordon............