lunes, 30 de julio de 2018

agi-VDAD_ALL_inbound.agi using wrong callerid


Re: agi-VDAD_ALL_inbound.agi using wrong callerid

Postby mflorell » Wed Jul 25, 2018 6:11 pm
The CLOSER method allows it to look at the lead_id that is embedded at the end of that 20-character CallerIDname string to identify the lead that is tied to that call.

The use of CUSTOMERCLOSER on the Action Transfer CID will set the customer's phone number as the CallerIDname and the 20-character string as the CallerIDname so wherever the call goes from there it can use those two pieces of information to identify the call.

lunes, 23 de julio de 2018

import list to another vicidial


Re: import list to another vicidial

Postby mflorell » Mon Jul 23, 2018 6:59 am
You can import leads with statuses using the CLI lead loader: VICIDIAL_IN_new_leads_file.pl

The standard format allows for this, just run the above script with the --help flag and you'll see the format order.

Re: import list to another vicidial

Postby mflorell » Mon Jul 23, 2018 6:59 am
You can import leads with statuses using the CLI lead loader: VICIDIAL_IN_new_leads_file.pl

The standard format allows for this, just run the above script with the --help flag and you'll see the format order.

miércoles, 18 de julio de 2018

vicidial centos aws


Re: Time Sync Error (AWS RDS)

Postby mflorell » Thu Jul 12, 2018 11:52 am
We don't recommend using CentOS, or using AWS for VICIdial. Also, there are a lot of bugs that have been fixed in the last two years, so I would strongly recommend upgrading your VICIdial version to the latest svn/trunk revision.

martes, 26 de junio de 2018

hooper level


Re: Inbound calls and hopper issue

Postby mflorell » Sat May 12, 2018 6:33 am
If that is happening, your hopper is probably set WAY too high. The Hopper Level shouldn't be higher than the number of calls you place in a couple of minutes.

CHANGE OR INSTALL NEW LANGUAGE IN VICIDIAL

If language menu is disable then apply following steps to enable language menu :
1) Go to Admin menu.
2) Then click on System Settings .
3) Search “Enable Languages”. If it is 0 then change it to 1.
4) Go to Users Menu and modify your admin user.
5) Search “Modify Languages” . If it is 0 then change it to 1.
Apply following steps to change language of admin and agent :
1) Go to vicidial Admin portal.
2) Click on Admin menu.
3) Select Languages menu.
4) There are some menu in header portion. Now click on “Add A New Language”.
5) Add language ID , description and code. As well as select admin user group which you want to add.
6) Click on “Import Phrases”.
7) Select language ID which you want to import language. Then select Import action.
8) Go to this link : http://vicidial.org/translations/. All available dictionaries will be placed in this link.
9) These translation dictionaries can simply be imported into the “Import Data” and submit it.
Note: Inextrix is not associated with VICIdial directly.
http://vicidial.org/translations/
http://inextrix.com/blog/change-or-install-new-language-in-vicidial

Call transfer recording after agent's 3-way leave


Call transfer recording after agent's 3-way leave

Postby urmi.l » Mon Jul 22, 2013 3:56 am
Hello,

I m having vicidial and working fine. 
VERSION: 2.4-364a | Asterisk 1.4.44 | Single Server | No Extra Software After Installation | CentOS release 5.5

I m having the issue with call recording of transfered calls. Below is my scenario : 

1). Agent gets outbound call connected with client.
2). Agent calls other supervisor by clicking on Transfer Button => Dial with Customer.
3). Once the supervisor picks up the call, all 3 will be in conference.
4). Now, agent will hangup the call by clicking 3-way leave button.

Now I need the call recording of all three. i.e agent, client and supervisor. I have followed the below link. But its not working.
http://www.vicidial.org/VICIDIALforum/v ... =4&t=25691
-Any suggestions Pls.

-Thanks.
urmi.l
 
Posts: 106
Joined: Mon Jun 04, 2012 4:04 am
Location: India

Re: Call transfer recording after agent's 3-way leave

Postby mflorell » Mon Jul 22, 2013 6:08 am
I just set this up for a client last week, here's what I added to the Admin -> System Settings -> Custom Dialplan:

; recording of 3way call through defaultlog context call menu
exten => _871NXXNXXXXXX,1,Dial(${TRUNKloop}/86${EXTEN:2},,To)
exten => _871NXXNXXXXXX,n,Hangup

exten => _861NXXNXXXXXX,1,Answer
exten => _861NXXNXXXXXX,n,Goto(defaultlog,9${EXTEN:2},1)
exten => _861NXXNXXXXXX,n,Hangup


Then I set Reload Dialplan On Servers to "1" below it, then submitted the form.

Then I set the 3-way Dial Prefix in the campaign to "87" and it worked.

domingo, 3 de junio de 2018

vicidial survey


Re: Agent Transfer to Survey 8366 or other custom exten

Postby mflorell » Thu May 31, 2018 7:40 am
The survery responses get saved to the security_phrase field in the vicidial_list table.