Page 1 of 1
Fields

Posted:
Tue May 22, 2007 5:48 am
by D
Can we customize the fields in the ViciDial Client web app? We just need add a simple calculation in one of the fields and change the name of 5 fields. What's the best way to do that? The calculation would be (x+y)/z. Fields X, Y, and Z will be filled by the agent.
Also, what's the best way to transfer a call to the closer? Can the closer and the agent view the same record simultaneously?
Thanks

Posted:
Tue May 22, 2007 10:37 am
by mflorell
Yes, you can change the HTML label for the fields, but do not change the input field name.
As for fronter/closer seeing the customer info at the same time, it is possible with consultative transfers, but the one who hangs-up the record last is the one who will give the customer record their final disposition.

Posted:
Tue May 22, 2007 6:01 pm
by D
Can we include a simple calculation for one of the fields? The calculation would be (x+y)/z. Fields X, Y, and Z will be filled by the agent.

Posted:
Tue May 22, 2007 11:35 pm
by ramindia
Hi
its possible
check the extra fields
and make small java script or other code to caluculate that.
ram

Posted:
Wed May 23, 2007 4:29 am
by D
How do we do consultative transfers so the fronter and closer can see the customer info at the same time?
Thanks

Posted:
Wed May 23, 2007 10:19 am
by mflorell
Go to the admin.php screen, Campaign Detail Modification page and click on the question mark next to the Transfer-Conf Number 1: field:
fer-Conf DTMF - These four fields allow for you to have two sets of Transfer Conference and DTMF presets. When the call or campaign is loaded, the vicidial.php script will show two buttons on the transfer-conference frame and auto-populate the number-to-dial and the send-dtmf fields when pressed. If you want to allow Consultative Transfers, a fronter to a closer, you can place CXFER as one of the number-to-dial presets and the proper dial string will be sent to do a Local Consultative Transfer, then the agent can just LEAVE-3WAY-CALL and move on to their next call. If you want to allow Blind transfers of customers to a VICIDIAL AGI script for logging or an IVR, then place AXFER in the number-to-dial field. You can also specify an custom extension after the AXFER or CXFER, for instance if you want to do Internal Consultative transfers instead of Local you would put CXFER90009 in the number-to-dial field.
You also need to make sure that the 90009 exten is in your extensions.conf file.