Sunday, June 25, 2023

• View topic - Manager and Agent Manual, pdf?

Looking for:

Vicidial manager manual free download 













































    ❿  

Vicidial manager manual free download - Document details



 

Rather than enjoying a fine book past a cup Use professional pre-built templates to fill in and sign documents online faster. Get access to thousands of forms. USLegal fulfills industry-leading security and compliance standards. Ensures that a website is free of malware attacks. Highest customer reviews on one of the most highly-trusted product review platforms.

TopTenReviews wrote "there is such an extensive range of documents covering so many topics that it is unlikely you would need to look anywhere else". USLegal received the following as compared to 9 other form sites. We use cookies to improve security, personalize the user experience, enhance our marketing activities including cooperating with our marketing partners and for other business use. A web server, VICIdial uses Apache or Httpd web server, this is used mainly to provide access for the administration interface and for the agent interface, think of this as the window or a door or basically a front end.

VICIdial uses the Meetme Conference bridge module of asterisk as its way of bridging a call to an agent which I will explain more later. Meetme uses a timing device, can be a digium or sangoma hardware or basically ztdummy which comes with Zaptel or Dahdi tools. How they work Now let me tell you how they work hand in hand, let us try to simulate an agent trying to login to the dialer for you to have a better understanding.

The agent logs in through a web interface provided by the web server which is provided namely vicidial. Then agent inputs phone login, password, agent username and password, credentials are being checked against the MySQL database to see if the agent and phone exists or not. If not an error is returned telling you that you have the wrong password or simply not displaying the list of campaigns you are allowed to login to.

You will hear a voice telling you You are the only person in this conference. Granting that leads are loaded for the campaign, the perl scripts are in charge of putting those leads into a hopper, a hopper acts like a buffer wherein the contents of the hopper are information, contents of the hopper are then sent to the Asterisk Server telling it to call those numbers that are in the.

Once the agent is put into that campaign, the Asterisk Server then dials those numbers in the hopper, once a call is connected or is answered, automatically the Asterisk Server will bridge that call to a meetme conference where an agent is waiting.

Agent and called party now converses, once a call is hung up, its then written to the call logs and then the web interface popups a disposition interface for the agent to dispose the call.

At the end of the shift agent logs out, the MeetMe Conference bridge is destroyed and the conference table in the database is updated that the agent has logged out.

So that s as basic as I can explain of how they work hand in hand together and one of them being misconfigured would mean an issue. Now lets get to the other part now which is preparing our installation. What we need Here is what we need to get things started, I have written a happy list for you to follow, this setup is good for 20 to 25 agents: Server Hardware Intel Core2Quad 3. This build can cost around 30, 40, pesos or around or USD the last time I setup one of this kind.

Ubuntu Server LTS 64 bit Linux Operating System Since this is a stand alone server, a bit version would be really nice, in my deployments using a 64 bit operating system I see a performance increase in MySQL and Apache web servers, asterisk performance hadly had an increase, also on the other hand 64 bit has good memory management, it can detect RAM which is higher than 3 GB flawlessly, for its other advantages you can look it up at google.

Asterisk Version VICIdial has also their own pre patched version of this asterisk release which Ive been using recently, in my observation asterisk version is much better in handling SIP carriers compared to asterisk which is also another good version to use for VICIdial.

For reliability and stability both are at par. My observations may differ from others though. But so far I have upgraded 87 servers to Asterisk and they seem to be running fine without an issue till now. A cup of coffee or coke light or pepsi max Youll be needing that A sack full of luck, patience and understanding You ll need a lot of it, sometimes you ll be experiencing a bad air day wherein you think you re doing it right yet still something screws up, that s just normal we just have to deal with it.

Installing Ubuntu Server I have divided the components and to start off we will be installing the operating system of course. Its pretty obvious to select Install Ubuntu Server. Language Selection I chose the option English. This will depend on what language you will be using. Territory Selection I selected Philippines because this will point to the nearest repository in the territory I selected.

Keyboard Layout I chose not to detect the keyboard layout, it doesn t really matter for me since I use a standard US keyboard. Choosing the origin of your keyboard This option comes out if you don t detect the keyboard layout, it will ask you where your keyboard comes from, for generic US keyboard layouts just select USA.

Hostname configuration This is where you set the name of your server; in this case I call her Fate since it s the name of the girl that I love. The default installation will attempt to configure your network using DHCP, which means it will attempt to look for a dhcp server to get an IP address, since I have a router which acts as a DHCP server it automatically had an ip address so in this case I will discuss on how to change your ip address statically once your finish installing.

Partion Disks Granting that this is your first few times to install linux I would recommend you do Guided use entire disk, what this does is that it will destroy all the partitions on your hard drive and install all components in one root partition.

Choosing which hard drive to install You will be prompted on which hard drive to partition, so if you installed more than one hard drive please choose the appropriate hard drive to partion. You could see here that I just use VMware for faster screenshot making. Again, do not use VMware for production. Finalizing your partition You will be asked to finalize your partition, just chose yes and press the enter key. Installation of base system Here is what it will look like after the partitioning.

This will go on for a while, depending on the speed of your server. Adding of the first user to your system You will be asked for the full name of the new user. Adding of a username It will prompt you for a username for your account. Setting up a password for your account It will prompt you to enter a password for the new user you created.

Re-entering your password for confirmation Enter the password you have entered for the user you just created and select continue afterwards. Configuring package manager If you are using or behind a proxy server then you should input the information here, if not then leave this blank and proceed to continue.

Package manager APT is now being configured What its doing is that its accessing the nearest package repository and synchronizing it with your newly installed server. This will take a while depending on your internet connection. Software Selection You will be prompted on what to install on your server, just choose OpenSSH server as you will need it to access your server remotely, we will be installing the others later.

Finishing the Installation Were now on the last part of the installation, were still a long way behind, just select continue and press enter and your computer will reboot. Post installation Steps Now lets do some post installation steps, first lets make our IP address static.

After which do a network restart once you saved your changes in modifying the file. It would look like this: Now save and your all set, you can type dig on the command line to check if your dns server is working, is a public dns server. Let s start with doing an apt-get update, an aptget update command will synchronize your server to the file repository.

It will look like this: Next thing for us to do is do an apt-get upgrade, this will make the other packages in our system up to date. Here is how it s done: Just answer Y and those packages mentioned will be upgraded.

Next is we upgrade the kernel image, kernel headers and install the linux source code. This will go on for a while depending on your internet connection. Next would be to reboot your server: Now your server is up to date, next well be installing the rest of the components. Installing the pre requisites I know your getting annoyed with always typing sudo before another command so heres a way to get around it: Now well be doing an apt-get install on the following packages just answer Y if you will be prompted: apache2 web server apache2-mpm-prefork multi threaded portion to apache2.

But what, what is CPAN? It has a presence on the World Wide Web at and is mirrored worldwide on more than locations. CPAN can denote either the archive network itself, or the Perl program that acts as an interface to the network and as an automated software installer somewhat like a package manager. Most software on CPAN is free and open source software.

This set of modules are necessary to process the perl scripts that VICIdial has. Note: Press enter to go through the prompts. Some people really feel enjoy to spend their time for you to read a book. They are really reading whatever they get because their hobby is definitely reading a book.

Consider the person who don't like reading through a book? Sometime, individual feel need book whenever they found difficult problem or perhaps exercise. First of all looking at a book is good nonetheless it depends in the content than it which is the content is as scrumptious as food or not.

James Esparza: Nowadays reading books be than want or need but also work as a life style. This reading routine give you lot of advantages. Advantages you got of course the knowledge the rest of the information inside the book in which improve your knowledge and information.

The data you get based on what kind of guide you read, if you want get more knowledge just go with training books but if you want really feel happy read one together with theme for entertaining like comic or novel. Christopher Small: Reading can called thoughts hangout, why? Imaging just about every word written in a e-book then become one web form conclusion and explanation that maybe you.

So now let us demonstrate the relaxing pattern is your body and mind will be pleased when you are finished examining it, like winning a. Do you want to try this extraordinary spending spare time activity? Connect two MyPBX in the same network Connect two MyPBX in different locations Many organizations make the decision to replace. Link two MyPBX in the same network Link two MyPBX in different location The Complete Call Center Solution supports inbound, outbound, blended, and predictive dialing campaigns.

Presentation What is Arrow AutoDial? An Introduction to astercc Call Center ver 1. If you would like your web browser to keep you. Auto dialer security safety alarm, auto dialer software list, auto dialer mac os x.

ClicktoFax Service Usage Manual 1. Log in to Fax Service 2. Configure your account 3. Send a fax 4. Logout 6. Additional Support 1. Log into fax service: a. Overview 3 2. Prerequisites 3 3. FortiVoice Configuration 3 3. Enterprise Contact Center multi-media platform and applications for contact center and enterprise 1 global switching platform The NobelBiz Enterprise solution is a global switching platform for any media.

It can be used as a communication tool. ServicePattern 3. Business Solutions Who are we? Many environments are different.

Bangladesh Session Goal To provide you a brief idea about ip contact center. Grandstream Networks, Inc. What is a SpitFire Predictive Dialer? This technology converts the manual dialing process agents were. They offer a very attractive pricing. These traditional methods, while. The Comments field allows you to add additional remarks regarding the call or customer, beyond the general information provided on the MAIN tab.

Unlike Comments, these notes are permanently saved on the lead. Optionally If you manager has enabled you can see the previous Call Notes from other agents that have spoken to this customer. Here you can select the appropriate status for the call you've just completed. To select a status, you can either double click the link, or click the link once and then select the SUBMIT link at the bottom. This assures you will be in PAUSE after dispositioning the that call, and you do not immediately get another call.

If you need to take written down notes, such as a log sheet, and you forget to write down the customer information before you select the hangup button, you can click on the 'minimize' button at the top of the Disposition screen to move the disposition frame out of the way.

This allows you to see the customer data below. At this point, the data can not be edited, because it has already been committed to the system once you pressed the hangup button. This should be an infrequent problem.

If the call still does not hang up, you should be able to hang it up from the "conference call channel information" link list at the bottom of your agent screen after Dispositioning the call. Any editing of this information will be discarded since the customer information is committed to the system as soon as you click on the "Hangup Customer" button.

This web form window will also be sent the disposition that you just selected for the previous call. You will see a green Wrapup screen after dispositioning a call.

It contains a countdown indicating how many seconds of wrapup time remain before the green wrapup screen disappears and you can take another call. A frame will appear at the bottom of the screen that will list calls from the In-groups currently assigned to you. This listing will show you the phone number of the caller, the name, if there is one, the amount of time the caller has been waiting in queue, the agent the call came from or the number that the customer dialed to get to the queue, the color of the In-group, the name of the In-group and whether the call is inbound or outbound.

To take a call you need to be paused. There may be a delay of a few seconds, if the customer is listening to a place-inline prompt or other non-transfer prompt. Agent Only Callbacks will trigger a pop-up alert on the screen. Once chosen, a new calendar screen displaying the next 12 months will pop up.

There is also a field for comments about the callback, if necessary. The manager can also limit how far in advance a callback may be set. If you are unable to set a callback for the desired date, contact your manager to see if that feature has been enabled. Callbacks are reactivated and put back into the system at the date and time specified by the agent. The call will not happen immediately and by default the agent that set it may not necessarily get that callback call.

❿     ❿


No comments:

Post a Comment