Page 1 of 1

No sounds in new server

PostPosted: Thu Jan 16, 2014 11:01 am
by saulortega
Hello.

Im to adding a new server in cluster.

Software on both servers: VERSION: 2.6-393a BUILD: 130124-1721 in admin.php; VERSION: 2.6-361c BUILD: 121222-2315 in agent GUI, Asterisk 1.4.44-vici, From Vicibox 4.0.3
Hardware on both servers: Intel(R) Xeon(R) CPU E3-1220 V2 @ 3.10GHz

The new server is for Asterisk only. Database and web in the old.

The new server is working fine, but the agents with phones in the new server do not hears "you are the only person in this conference" nor the "ding" of any call. They can to make and receive calls.

On system settings the Sounds Web Server is the old server.

Re: No sounds in new server

PostPosted: Fri Jan 17, 2014 5:30 am
by DomeDan
Hi

The enter sound is disabled with the 'q' (as in quite) flag to the Meetme function.
compare your old /etc/asterisk/extensions.conf with the new one, if the q flag is missing on any Meetme in the old then try to remove q from the new one for the same extension.
and do not just copy the old one over!
(make a backup of extensions.conf first)
then to try the changes do a "dialplan reload" in the asterisk CLI

Re: No sounds in new server

PostPosted: Fri Jan 17, 2014 9:24 am
by saulortega
Thanks.

It works. :D

although in the old extensions.conf the q is not missing... :roll:

Re: No sounds in new server

PostPosted: Fri Jan 17, 2014 1:33 pm
by DomeDan
Glad to hear that!

Thats strange, but I guess its either a asterisk or vicidial change in the default settings