CallerID 1.3.2 (Tapi,XaP, Yac) plugin for xlobby www

Xlobby plugin development

Re: CallerID 1.3.2 (Tapi,XaP, Yac) plugin for xlobby www

Postby PhilB on Tue Jun 10, 2008 8:02 pm

I see the new database value in a test call. Let me build up a day or so of inbound calls in the log so that we can see if the new value sorts properly.

Another "nice to have" might also be if you could parse the inbound phone numbers so they display formatted properly. For example, they currently display as 9081112222. It would be easier to read if the number was displayed as 908-111-2222. Only if you have nothing better to do!

Thanks,
PB
PhilB
 
Posts: 283
Joined: Sat Feb 18, 2006 6:38 pm

Re: CallerID 1.3.2 (Tapi,XaP, Yac) plugin for xlobby www

Postby lar282 on Wed Jun 11, 2008 1:57 pm

PhilB wrote:I see the new database value in a test call. Let me build up a day or so of inbound calls in the log so that we can see if the new value sorts properly.

Another "nice to have" might also be if you could parse the inbound phone numbers so they display formatted properly. For example, they currently display as 9081112222. It would be easier to read if the number was displayed as 908-111-2222. Only if you have nothing better to do!

Thanks,
PB

thats US, not here.I could make a special build for u if u want.

//Lasse
lar282
 
Posts: 1624
Joined: Thu Apr 01, 2004 4:13 pm
Location: Helsingborg, Sweden

Re: CallerID 1.3.2 (Tapi,XaP, Yac) plugin for xlobby www

Postby PhilB on Wed Jun 11, 2008 3:37 pm

I want, I want. :)

Let me see if the latest fixes the sorting first though.

PB
PhilB
 
Posts: 283
Joined: Sat Feb 18, 2006 6:38 pm

Re: CallerID 1.3.2 (Tapi,XaP, Yac) plugin for xlobby www

Postby lar282 on Thu Jun 12, 2008 8:40 am

PhilB wrote:I want, I want. :)

Let me see if the latest fixes the sorting first though.

PB

here u go. if number=10 digits then its formated. Plus I fixed the reverse lookup for USA( http://www.whitepages.com/reverse_phone ), cause it didn't work anymore. Now it does.

http://www.xlobby.com/files/Shaggy/XCal ... llerID.dll


//Lasse
lar282
 
Posts: 1624
Joined: Thu Apr 01, 2004 4:13 pm
Location: Helsingborg, Sweden

Re: CallerID 1.3.2 (Tapi,XaP, Yac) plugin for xlobby www

Postby PhilB on Thu Jun 12, 2008 3:31 pm

Thanks. I will install and report back.
PhilB
 
Posts: 283
Joined: Sat Feb 18, 2006 6:38 pm

Re: CallerID 1.3.2 (Tapi,XaP, Yac) plugin for xlobby www

Postby PhilB on Fri Jun 13, 2008 12:53 am

USA Lookup works fine now.

US Phone formatting also looks good.

Sortdate seems to be still a little off based on the recent call log data. Here is a screen shot of date and sortdate. For some reason, the first 3 calls on the 12th are out of order. Not sure why.

Image

Any ideas?
PhilB
 
Posts: 283
Joined: Sat Feb 18, 2006 6:38 pm

Re: CallerID 1.3.2 (Tapi,XaP, Yac) plugin for xlobby www

Postby lar282 on Fri Jun 13, 2008 6:35 am

PhilB wrote:USA Lookup works fine now.

US Phone formatting also looks good.

Sortdate seems to be still a little off based on the recent call log data. Here is a screen shot of date and sortdate. For some reason, the first 3 calls on the 12th are out of order. Not sure why.

Image

Any ideas?


I can't see the image.
But if the numbers are correct and it still does not sort ok, then we prob need Stevens help. Unless u see whats wrong with the sortdate?

//Lasse
lar282
 
Posts: 1624
Joined: Thu Apr 01, 2004 4:13 pm
Location: Helsingborg, Sweden

Re: CallerID 1.3.2 (Tapi,XaP, Yac) plugin for xlobby www

Postby m_ski on Fri Jun 13, 2008 2:49 pm

Lasse,

You need to make sortdate always use the same number of characters and use a 24hour format rather than 12 hour, otherwise the alphanumeric sorting will not work correctly.
m_ski
 
Posts: 204
Joined: Wed Dec 08, 2004 7:57 am
Location: Kent, United Kingdom

Re: CallerID 1.3.2 (Tapi,XaP, Yac) plugin for xlobby www

Postby PhilB on Fri Jun 13, 2008 6:03 pm

A minor consequence of implementing the US phone number formatting is that when the caller is identified as "NoCallerID" the phone number field gets populated with "NoC-all-erID"

Thanks,
PB
PhilB
 
Posts: 283
Joined: Sat Feb 18, 2006 6:38 pm

Re: CallerID 1.3.2 (Tapi,XaP, Yac) plugin for xlobby www

Postby lar282 on Fri Jun 13, 2008 7:05 pm

m_ski wrote:Lasse,

You need to make sortdate always use the same number of characters and use a 24hour format rather than 12 hour, otherwise the alphanumeric sorting will not work correctly.


Thanks for the tip.

try the new dll out for me please. you get to be my guinny pig.
http://www.xlobby.com/files/Shaggy/XCal ... llerID.dll

both formating and nocaller id should be fixed

//Lasse
lar282
 
Posts: 1624
Joined: Thu Apr 01, 2004 4:13 pm
Location: Helsingborg, Sweden

Re: CallerID 1.3.2 (Tapi,XaP, Yac) plugin for xlobby www

Postby PhilB on Fri Jun 13, 2008 8:38 pm

Oink. I will give it a try.

EDIT:

So far it looks good except the DATE is recording the same as the SORTDATE in terms of formatting. It would be better to sort on SORTDATE but show the actual call date as a easy to read formatted field like 9:43 AM 6/10/08. The time of the call seems to be more important than the day according to the wife.

Another nice addition might be an index field so that each call gets assigned a CALLINDEX. This would make finding a number in the database easy. For example if the database was cleared, the next call would get #1. and increment from there until the database is cleared. The goal would be not to clear the database and keep a record of all calls. Then it would be easy to have a screen that displayed the image, number, name and CALLINDEX and reference that in the larger database. I guess this is useful if the database gets more than 1 page but I noticed that I have to nextpage for calls and have a hard time finding when they called.

I will keep you posted as I get more data to determine if the SORTDATE fix works over time.

Thanks,
PB
PhilB
 
Posts: 283
Joined: Sat Feb 18, 2006 6:38 pm

Re: CallerID 1.3.2 (Tapi,XaP, Yac) plugin for xlobby www

Postby PhilB on Sat Jun 21, 2008 1:13 am

I have been running your last update for several days now that you have fixed the US Lookup. Here is what the data shows in two columns so that you can see the who thing. Seems like I get a very high percentage of unknown callers even thought I get caller ID on my LCD on my phone correctly. Something is amiss there.

Image
PhilB
 
Posts: 283
Joined: Sat Feb 18, 2006 6:38 pm

Re: CallerID 1.3.2 (Tapi,XaP, Yac) plugin for xlobby www

Postby lar282 on Mon Jun 23, 2008 7:34 pm

I think u will like this dateformate in the date parameter ( example, 21:10 Monday) . That should be easy to see and have a high WAF.

About the missed CID I do not know why. I will look in the code and see if I can speed it up.


http://www.xlobby.com/files/Shaggy/XCal ... llerID.dll

Phil it would really help if u send me the xcallerid.log, cause then I can see where in the code it goes wrong about the CID. I promise I will NOT look at the numbers. send it to me at lasse10@telia.com

//Lasse
lar282
 
Posts: 1624
Joined: Thu Apr 01, 2004 4:13 pm
Location: Helsingborg, Sweden

Re: CallerID 1.3.2 (Tapi,XaP, Yac) plugin for xlobby www

Postby PhilB on Tue Jun 24, 2008 12:25 am

The formatting is working and shows:

2008-06:23 20:13

Could you tweak it one more time (please) to show:

2008-06-23 20:13

I sent the log. I am checking to see if there is a driver update for my modem. My portable phone IDs callers after 1 ring. The XL callerID screen does not appear until 2-3 rings have gone.

Thanks!
PB
PhilB
 
Posts: 283
Joined: Sat Feb 18, 2006 6:38 pm

Re: CallerID 1.3.2 (Tapi,XaP, Yac) plugin for xlobby www

Postby lar282 on Tue Jun 24, 2008 6:27 am

PhilB wrote:The formatting is working and shows:

2008-06:23 20:13

Could you tweak it one more time (please) to show:

2008-06-23 20:13

I sent the log. I am checking to see if there is a driver update for my modem. My portable phone IDs callers after 1 ring. The XL callerID screen does not appear until 2-3 rings have gone.

Thanks!
PB

fixed:
http://www.xlobby.com/files/Shaggy/XCal ... llerID.dll

look at the Display iten in the database, thats the one I did like 08:45 Tuesday

I will look at the log during the day

//Lasse
lar282
 
Posts: 1624
Joined: Thu Apr 01, 2004 4:13 pm
Location: Helsingborg, Sweden

Previous