cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
1537
Views
2
Helpful
3
Replies

Error net::ERR_NAME_NOT_RESOLVED

Hi,

I have changed the bosh url as per given in https://developer.cisco.com/docs/jabber-web/#!im-and-presence-how-to-use-jabber-im-core-apis/hows-it-work.

        domain: "abc.inc"
        httpBindingURL: "http://cup.abc.inc:7335/httpbinding"
        unsecureAllowed: true,

but getting this error in console "jabberwerx.js:6883 POST http://cup.abc.inc:7335/httpbinding net::ERR_NAME_NOT_RESOLVED".

Please help and suggest any solution.

Thankyou

3 Replies 3

npetrele
Cisco Employee
Cisco Employee

If you're using a recent version of Cisco IM&P, the port has changed. Use port 5280 instead of 7335. 

@npetrele for above configuration we need to set up cup server and cucm locally? Or we can check by sandbox developer account only?

http://[put the address of the CUP server you're using here]:5280/httpbinding

If the cup server is local, only you know the address. If it's sandbox, use whatever the sandbox names it. Yes, you need both a cup and cucm server -- they work together. But use the cup server in that URL.