bar top left
bar top right
left curve
right curve
Welcome, Guest
Go to bottom
Post Reply
Post New Topic
Page: 12
TOPIC: Call center 1.5-3 out
#50394
Call center 1.5-3 out 1 Year, 10 Months ago Karma: 39
Links hidden for unregistered users. Login or register Here. This module would work in both: Elastix 2.0 and 1.6

Here de changelog:

* Fix behavior of agent reporting to prevent mistaking no-agent case with DB error
* Merge new CallCenter reports into SVN:
- Agent Information: show summary of agent, first/last disconnection, and received incoming calls.
- Agents Monitoring: real-time status of agents per queue, with total login time and number of calls
- Trunks used per hour: Displays calls placed/answered/abandoned per
trunk over a specified time period.
- Agents connection type: displays summary or detail of agent
sessions, with percentage of agent session actually spent handling calls, per queue, over a specified time period.
- Incoming calls monitoring: real-time summary of incoming calls, grouped by queue and status.
* Dialer: Always save start_time when marking a call as ShortCall.
Should fix Elastix bug #262.
* Dialer: Remove per-queue counter of pending calls. This code is prone
to get out of sync with the actual count of pending calls. Instead, store queue in call structure and count pending calls that match a given queue.
* Dialer: Fix assumption that Link and Join events will always occur after the OriginateResponse event. This does not always hold for calls made through the dialplan (Local/XXX@from-internal). Should fix issue of some calls not being detected when using dialplan for campaigns.
* Dialer: An incoming call that is transferred should result in the agent being marked as idle in the database, instead of incorrectly keep displaying the information for the transferred call. Fixes Elastix bug #213.
* Dialer: rename a method to reflect context in which it is used.
* Agent Console: only build VTiger link if contact information for incoming call actually exists.
* Agent Console: fix case typo for reference to translated string
* Agent Console: tweak loading of language files to have English strings as fallback if no localized string is available
* Break Administrator: fix reference to nonexistent translation string.
Spotted and fixed by Jorge Gutierrez.
* Agents: detect and fail operation to add an agent if the agent already
exists. Should fix Elastix bug #209
* Agents: remove obsolete parameter from method call that references an undefined variable.
* Merge improvements to templates for Campaign Out by Franck Danard
* Display callerid as incoming number for incoming calls
* Add more missing strings and synchronize French translations
* Check that session variable is set before testing if not null.
Enter code here   
Please note: although no board code and smiley buttons are shown, they are still usable.
rafael
Free Software is all about freedom
Administrator
Posts: 1459
graphgraph
User Offline Click here to see the profile of this user
Gender: Male Elastix Location: Ecuador Birthday: 10/11
Reply Quote
 
#50396
Re:Call center 1.5-3 out 1 Year, 10 Months ago Karma: 2
Hello Rafael.

I have a question.

This version only work with Elastix 2.0 & 1.6, or maybe work with 1.5.2?
Enter code here   
Please note: although no board code and smiley buttons are shown, they are still usable.
rubenguzman
Senior Boarder
Posts: 108
graphgraph
User Offline Click here to see the profile of this user
Gender: Male ruben.guzman.p Location: Bogota (COLOMBIA) Birthday: 04/11
Cordial saludo,


Ruben Guzman P.
Technical Support Manager
Reply Quote
 
#50398
Re:Call center 1.5-3 out 1 Year, 10 Months ago Karma: 1
Great, cant wait to test it, we have 10 agents logged in all the time working on outgoing campaigns, great tool!!!
Enter code here   
Please note: although no board code and smiley buttons are shown, they are still usable.
javapaul
Junior Boarder
Posts: 98
graphgraph
User Offline Click here to see the profile of this user
Gender: Male Giglion Birthday: 08/27
Elastix Padawan
Asterisk Padawan
Aterisk-Java Padawan
Working on my Auto-call project with Asterisk-Java, jsf 2.0, Primefaces 2.2, GlassFish 3.0, EJB 3.
Links hidden for unregistered users. Login or register Here
Reply Quote
 
#50458
Re:Call center 1.5-3 out 1 Year, 10 Months ago Karma: 0
Will this work if FreePBX is upgraded to 2.6 or 2.7?
Enter code here   
Please note: although no board code and smiley buttons are shown, they are still usable.
skeltic
Fresh Boarder
Posts: 7
graphgraph
User Offline Click here to see the profile of this user
Reply Quote
 
#50650
Re:Call center 1.5-3 out 1 Year, 10 Months ago Karma: 0
Hi, I just install the last version of Elastix and call center module and I've got a problem.. I can't add agents into it.. It says "Error when trying to insert an agent. Agent already exists".. Can you give a little help???
thanks
Enter code here   
Please note: although no board code and smiley buttons are shown, they are still usable.
hammanukem2
Fresh Boarder
Posts: 3
graphgraph
User Offline Click here to see the profile of this user
Reply Quote
 
#50651
Re:Call center 1.5-3 out 1 Year, 10 Months ago Karma: 0
Oh.. just one more thing... it was workint with the other version....

Thanks
Enter code here   
Please note: although no board code and smiley buttons are shown, they are still usable.
hammanukem2
Fresh Boarder
Posts: 3
graphgraph
User Offline Click here to see the profile of this user
Last Edit: 2010/04/10 01:57 By hammanukem2.
Reply Quote
 
#50931
Re:Call center 1.5-3 out 1 Year, 10 Months ago Karma: 0
I have elastix 1.6-12 and i installed call_center_1.5-3.tar.gz and when i try to register and agent it said "Error when trying to insert an agent. Agent already exists" what i have to do to make this work.
Enter code here   
Please note: although no board code and smiley buttons are shown, they are still usable.
hoortiz
Fresh Boarder
Posts: 8
graphgraph
User Offline Click here to see the profile of this user
Reply Quote
 
#50972
Re:Call center 1.5-3 out 1 Year, 10 Months ago Karma: 0
this is the exact same thing is happening to me. I just installed it and i get the same results. I looked into MYSql and there's no records on the tables. and i can't find any answers anywhere on the forum.
Enter code here   
Please note: although no board code and smiley buttons are shown, they are still usable.
Trosky777
Fresh Boarder
Posts: 7
graphgraph
User Offline Click here to see the profile of this user
Reply Quote
 
#50983
Re:Call center 1.5-3 out 1 Year, 10 Months ago Karma: 0
i found out that there error comes from checking a variable that is an array instead.

on this file /var/www/html/modules/agents/libs/Agentes.class.php

// if (!is_null($this->getAgents($agent[0]))) { this is the original line, which i commented and replaced for the one below

if (count($this->getAgents($agent[0])) > 0) {
$this->errMsg = 'Agent already exists';
return FALSE;

This allows the agents to be created and they are written in the database. But for some reason more than 1 agents can b created since this info its written in the text files. Any comments about this might be helpful.
Enter code here   
Please note: although no board code and smiley buttons are shown, they are still usable.
Trosky777
Fresh Boarder
Posts: 7
graphgraph
User Offline Click here to see the profile of this user
Reply Quote
 
#51401
Re:Call center 1.5-3 out 1 Year, 9 Months ago Karma: 0
Thanks i install previous version and it's works so for lnow those implamentation i'm gonna be there, but in the future i'm gonna install new 1.5-3
Enter code here   
Please note: although no board code and smiley buttons are shown, they are still usable.
hoortiz
Fresh Boarder
Posts: 8
graphgraph
User Offline Click here to see the profile of this user
Reply Quote
 
Go to top
Post Reply
Post New Topic
Page: 12
Moderators: rafael, Bob, jgutierrez