HUD Agent and above includes a feature called 'web launcher' or 'CRM Integration' that can automatically open any website you specify within the Settings page as soon as you answer a call. Or the window can be configured to open as soon as you hangup a call. Or you can manually launch it at any time during a call - it's all up to you!
Most often, the web launcher function is set to automatically execute the web launcher URL on an incoming or outgoing call. However, if you have disabled the auto-execute feature, you can still choose to manually execute the web launcher by clicking the WWW icon on the desktop alert:

To configure HUD Web Launcher:

Choose from a list of pre-configured URLs:


Fonality also provides variables for URL strings in case a site requires elements like a Username or Password:

A fully configured URL string may look like this:
http://intranet.fonality.com/support_lander.cgi?ticket_id=%%caller_name%%&type=%%type%%
Absolutely! We have instructions below for adding web launcher profiles via the Admin Panel and for adding profiles via the command line (if you prefer the command line approach)
In this example, we will use the custom URL shown for the Inbound Calls :: During New Call URL field
https://uae.fonality.com/fonality_call_assistant.php?phone=%%caller_number%%&direction=%%type%%&un=%%username%%&pw=%%password%%
Please study construction of the URL carefully. Every variable requires an ampersand as a delimeter (un=%%username%% & pw=%%password%% for example). A web launcher with an incorrectly formatted URL will fail to do anything.
The example only shows a web launcher profile for INBOUND calls, but you can construct any web launcher profile you like to function for OUTBOUND calls as well (or any type of call!)


So let's say that you have your own SugarCRM implementation. You would like to open a contact or opportunity by the incoming Caller ID if it matches something already in your Sugar database.
The search string for this type of search would be like:
http://crm.fonality.com/index.php?module=Home&action=UnifiedSearch&query_string=%%caller_number%%
In the string above, crm.fonality.com should be changed to YOUR COMPANY'S SUGAR URL.
Now let's take a moment to discuss the pitfalls here:
You could, instead of the above URL, send the call to a CGI that formats the number for you as you have information stored in Sugar. So you could write a simple CGI that runs a PERL script to perform some simple formatting on the phone number so that it will match your Sugar input.
Q: My HUD Web Launcher does not automatically launch when I get a call.
A: If you received a call from a phone number which already exists in HUD, HUD considers this an internal call and will not auto launch.
For example:Extension 100 lists his cell phone number 555-555-1234 as his mobile number in the cp.fonality.com web panel. Thus, in HUD, the number is also listed as mobile number for extension 100. If this user calls from his cell phone to you, your web launcher will NOT auto launch. You can still manually launch the web launcher via instructions above.
Q: How do I know the exact web launcher string to use for my awesome new CRM software.
A1: Contact your CRM technincal support team, they created the CRM software, they would know the format of the search string needed.
A2: You may be able to find the search string directly in your CRM website.
Log into the CRM website and go the search bar.
Enter something (a name or a phone number).
The CRM website would direct you to a new page showing the results from the search.
Look at the link in your browser, that would be your search string.
For Example:
Go to google.com, enter Fonality in the search bar and click Google search. The page will reload with link
http://www.google.com/#hl=en&authuser=0&cp=4&gs_id=13&xhr=t&q=fonality
you can locate the word "Fonality" in the link. In this case, the search link is:
http://www.google.com/#hl=en&authuser=0&cp=4&gs_id=13&xhr=t&q=
Fonality is the search term = %%caller_name%%
thus the search string is:
http://www.google.com/#hl=en&authuser=0&cp=4&gs_id=13&xhr=t&q=%%caller_name%%