1) Welcome to the Party!
2) As you are obviously new here, I have some suggestions to help us all help you:
When you post, please post your entire configuration including (but not limited to) your installation method (7.X.X?) and vicidial version with build (VERSION: 2.X-XXXx ... BUILD: #####-####).
This IS a requirement for posting along with reading the stickies (at the top of each forum) and the manager's manual (available on EFLO.net, both free and paid versions)
You should also post: Asterisk version, telephony hardware (model number is helpful here), cluster information if you have one, and whether any other software is installed in the box. If your installation method is "manual/from scratch" you must post your operating system with version (and the .iso version from which you installed your original operating system) plus a link to the installation instructions you used. If your installation is "Hosted" list the site name of the host.
If this is a "Cloud" or "Virtual" server, please note the technology involved along with the version of that techology (ie: VMware Server Version 2.0.2). If it is not, merely stating the Motherboard model # and CPU would be helpful.
Similar to This:
Vicibox X.X from .iso | Vicidial X.X.X-XXX Build XXXXXX-XXXX | Asterisk X.X.X | Single Server | No Digium/Sangoma Hardware | No Extra Software After Installation | Intel DG35EC | Core2Quad Q6600
3) After your installation, if you change the IP of your server you must run the ip update script (this is shown in the splash message when logging in to the CLI). You must also change the externip value in /etc/asterisk/sip.conf if the external/public IP was changed.
4) If a call is answered, that does not mean that you have two way sound. Until you have two-way sound, Vicidial will refuse to pass the call to an agent (which would be pointless, wouldn't it?). Often there is a firewall issue blocking audio.
5) On the other hand, if your Real Time report is screwy, you may have had a power outage (or improperly shut down your server) which may have broken some mysql tables. This tends to lock up certain functions randomly (depending on which tables are broken!). Thus a mysqlcheck could be in order:
- Code: Select all
mysqlcheck --all-databases --auto-repair -p
* The '-p' is only necessary if your root mysql user has a password. If not, leave off the -p.
6) Happy Hunting!