Hi, I'm trying to design a system to query a database when an incoming call is received from an analog phone line.
The query is simply linking the phone number to past records i.e. when an incoming call is received a query is made to look for the primary key (the phone number) and then relate to other enitys in the database.
My problem is converting the analog line to VoIP and also querying the database from VoIP, whats the best method and is this possible?
Many thanks in advance
The query is simply linking the phone number to past records i.e. when an incoming call is received a query is made to look for the primary key (the phone number) and then relate to other enitys in the database.
My problem is converting the analog line to VoIP and also querying the database from VoIP, whats the best method and is this possible?
Many thanks in advance