problem in fop2 after changing HTTPS & http port
hi ,
today ive changed the https & http port of elastix server .
every thing is ok
but im facing a problem when i try fop2 ,
the problem is when i go to fop2 panel page ,
it request 4 files to download them :
http://x.x.x.x:2200/fop2/audio/blip1.wav
http://x.x.x.x:2200/fop2/audio/2up2.wav
http://x.x.x.x:2200/fop2/audio/silkyalert.wav
http://x.x.x.x:2200/fop2/audio/ring.wav
as you see , every time i have to cancel downlading those 4 files and then i can use fop2 .
how to fix the problem and prevent these annoying requests of downloading the files above ???
regards
today ive changed the https & http port of elastix server .
every thing is ok
but im facing a problem when i try fop2 ,
the problem is when i go to fop2 panel page ,
it request 4 files to download them :
http://x.x.x.x:2200/fop2/audio/blip1.wav
http://x.x.x.x:2200/fop2/audio/2up2.wav
http://x.x.x.x:2200/fop2/audio/silkyalert.wav
http://x.x.x.x:2200/fop2/audio/ring.wav
as you see , every time i have to cancel downlading those 4 files and then i can use fop2 .
how to fix the problem and prevent these annoying requests of downloading the files above ???
regards
Comments
<audio id="audiotag1" src="audio/blip1.wav" autobuffer="autobuffer"></audio>
<audio id="audiotag2" src="audio/2up2.wav" autobuffer="autobuffer"></audio>
<audio id="audiotag3" src="audio/silkyalert.wav" autobuffer="autobuffer"></audio>
<audio id="audiotag4" src="audio/ring.wav" autobuffer="autobuffer"></audio>
It works perfectly with http or https in all browsers we tested. If you have problems because of some funky redirection or firewall on your site, then modify the index.html file and set the src for the audio to whatever you need.
u may miss understood me ,
i mean that the http port changed to 7000
and the https port changed to 7001
and i cancelled the redirection from http to https .
after that , i faced the problem above that i discussed .
regards
thank u very much .
the problem disappeared suddenly.
regards