Page 1 of 1

Show CID of inbound for the day

PostPosted: Tue Mar 24, 2015 9:52 am
by mav2287
I haven't found this so I wanted to check before I went to the trouble of trying to put it together. I am looking for a quick way to get a list that looks a bit like this. Getting this out of the DB seems to be a cake walk. The only concern I have is that I want to be able to pull it through the admin side as a report or even better a nice table.
Code: Select all
CID        | Time | status
9135647894   10:50   DROP
9458795468   11:55   SALE
etc....
So far I haven't found anything like that. All the information I have found on the inbound reports and stats seem to be overall. Does this exist or does it need to be written. If I do need to write it where does it make sense and what approach/features/etc would be useful for others as well?

Re: Show CID of inbound for the day

PostPosted: Tue Mar 24, 2015 10:24 am
by mflorell
It's not exactly what you are looking for, but it's close:

did_log_export function

http://www.vicidial.org/docs/NON-AGENT_API.txt

Re: Show CID of inbound for the day

PostPosted: Tue Mar 24, 2015 12:04 pm
by mav2287
Very close actually. I may have a look at the code for this and then put together a report. If I get around to and decided to move forward I will upload it to the tracker. Anything you can think of that would be nice to have or that would go well in it?

Re: Show CID of inbound for the day

PostPosted: Tue Mar 24, 2015 4:57 pm
by mflorell
The only thing I can think of is that you remember to update the doc as well as the PHP code :)

Re: Show CID of inbound for the day

PostPosted: Wed Mar 25, 2015 2:52 pm
by mav2287
Yea I'm not so great at updating the documentation... I will add this to my wishlist/todo list and if I get time I will submit it.

Re: Show CID of inbound for the day

PostPosted: Thu Mar 26, 2015 4:19 pm
by mav2287
While I was setting up call forwarding I found something really close By going to "Click here to see a list of recordings and calls for this DID" the page it takes you to is pretty much exactly what I had in mind

Re: Show CID of inbound for the day

PostPosted: Thu Mar 26, 2015 5:01 pm
by mflorell
Yeah, that would work too, I forgot about that one :)