Page 1 of 1

Recordings Name

PostPosted: Mon Dec 03, 2007 1:28 pm
by enjay
How difficult would it be to add DISPOSITION as one of the recording naming options? I.e. FULLDATE_CAMPAIGN_CUSTPHONE_DISPO

-Art

PostPosted: Mon Dec 03, 2007 1:37 pm
by Op3r
I think thats due to the way it records the calls.

I mean when somebody picked up it will automatically starts to record and the variables are already given. Not unless you modify the call_log,agi to rename the recording name and add the dispo

just my 2 cents.

PostPosted: Tue Dec 04, 2007 12:33 am
by mflorell
I've had that suggested to me before, but the issue with that is you do not know the DISPO until the call is finished so you cannot name it that until after the recording is over. There currently isn't any way of doing that within the VICIDIAL infrastructure, and if we were to add a way it would have to work across multiple recordings for the same call, since recordings have a many to one relationship with calls.

PostPosted: Thu Dec 06, 2007 9:37 am
by rey_philip
Speaking of recordings, I also have a problem on this. I had a problem on how to link the recording to its status.

hi

PostPosted: Fri May 02, 2008 5:46 am
by prince.fer
I want to do recording with Agent name and Customer Phone. Is there any option like AGENT_CUSTPHONE

Thanks

PostPosted: Fri May 02, 2008 5:50 am
by devafree
Hello

Logically speaking, it is easy to understand that the call disposition cannot be known until after the call is disposed. However, can't the dispostion be added to the filename by renaming the recording filename?

devafree

hi

PostPosted: Fri May 02, 2008 6:37 am
by prince.fer
I just want the AGENT NAME and CUSTOMER_PHONE. Can it be possible ?

PostPosted: Fri May 02, 2008 6:59 am
by mflorell
Because agent name can have spaces in it, this is not advisable without some extra logic to remove the non-alphanumeric characters in agent name.

PostPosted: Fri May 02, 2008 12:29 pm
by DarknessBBB
Maybe this feature can be added to the recently improved archiving scripts? They can keep track of recordings' movements, so maybe is not so difficult to rename them, too.

What do you think Matt?

hi

PostPosted: Fri May 02, 2008 12:50 pm
by prince.fer
My Agent is having numeric identity. And customer phone will also be numeric. So can it be possible to get AGENT and CUSTOMER_NUMBER in the recording file.

PostPosted: Fri May 02, 2008 2:56 pm
by mflorell
when you say customer number, what field in the database are you referring to?

As for the agent, adding the agent full_name field to the recording naming scheme would just take some programming on the vicidial.php and sub-scripts to make it happen.