[cisco-voip] UCCX, ASR and Grammars

2019-10-17 Thread Clifford McGlamry
Using UCCX version 11 and have installed Nuance ASR version 11. It's ASR is registered up and recognized by UCCX. I'm need to get grammars for some really simple applications. Basically, numbers (spoken and DTMF) and yes/no. I cannot find any documentation on where to get this or how to

Re: [cisco-voip] tools to parse CDR quickly on Windows (windows grep?)

2019-10-17 Thread ROZA, Ariel
About Windows grep: https://sourceforge.net/projects/grepwin/ De: cisco-voip En nombre de Lelio Fulgenzi Enviado el: jueves, 17 de octubre de 2019 10:55 Para: voyp list, cisco-voip (cisco-voip@puck.nether.net) Asunto: [cisco-voip] tools to parse CDR quickly on Windows (windows grep?) What

Re: [cisco-voip] Thoughts on options for wireless conference phones

2019-10-17 Thread Myron Young
Yea Ive used the konftel and those are pretty decent. Can’t say I would recommend the 8832 wifi option though for a conference room. On Oct 17, 2019, at 4:21 PM, Brian Meade wrote:  You can also use the 8832 with Wifi and one of those rechargeable power packs connected via USB-C. On Thu,

Re: [cisco-voip] Thoughts on options for wireless conference phones

2019-10-17 Thread Brian Meade
You can also use the 8832 with Wifi and one of those rechargeable power packs connected via USB-C. On Thu, Oct 17, 2019 at 4:19 PM Brian Meade wrote: > I have some clients that use these- > https://www.konftel.com/en/products/konftel-300wx > > Looks a bit more like a normal conference phone

Re: [cisco-voip] Thoughts on options for wireless conference phones

2019-10-17 Thread Brian Meade
I have some clients that use these- https://www.konftel.com/en/products/konftel-300wx Looks a bit more like a normal conference phone than the Revo Labs setup. On Wed, Oct 16, 2019 at 10:43 PM Dana Tong wrote: > Hi all, > > > > Anyone have any thoughts on 100% wireless conference phones? > > >

Re: [cisco-voip] tools to parse CDR quickly on Windows (windows grep?)

2019-10-17 Thread Kent Roberts
I have a php script that will load an ms sql database. I can send it if I can figure out where I put it Kent > On Oct 17, 2019, at 10:12, Lelio Fulgenzi wrote: > > Sweet. Thanks again. > > > --- > Lelio Fulgenzi, B.A. | Senior Analyst > Computing and Communications Services | University

Re: [cisco-voip] tools to parse CDR quickly on Windows (windows grep?)

2019-10-17 Thread Pawlowski, Adam
We have an in house tool that parses the CDR records being loaded by the loader into a database. The data is indexed so searching with a front end is pretty easy . We're actually eliminating this tool as we do not want to store call detail records for liability and data storage reasons . We do

Re: [cisco-voip] [EXTERNAL] Re: Thoughts on options for wireless conference phones

2019-10-17 Thread Scott Voll
shure is the maker of the arrays we use in the ceiling. I'm not sure on the array model number but here is a link to what they look like: https://www.shure.com/en-US/products/microphones/mxa910 They have worked great. we did a integration with a bunch of 3rd party stuff AMX / Shure / biamp /

Re: [cisco-voip] tools to parse CDR quickly on Windows (windows grep?)

2019-10-17 Thread Parker Pearson - Donoma
Lelio: We have a GUI based solution called OneView. We wrote it because so many people asked for a better way to get the data from their Cisco call platforms. Plus you can automate the reports like you said you wanted. It works for both Call Manager and UCCX data. Demos available. Just

Re: [cisco-voip] tools to parse CDR quickly on Windows (windows grep?)

2019-10-17 Thread Lelio Fulgenzi
Sweet. Thanks again. --- Lelio Fulgenzi, B.A. | Senior Analyst Computing and Communications Services | University of Guelph Room 037 Animal Science & Nutrition Bldg | 50 Stone Rd E | Guelph, ON | N1G 2W1 519-824-4120 Ext. 56354 | le...@uoguelph.ca www.uoguelph.ca/ccs | @UofGCCS on Instagram,

Re: [cisco-voip] tools to parse CDR quickly on Windows (windows grep?)

2019-10-17 Thread Hunter Fuller
Yes, in my case because it's debian, I would use 'wsl sudo apt install ...' to install stuff. Actually this is probably the easiest way to run Python on Windows now, in my opinion, especially if the rest of your environment is Linux (like mine). The scripts Just Work(tm). -- Hunter Fuller Router

Re: [cisco-voip] tools to parse CDR quickly on Windows (windows grep?)

2019-10-17 Thread Lelio Fulgenzi
Interesting. How are the packages updated? Via wsl or whatever package updater tool exists on the linux host? --- Lelio Fulgenzi, B.A. | Senior Analyst Computing and Communications Services | University of Guelph Room 037 Animal Science & Nutrition Bldg | 50 Stone Rd E | Guelph, ON | N1G 2W1

Re: [cisco-voip] tools to parse CDR quickly on Windows (windows grep?)

2019-10-17 Thread Hunter Fuller
You basically just get a Linux system (mine is Debian) that you can install whatever you want into. Then from Windows, you would run 'wsl ' and it runs it inside the Linux environment. Example: PS C:\Users\hf0002> wsl grep --version grep (GNU grep) 2.27 -- Hunter Fuller Router Jockey VBH Annex

Re: [cisco-voip] tools to parse CDR quickly on Windows (windows grep?)

2019-10-17 Thread Lelio Fulgenzi
Oh... that might work. Will have to see how big of a footprint it leaves and if my scripts work without editing. Does it install things like ksh, sed, awk, etc? --- Lelio Fulgenzi, B.A. | Senior Analyst Computing and Communications Services | University of Guelph Room 037 Animal Science &

Re: [cisco-voip] tools to parse CDR quickly on Windows (windows grep?)

2019-10-17 Thread Lelio Fulgenzi
Yeah, I want to be able to input a few extensions with say two or three years’ worth of CDR data that has been exported to CSV files (simplified columns, just a few) and get output. I’d rather not give them raw data, so I’d probably import that into an excel. --- Lelio Fulgenzi, B.A. |

Re: [cisco-voip] tools to parse CDR quickly on Windows (windows grep?)

2019-10-17 Thread Myron Young
Variphy is a good product for that. It can pull directly from CUCM thru CDR billing application integration and digest CDR files from backup files and has a very user friendly reporting interface. You can also include Unity and CCX as well if you want one reporting tool for all your apps On

Re: [cisco-voip] tools to parse CDR quickly on Windows (windows grep?)

2019-10-17 Thread Hunter Fuller
If you're just trying to run your script on Windows, try the Windows Subsystem for Linux. You could even make it output a spreadsheet or something with some Python-fu. WSL is very low-touch in my experience, not a bear to support or anything. -- Hunter Fuller Router Jockey VBH Annex B-5 +1 256

Re: [cisco-voip] [EXTERNAL] Re: Thoughts on options for wireless conference phones

2019-10-17 Thread JASON BURWELL via cisco-voip
Scott, what Microphone arrays are you using? The ceiling mount arrays? How do you like them? Thanks! Jason From: cisco-voip On Behalf Of Scott Voll Sent: Thursday, October 17, 2019 10:40 AM To: jcolon...@gmail.com Cc: Cisco VOIP Subject: [EXTERNAL] Re: [cisco-voip] Thoughts on options for

Re: [cisco-voip] Thoughts on options for wireless conference phones

2019-10-17 Thread Scott Voll
Agreed. we used those revo labs about 5 or 6 years ago. we told them before they bought them (Work Station Support had to have them) then after they had them always dead, they dumped them in our laps (telecom). We knew that would be an issue... Well as much as I wanted to get on the desk

[cisco-voip] tools to parse CDR quickly on Windows (windows grep?)

2019-10-17 Thread Lelio Fulgenzi
What tools have others used to parse CDRs for reports for users/departments? I've written a script, but would like to be able to Windows-a-fy this so others can do this easily. Is there a good windows grep out there or something else? Lelio --- Lelio Fulgenzi, B.A. | Senior Analyst Computing