callhistory.xml

<< < (2/5) > >>

lrosenman:
any web browser will also open them.

Beware, there are bugs, and (at least on my 202) I get illegal characters (0x0), and mal-formed XML.

I've reported it to ObiHai on NUMEROUS occasions, but it seems to NOT be a priority for them :(

RobertThompson:
Hi:

You can use my program to convert the Obi Call History to a Tab-Delimited file which you can then load into a spreadsheet.

The page with instructions is: http://www.googlevoiceforcanadians.com/load-obi-callhistory-xml-file-spreadsheet/

The download can be found here: http://www.googlevoiceforcanadians.com/downloads/

If you have any difficulties, drop a post on the instruction page and I will get back to you.

Rob.

restamp:
Thanks, Rob.  That looks like it will do what I want.  Unfortunately I don't have a Windows box handy right now to run it on, but I did download it (and the GV counterpart) and will try them out sometime soon.

RobertThompson:
Quote from: restamp on July 11, 2015, 09:39:14 pm

... Unfortunately I don't have a Windows box handy right now to run it on...


Hi restamp:

If you are using Linux, I have added a linux version of my program to the Download page - it seems to work fine. http://www.googlevoiceforcanadians.com/downloads/

Let me know if it works, if you try it. :)

Rob.

restamp:
Hi Rob,
Thanks for taking the time to produce a version for Linux.  The program seems to run OK and produces a CallHistory.txt file, but the only fields populated in it are the CallDate (first field) and StartTime (second field).  All the tab separators are present, but the other fields are all NULL.  In other words:

Code:

<CallHistory date="7/13/2015" time="13:51:56">
<Event time="13:51:56">
<e0>From PH1</e0>
<e1>To SP1(*97)</e1>
</Event>
<Event time="13:51:56">
<e1>Call Connected</e1>
</Event>
<Event time="13:52:16">
<e0>Call Ended</e0>
</Event>
</CallHistory>

gets translated into:
Code:

CallDate        StartTime       TermID1 Direction1      TermID2 Direction2      PeerName1       Number1 PeerName2       Number2 EndTime
7/13/2015       13:51:56                                                         


Any ideas?

Navigation

[0] Message Index

[#] Next page

[*] Previous page