Mitel Forums - The Unofficial Source
Mitel Forums => Non-Mitel Chatter => Topic started by: Mattmayn on April 12, 2010, 09:43:51 AM
-
I have a customer with Verint Audio Log. I recently upgraded their Mitel equipment from a SX-200 to a 3300. The Audio Log portion seems to be having issues overlapping calls. I do not take care of this equipment nor do I know anything about how it works, but of course everyone expects me to come up with the solution. All I know is that the Audio Log should get the SMDR that I provide it and tag recordings based on that information. There are two physical T1 taps that go to this server and it doesn't always stop recording when it should. From what I am told two or three calls may be in one recording.
So my short question to this long mess is: does anyone have experience with these guys?
-
Do you have a sample of the SMDR before and after? Perhaps it's just an option you can adjust as to what is logged?
-
They claim that they are getting the records twice and when I monitor the SMDR stream they are not being duplicated.
-
Yuk - I'd dump the stream to a text file and say....SEEEE! Is that app using the standard SMDR port to collect the data?
telnet <mitel IP> 1752 > c:\log.txt
-
That is how I am getting it, they have a copy of about an hour or so worth of it.
I'm not too sure how good these guys are at what they do. They claim to be the highest rated by Verint in my region but we will see.
-
Chak,
I found the telnet redirect solution you posted interesting. Never thought of that. Unfortunanly, I wasn't able to make the redirect work. You sure of that command?
Ralph
Cat Food (http://www.katstalk.com)
-
Right you are - I could have sworn I'd done that in the past. Anyway, here is the correct way to do it with the default windows command line telnet:
telnet -f c:\log.txt <mitel IP> 1752
Drop the < >;s
-Chak