developerforce / open-cti-demo-adapter

Other
91 stars 95 forks source link

demoAdapterPage2.page doesn't exist #21

Closed mascot4m closed 5 years ago

mascot4m commented 6 years ago

The OpenCTI.callCenter refers in item CTI Adapter URL2 to demoAdapterPage2 , which is not in repo. Caused error after installation. Simple fix - I changed the demoAdapterPage2 to demoAdapterPage.

dlouvton commented 5 years ago

thanks! i updated the repo with demoAdapterPage instead demoAdapterPage2.

Ou2sYB commented 4 years ago

Hi , Click Edit next to the Demo Call Center Adapter and make sure that the CTI Adapter URL points to the relative or absolute path of the Visualforce page called managedPage. For example, the following URLs are valid: /apex/demoAdapterPage /apex/namespace__demoAdapterPage (when using a managed package) https://.my.salesforce.com/apex/demoAdapterPage (when using My Domain) https://.my.salesforce.com/apex/namespace_demoAdapterPage (when using a managed package and My Domain) If your Adapter URL doesn’t work, use the Chrome Inspector tool to troubleshoot the problem. You might see this error: “Blocked a frame with origin “https://.my.salesforce.com” from accessing a cross-origin fame.” This error lets you know that you need to use an absolute URL that starts with “https://.my.salesforce.com” instead of a relative one.