Log In
Technologies
Join the Network
Member Services
Events & Community
Jabber Developer
Jabber
What is Jabber?
The Jabber Web Tool Kit
Web Tool Kit In Use
The Jabber Application
Better Together
Develop and Test
Integrated Jabber
Voice & Video
Overview
Get Started
Sample Code
Reference Material
Jabber SDK Release Notes SDK v3.0
Troubleshooting
IM & Presence
Overview
Get Started - Hosted Deployment
Get Started - On Premise Deployment
Sample Code
Reference
Voice Mail
Overview
Get Started
Sample Code
Reference
Troubleshooting
Meeting
Overview
Get Started
Sample Code
Reference
Troubleshooting
Testing
Overview
Shared Jabber Sandbox
Rich UC Sandbox
Learn
Voice & Video: How to...
Implement Graceful Registration
Jabber Voice best practices
Embed a softphone in under 5 min
Install the Node Component
Install a Google Gadget
Add video call capabilities
IM and Presence: How to...
Use the Jabber IM Core APIs
Use the Jabber IM UI Components
Deploy the Jabber demo in salesforce.com
Voice Mail: How to...
Send a Message with Attachments
Meeting: How to...
Launch meetings on mobile
Use SSO with WebEx APIs
Use WebEx best practices
Community and Support
Technical Support
Commercial Support
Go to Market
Forum
Sitemap
Contact Us
Custom Integration
FAQs
Voice & Video
IM and Presence
Voice Mail
Meeting
Collaboration Developer Sites
Collaboration Hub
WebEx Web Conferencing Developer
WebEx Social Developer
Voice and UC Developer
Voice and UC AXL Developer
Voice and UC PAWS Developer
Contact Center Developer
Breadcrumbs
Community and Support
Forum
Jabber Voice Forum
APIs
ActiveX Browser Plugin
Forums
Message Boards Home
Recent Posts
Statistics
Answer
(
Unmark
)
Mark as an Answer
« Back to APIs
ActiveX Browser Plugin
Threads [
Previous
|
Next
]
Vijetha V
Posts:
3
Join Date:
7/3/12
Recent Posts
ActiveX Browser Plugin
Answer
7/10/12 6:56 AM
Mark as an Answer
Submit
Reply with Quote
Quick Reply
Hi,
I'm working on an integration of Salesforce.com with Jabber. The sample code provided on the Jabber website for video and voice requires that the browser plugin be enabled.
This works fine when I run the code as plain HTML. However, when I use the same code for a Salesforce page(visualforce) , it says that the plugin is unavailable even though it has been installed.
Is there any workaround where I can use the code without the ActiveX plugin?
Thanks
Sign in to vote.
Flag
Please sign in to flag this as inappropriate.
Top
Ting-Hao Chen
Posts:
78
Join Date:
5/17/12
Recent Posts
RE: ActiveX Browser Plugin
Answer
7/10/12 11:49 PM as a reply to Vijetha V.
Mark as an Answer
Submit
Reply with Quote
Quick Reply
Vijetha,
As far as I know, the plugin is still needed at this point. Do you have any log that can share here so that we can get more details to try to see what was the root cause?
You should be able to get the log files from
Windows XP C:\Documents and Settings\{username}\Local Settings\Application Data\softphone.log
Windows 7/Vista C:\Users\{username}\Application Data\Local\softphone.log
Mac OS X /Users/{username}/Library/Application Support/softphone.log
Thanks,
Howard
Sign in to vote.
Flag
Please sign in to flag this as inappropriate.
Top
Vijetha V
Posts:
3
Join Date:
7/3/12
Recent Posts
RE: ActiveX Browser Plugin
Answer
7/11/12 6:54 AM as a reply to Ting-Hao Chen.
Mark as an Answer
Submit
Reply with Quote
Quick Reply
I have attached the screenshots of the log on IE.
softphonelogHTML is the log when I run the code as plain HTML on my desktop
softphonelogAPEX is the log when I run the same code as a visualforce page on salesforce.com
Attachments:
Sign in to vote.
Flag
Please sign in to flag this as inappropriate.
Top
Thomas Vanier
Posts:
90
Join Date:
11/29/10
Recent Posts
RE: ActiveX Browser Plugin
Answer
7/11/12 1:35 PM as a reply to Vijetha V.
Mark as an Answer
Submit
Reply with Quote
Quick Reply
Hi Vijetha,
Could it be a security issue ? If the sample application works in Internet Explorer, I would suggest to add the Visual force URL to the IE trusted sites. From the screen shots I think you are running Windows 7, what version of Internet Explorer ?
Hope it helps, Thomas
Sign in to vote.
Flag
Please sign in to flag this as inappropriate.
Top
Vijetha V
Posts:
3
Join Date:
7/3/12
Recent Posts
RE: ActiveX Browser Plugin
Answer
7/12/12 3:55 AM as a reply to Thomas Vanier.
Mark as an Answer
Submit
Reply with Quote
Quick Reply
Hi Thomas,
Yes I'm running windows 7 and IE8. I added the visualforce URL to trusted sites, but it still doesn't seem to work. I get the same 'phone cannot be initialized' message.
Vijetha
Sign in to vote.
Flag
Please sign in to flag this as inappropriate.
Top