Hi
I followed the instructions of https://flashphoner.com/click-to-call-from-demo-to-production/ to complete the test. However, under normal conditions, the URL announcement is www.abc.com and the nextgen profile will be set to http redirect https.
I tested many settings in nextgen.conf
return 301 $scheme://10.icbccn.xyz$request_uri;
or
return 301 https://$host$request_uri;
or
return 308 https://$host$request_uri;
or
return 307 https://$server_name$request_uri;
All to the same result not register to sip server
If http redirect https is not set, you can register to the sip server . Is there any good way to be able to http redirect https to allow sip to register?
I followed the instructions of https://flashphoner.com/click-to-call-from-demo-to-production/ to complete the test. However, under normal conditions, the URL announcement is www.abc.com and the nextgen profile will be set to http redirect https.
I tested many settings in nextgen.conf
return 301 $scheme://10.icbccn.xyz$request_uri;
or
return 301 https://$host$request_uri;
or
return 308 https://$host$request_uri;
or
return 307 https://$server_name$request_uri;
All to the same result not register to sip server
Code:
Create new session with url wss://10.icbccn.xyz:8443
DevTools failed to load SourceMap: Could not parse content for https://10.icbccn.xyz/bootstrap.css.map: Unexpected token < in JSON at position 0
click-to-call-min.js:67 Uncaught TypeError: Cannot read property 'createCall' of undefined
at HTMLButtonElement.call (click-to-call-min.js:67)