Reverse lookup of phone numbers

Dedicated forum for the visual 'drag and drop' voice application designer that allows easy creation of advanced voice applications without programming knowledge

Moderators: kevin, 3CX staff

Reverse lookup of phone numbers

Postby it43 » Mon Mar 01, 2010 10:11 pm

We have currently an asterisk pbx running where we have a php script on a local webserver which is launched if someone is calling. This script makes reverse lookup of the number over the web and gives the caller name back to the pbx. On the phone I see then the caller name instead of just the number.

Can this be done for 3CX with the VAD?

Thanks for help

Daniel
it43
New User
 
Posts: 4
Joined: Mon Mar 01, 2010 7:06 am

Re: Reverse lookup of phone numbers

Postby VAD_Support » Mon Mar 01, 2010 10:42 pm

It is more appropiate to use the CRM Integration module to do that.
You need to create a simple plug-in using this API: http://wiki.3cx.com/api/3cx-crm-plug-api
Your plug-in should query your web page and return the contact information.
VAD_Support
3CX Valued Professional
3CX Valued Professional
 
Posts: 421
Joined: Thu Aug 06, 2009 5:29 pm

Re: Reverse lookup of phone numbers

Postby it43 » Sat Mar 06, 2010 10:48 am

VAD_Support wrote:It is more appropiate to use the CRM Integration module to do that.
You need to create a simple plug-in using this API: http://wiki.3cx.com/api/3cx-crm-plug-api
Your plug-in should query your web page and return the contact information.


Ok, as I understand this is fine if you are sitting in front of a PC. But what happens if you have no PC around (or PC is switched off...) and just a SIP phone on the desk? In this case it would be nice to have the caller name displayed using reverse lookup functions. This reverse lookup should be done bevor the call gets to any extension. Is there no other solution available which can do this like it can be done in Asterisk?
it43
New User
 
Posts: 4
Joined: Mon Mar 01, 2010 7:06 am

Re: Reverse lookup of phone numbers

Postby VAD_Support » Sun Mar 07, 2010 3:10 pm

Hi Daniel,

You're right, that is only useful when you are sitting in front of a PC.

Unfortunatelly this is not possible with the VAD. When you tranfer a call, you can not add information to the caller id. This is a very interesting feature, so I'm going to add a feature request, so this can be do-able with the VAD...

There is another 3CX API (http://www.3cx.com/blog/docs/take-contr ... ntrol-api/) which maybe you can use for this. I'm not sure if this is do-able with that API, but maybe you can give it a try. Unfortunatelly I don't have experience using that API, so I can not tell you for sure if what you need is possible using it, but maybe you can do some tests with it...
VAD_Support
3CX Valued Professional
3CX Valued Professional
 
Posts: 421
Joined: Thu Aug 06, 2009 5:29 pm

Re: Reverse lookup of phone numbers

Postby Hivemind » Mon Mar 15, 2010 9:21 pm

I'll second the CallerID manipulation via VAD.
I have a similar issue.
Though a CRM plugin is nice in theory, in practice it's hard to beat the simpleness of reading the CID on the phone.
Hivemind
New User
 
Posts: 8
Joined: Mon Feb 22, 2010 3:46 pm

Re: Reverse lookup of phone numbers

Postby SWSDEV » Wed Mar 17, 2010 1:55 am

We have built a reverse lookup system that we've put into this caller id software:

http://www.utahvoipstore.com/Products/128-reverse-lookup-caller-id-software-25-free-lookups.aspx.

If you want we could talk to you about integrating the same lookup into your VAD call flow.
Shahzad Qureshi
SWS Development - 3CX Certified Partner
Custom 3CX integration
Salt Lake City, UT USA
801-938-7712
swsdev.com
SWSDEV
Expert
Expert
 
Posts: 246
Joined: Sat Feb 23, 2008 6:51 am
Location: Salt Lake City, Utah - USA

Re: Reverse lookup of phone numbers

Postby VAD_Support » Wed Mar 17, 2010 10:29 pm

Hi Shahzad,

This is very interesting. May I ask some questions? Can this system change the caller id that the user sees in the phone when picks up the call? Or do you need a PC to receive the notification?

Thanks.
VAD_Support
3CX Valued Professional
3CX Valued Professional
 
Posts: 421
Joined: Thu Aug 06, 2009 5:29 pm

Re: Reverse lookup of phone numbers

Postby SWSDEV » Wed Mar 17, 2010 11:44 pm

We had spoken to a vendor about integrating it with their IP Phones via the phone's XML capabilities. That is what you could do with your own lookup service. Most likely the phones you're using has the ability to do that.

Otherwise, the only way to do that would be finding a way to edit the SIP headers, which can't be done in the VAD they said. (I haven't tried it though, I'm assuming the $callflow.ANI variable is read only).

Using the other 3CX API there might be a way to manipulate the headers actually, but I would need to take a moment to look it over.

How big of a need is this for you?
Shahzad Qureshi
SWS Development - 3CX Certified Partner
Custom 3CX integration
Salt Lake City, UT USA
801-938-7712
swsdev.com
SWSDEV
Expert
Expert
 
Posts: 246
Joined: Sat Feb 23, 2008 6:51 am
Location: Salt Lake City, Utah - USA

Re: Reverse lookup of phone numbers

Postby VAD_Support » Thu Mar 18, 2010 12:18 am

This is an interesting way to do that. I was investigating how to do it altering the SIP headers using the Call Control API, but it doesn't seem to be possible that way, at least with the current interface of that API...

I was just asking about this because it is something requested by users, and it would be great to add the callerid feature to the VAD....

Regards,
VAD_Support
3CX Valued Professional
3CX Valued Professional
 
Posts: 421
Joined: Thu Aug 06, 2009 5:29 pm

Re: Reverse lookup of phone numbers

Postby Montclairguy » Wed Mar 24, 2010 4:49 am

VAD_Support wrote:It is more appropiate to use the CRM Integration module to do that.
You need to create a simple plug-in using this API: http://wiki.3cx.com/api/3cx-crm-plug-api
Your plug-in should query your web page and return the contact information.


That link is dead. Do you have a functioning link for this plug-in API? I'm interested in seeing the capabilities.
Montclairguy
Specialist
Specialist
 
Posts: 71
Joined: Tue Feb 23, 2010 8:53 pm

Re: Reverse lookup of phone numbers

Postby VAD_Support » Wed Mar 24, 2010 7:01 pm

The page has been moved. This is the new location:
http://www.3cx.com/blog/docs/crm-api/
VAD_Support
3CX Valued Professional
3CX Valued Professional
 
Posts: 421
Joined: Thu Aug 06, 2009 5:29 pm

Re: Reverse lookup of phone numbers

Postby it43 » Thu Dec 23, 2010 4:52 pm

Any news on this issue? I currently have that feature on my asterisk setup and I like it to see names instead of numbers :-) But I'm not going to switch me and my customers to 3CX without this possibility.
it43
New User
 
Posts: 4
Joined: Mon Mar 01, 2010 7:06 am

Re: Reverse lookup of phone numbers

Postby VAD_Support » Thu Dec 23, 2010 7:28 pm

No, this is not possible yet. But I know that there are important changes related to the Assistant for version 10, so maybe that is something you can do when that version is available...

Regards,
VAD_Support
3CX Valued Professional
3CX Valued Professional
 
Posts: 421
Joined: Thu Aug 06, 2009 5:29 pm

Re: Reverse lookup of phone numbers

Postby it43 » Fri May 06, 2011 8:10 pm

VAD_Support wrote:No, this is not possible yet. But I know that there are important changes related to the Assistant for version 10, so maybe that is something you can do when that version is available...


Any news on this issue?

Daniel
it43
New User
 
Posts: 4
Joined: Mon Mar 01, 2010 7:06 am

Re: Reverse lookup of phone numbers

Postby VAD_Support » Fri May 06, 2011 8:27 pm

There is a new feature in 3CX v10 (commercial editions only) that allows doing something like this. When you have the 3CX company phone book filled with your contacts, when a call arrives 3CX Phone System will look for the contact name in the phone book, and when found it will send the contact name in the SIP message, so you see it in the phone.

It is not possible to query an external data source, but you may import you contact information into 3CX phone book to achieve this. No VAD callflow would be necessary.
VAD_Support
3CX Valued Professional
3CX Valued Professional
 
Posts: 421
Joined: Thu Aug 06, 2009 5:29 pm

Next

Return to 3CX Voice Application Designer (VAD)

Who is online

Users browsing this forum: No registered users and 1 guest