FOP2 Extension Options
General Settings
Connection Settings
Popup Settings
Clickable Numbers
Turn phone numbers on websites into click to call links.
Search Links
Search links for phone numbers for click to call. A new link is added after the original link to dial the embedded phone number.
Minimum Length
Minimum length for valid phone numbers (between 4 and 10).
Maximum Length
Maximum length for valid phone numbers (between 10 and 30).
Dial Prefix
Prefix to use when dialing numbers.
Protocol Handler
Protocol Handler to append to numbers for click to call, like 'sip:' so dial is done directly via your soft phone. Leave this empty if you rather use FOP2 callbacks for call origination.
Language
FOP2 Server
FOP2 Port
Extension
Password
Panel Context
If you use a multi tenant FOP2 Setup, specify the panel context / tenant in this box. Otherwise leave it empty.
Call Popup
Display desktop notifications when new calls arrive.
Popup Duration
Notification duration in seconds. Set to zero for no timeout.
Popup Link
If set, it will open a new tab with this link. You can use variables like #{CLIDNUM}, #{CLIDNAME}, #{UNIQUEID}, etc. Example: http://www.google.com/search?q=#{CLIDNAME}. It is also possible to run a javasccript function on the active tab by using a javascript: prefix with the name of the function and passing parameters in URI style. Example: javascript:myfunction?var=#{CLIDNUM}&var2=#{UNIQUEID}
Popup Content
If set, it will retrieve the contents from this URL and display it as the call notification content, so you can check your CRM and show call information right in the notification without the need to popup a new browser TAB. You can use variables like #{CLIDNUM}, #{CLIDNAME}, #{UNIQUEID}, etc. Example: http://www.google.com/search?q=#{CLIDNAME}
Click to Open Popup
Only open the popup link when the desktop notification is clicked (instead of automatically).