CallWall / CallWall.Web

Web host for the CallWall product. Hosts the Cloud client and any downloads
0 stars 1 forks source link

Phone lookup #107

Closed LeeCampbell closed 9 years ago

LeeCampbell commented 9 years ago

Functionality to do a lookup by Phone Number.

PhoneNumbers are homogenized and will attempt to stored as both local number and a GSM format. Then contacts can be accessed via a lookup on their phone number e.g.

http://localhost:49391/Contact/Lookup/?keys=%2B61412341234

Currently only single match semantics are supported. Support for unknown key and multiple matches for a key need to be added. Currently the url format needs to be stripped local or GSM format. It needs to also accepts string formatted values e.g. +61-4-1234-1234 In memory implementation is fast. EventStore implementation is slow as it replays all data to find a match each time.