View previous topic :: View next topic |
Author |
Message |
NIKHIL
Joined: 07 Sep 2006 Posts: 3
|
Posted: Tue Sep 19, 2006 8:20 am Post subject: Call.Txt |
|
|
I want to Process the Call.Txt Generated by Tapi-Smdr in our Call Accounting software but when I try to open the File Call.Txt it gives out an error as File is in use by someone,
It is possible that Tapi-Smdr application generate Call.Txt file in every 10 minutes like Callxxxxxx.Txt and so on
[/code][/quote] |
|
Back to top |
|
|
Northwood Delevoper
Joined: 27 Sep 2005 Posts: 7
|
Posted: Thu Sep 21, 2006 8:14 am Post subject: Re: Call.Txt |
|
|
NIKHIL wrote: | I want to Process the Call.Txt Generated by Tapi-Smdr in our Call Accounting software but when I try to open the File Call.Txt it gives out an error as File is in use by someone,
It is possible that Tapi-Smdr application generate Call.Txt file in every 10 minutes like Callxxxxxx.Txt and so on
|
We open Calls.txt. file in Word PAD and everything is ok. Our program blocks access to file.txt for writing in it and permits it only for reading. For what purpose you need to open this file with opportunity of recording?
We’d like you to notice that our format of data differs from standard format SMDR message which are gave out by KX-TD and KX-TDA station. The differences between the formats are described in http://www.blitz-cti.com/download/tapismdr/Blitz_TDA-TD_SMDR_eng.xls. |
|
Back to top |
|
|
NIKHIL
Joined: 07 Sep 2006 Posts: 3
|
Posted: Fri Sep 22, 2006 10:44 am Post subject: Re: Call.Txt |
|
|
I want to Open the Call.Txt files and process its captured strings into our call accounting application and then delete the file,
We will read the call.txt file in every 10 minutes to update our call accounting software, we had understdood all the fields and it will work with our software the only problem is to process the calls into our call accounting software |
|
Back to top |
|
|
Northwood Delevoper
Joined: 27 Sep 2005 Posts: 7
|
Posted: Wed Sep 27, 2006 6:21 am Post subject: |
|
|
As we understand your problem consists in fixing the last string which was read by your program in Calls.txt file during the last use so that not to read the same data several times. For simplification the solution of this problem you want either to clear the Calls.txt file after every reading or after reading it to delete this file.
In the first case our program has to write only new call’s string in Calls.txt file and
in the latter case our program has to form new Calls.txt file with call’s string which your program didn’t read yet.
We can realize both variants. We begin with our program will open calls.txt file only during writing new string. |
|
Back to top |
|
|
NIKHIL
Joined: 07 Sep 2006 Posts: 3
|
Posted: Sun Oct 08, 2006 2:54 pm Post subject: Call.Txt |
|
|
Yes, I require this solution i.e. when new call arives your programe will
open the Call.Txt file and write in, where to get this new revised application for test purpose
Sinclair wrote: | As we understand your problem consists in fixing the last string which was read by your program in Calls.txt file during the last use so that not to read the same data several times. For simplification the solution of this problem you want either to clear the Calls.txt file after every reading or after reading it to delete this file.
In the first case our program has to write only new call’s string in Calls.txt file and
in the latter case our program has to form new Calls.txt file with call’s string which your program didn’t read yet.
We can realize both variants. We begin with our program will open calls.txt file only during writing new string. |
|
|
Back to top |
|
|
Admin Site Admin
Joined: 25 Aug 2005 Posts: 16
|
Posted: Tue Oct 17, 2006 9:28 am Post subject: |
|
|
In new version 1.78 of Blitz TAPI SMDR and the version 2.1.4 of Blitz
Tapi SMDR PRO the solution you required is implemented.
You can download trial version on
http://www.blitz-cti.com/download/tapismdr/trial |
|
Back to top |
|
|
|