• jinnii
  • NEWBIE
  • 0 Points
  • Member since 2013

  • Chatter
    Feed
  • 0
    Best Answers
  • 0
    Likes Received
  • 0
    Likes Given
  • 0
    Questions
  • 1
    Replies

Hi All,

I am trying to Implement the Open CTI using visualforce pages and it doen't seems working.

I refer the documentation: http://wiki.developerforce.com/page/Open_CTI

I installed the package on on my dev account but that demo call interface doesn't seems working, when I call any of the Open CTI standard methods nothing happens for example if I call :

sforce.interaction.isInConsole(mycallback); it never comes back to my callback method.

If I make dummy html page on my machine and define that as my Open CTI interface and call this js

on some button click got response.

 

I try googling lot on this but with no result is anybody have any idea on making this work using the visual force page.

 

 

Thanks