Page 1 of 1

Viewing RECORD ID on GoAutoDial Agent interface

PostPosted: Tue Oct 07, 2014 9:42 am
by f_rojas
Hello every body,

I'm using GoAutoDial as follows:

- GoAutoDial 3.3 at 64 bits installed from DVD burned from ISO image
- VICIdial VERSION: 2.9-441a. BUILD: 140612-1628
- HP Server with Intel Xeon x 4 at 2 GHz processor
- 4 GB in RAM
- Digium TE120
- NIC 100/1000

I need to know how to view the RECORD ID for each call (inbound so as outbound) on GoAutoDial Agent WEB interface, as can be seen in AGC VICIdial WEB interface and in the former Goautodial WEB agent interface (http://4.bp.blogspot.com/_jeSJsr3bbLo/S ... gentUI.png). How i do it?

Thanks in advance.

Re: Viewing RECORD ID on GoAutoDial Agent interface

PostPosted: Mon Oct 13, 2014 2:47 pm
by gardo
That's a really old screenshot. :D You need to modify the agent.php file and have the recording ID appear on the agent interface.

Re: Viewing RECORD ID on GoAutoDial Agent interface

PostPosted: Tue Oct 14, 2014 10:57 am
by f_rojas
Hi Gardo,

Thanks in advance for your reply. That was an excellent solution.

I did it as follows:

Line 14018 before:
14018 <!-- RECORD ID: --><font class="body_small" style="display:none;"><span id="RecorDID" style="display:none;"></span></font><br />

Now:
14018 RECORD ID: <font class="body_small" style="display:always:"><span id="RecorDID" style="display:always;"></span></font><br />

Best regards.