RESOLVED: Ingroup Missing From Inbound Report

All installation and configuration problems and questions

Moderators: gerski, enjay, williamconley, Op3r, Staydog, gardo, mflorell, MJCoate, mcargile, Kumba, Michael_N

RESOLVED: Ingroup Missing From Inbound Report

Postby brumsey » Thu Apr 25, 2013 6:14 pm

Ok I searched the forum and could not find an answer to my problem.

When clicking the inbound report it does not show my ingroup. It only shows --NONE-- and SINGLE AGENT DIRECT. Now the Ingroup is tied to a DID and that DID shows in the inbound report by DID. What gives. This is a brand new installation and calls have been routed through this ingroup successfully. I also tried creating a ne ingroup and it too does not show. I read through the managers manual and there is no troubleshooting steps that I could find to resolve this either. Can someone please point me in the right direction.
Last edited by brumsey on Thu Apr 25, 2013 6:55 pm, edited 1 time in total.
Blaine Rumsey
skype: blaine(dot)rumsey

Vicidial System Information
VERSION: 2.6-397a
BUILD: 130414-1924
INSTALL METHOD: VICIBOX ISO 4.0.3 64bit
DIALER: Single Core2Quad 8GB RAM 150GB 10K SAS HD
brumsey
 
Posts: 4
Joined: Thu Apr 25, 2013 5:53 pm

Re: Ingroup Missing From Inbound Report

Postby williamconley » Thu Apr 25, 2013 6:22 pm

Is the ingroup active?

What is the Name of the Ingroup? Perhaps you chose a name unwisely? LOL (it's not named !@#%$!@# is it?)

Also remember that posting a URL is handy for something like this to be sure we are (literally) on the same page ... we are talking about "/vicidial/AST_CLOSERstats.php" yes?

Brand new installation ... you did not perform any post-install upgrades to SVN or add any software ...?
Vicidial Installation and Repair, plus Hosting and Colocation
Newest Product: Vicidial Agent Only Beep - Beta
http://www.PoundTeam.com # 352-269-0000 # +44(203) 769-2294
williamconley
 
Posts: 20258
Joined: Wed Oct 31, 2007 4:17 pm
Location: Davenport, FL (By Disney!)

Re: Ingroup Missing From Inbound Report

Postby brumsey » Thu Apr 25, 2013 6:32 pm

AST_CLOSERstats-php is the URL (looked too spammy lol)
PERS_XFER_MD is the ingroup name
yes the ingroup is active
brand new install only post install step so far has been to update the mysql root password
Blaine Rumsey
skype: blaine(dot)rumsey

Vicidial System Information
VERSION: 2.6-397a
BUILD: 130414-1924
INSTALL METHOD: VICIBOX ISO 4.0.3 64bit
DIALER: Single Core2Quad 8GB RAM 150GB 10K SAS HD
brumsey
 
Posts: 4
Joined: Thu Apr 25, 2013 5:53 pm

Re: Ingroup Missing From Inbound Report

Postby brumsey » Thu Apr 25, 2013 6:36 pm

I just did a quick test and copied the SINGLE AGENT DIRECT ingroup and the copy which I named TEST is showing in the Inbound report. Why would a copy work and a manually created one not?!?
Blaine Rumsey
skype: blaine(dot)rumsey

Vicidial System Information
VERSION: 2.6-397a
BUILD: 130414-1924
INSTALL METHOD: VICIBOX ISO 4.0.3 64bit
DIALER: Single Core2Quad 8GB RAM 150GB 10K SAS HD
brumsey
 
Posts: 4
Joined: Thu Apr 25, 2013 5:53 pm

Re: Ingroup Missing From Inbound Report

Postby brumsey » Thu Apr 25, 2013 6:55 pm

RESOLVED: Ok I deleted the ingroup and recreated it using the same name only this time I used the copy in group method instead of creating a new ingroup and viola, it is working.
Blaine Rumsey
skype: blaine(dot)rumsey

Vicidial System Information
VERSION: 2.6-397a
BUILD: 130414-1924
INSTALL METHOD: VICIBOX ISO 4.0.3 64bit
DIALER: Single Core2Quad 8GB RAM 150GB 10K SAS HD
brumsey
 
Posts: 4
Joined: Thu Apr 25, 2013 5:53 pm

Re: RESOLVED: Ingroup Missing From Inbound Report

Postby mflorell » Fri Apr 26, 2013 5:54 am

No idea why that would be happening. I tried doing what you had described on the same version of the code and couldn't duplicate. If you can still replicate this then please post what all of the vicidial_inbound_groups settings are for one that is hidden and for one that is not and maybe we can spot the difference in SQL.
mflorell
Site Admin
 
Posts: 18387
Joined: Wed Jun 07, 2006 2:45 pm
Location: Florida

Re: RESOLVED: Ingroup Missing From Inbound Report

Postby williamconley » Sat Apr 27, 2013 9:20 pm

i've had that happen in reverse a few times, but never where copy works and make new doesn't. unfortunately i've not had the pleasure of finding the "real reason" behind that sort of flaw in the past. oddly enough I've gone through field-by-field in mysql and matched all but the id and not been able to fix it until I delete and recreate. haven't had it happen in a few months, but one creeps in every now and then. so far the statement "we deleted the old one and now it works" has marked the end of the client's "interest" (ie: they stop paying for the completed task), so we've never really chased any of these anomalies down. LOL
Vicidial Installation and Repair, plus Hosting and Colocation
Newest Product: Vicidial Agent Only Beep - Beta
http://www.PoundTeam.com # 352-269-0000 # +44(203) 769-2294
williamconley
 
Posts: 20258
Joined: Wed Oct 31, 2007 4:17 pm
Location: Davenport, FL (By Disney!)

Re: RESOLVED: Ingroup Missing From Inbound Report

Postby franklinsj » Sun May 26, 2013 11:26 am

Hi,

I saw a line in AST_CLOSERstats.php that says $stmt="select group_id,group_name,8 from vicidial_inbound_groups where group_handling='PHONE' $LOGadmin_viewable_groupsSQL order by group_id;";

if you set the group_handling field as "PHONE" in the vicidial_inbound_groups table the ingroup will show up in the inbound report without the need of deleting and creating the same ingroup from copy.
VICIBOX ISO 4.0.3 64bit | VERSION: 2.6-396a | BUILD: 130402-2322 | Asterisk 1.4.44-vici | MULTISERVER | No Digium/Sangoma Hardware | No Extra Software After Installation | DB Server Supermicro X8DT3 Intel Xeon L5638
franklinsj
 
Posts: 19
Joined: Fri Nov 16, 2012 9:48 am

Re: RESOLVED: Ingroup Missing From Inbound Report

Postby saulortega » Sat Oct 05, 2013 10:41 am

This is due to a code error in admin.php.

{echo "<tr bgcolor=#B6D3FC><td align=right></td><td align=left><input type=hidden name=group_handling value=PHONE></td></tr>\n";}


A missing ">".
saulortega
 
Posts: 118
Joined: Mon Jul 29, 2013 11:46 am

Re: RESOLVED: Ingroup Missing From Inbound Report

Postby mflorell » Sat Oct 05, 2013 6:51 pm

Thanks for posting! We will get this fixed soon.
mflorell
Site Admin
 
Posts: 18387
Joined: Wed Jun 07, 2006 2:45 pm
Location: Florida


Return to Support

Who is online

Users browsing this forum: Google [Bot] and 131 guests