[asterisk-users] [RESOLUTION] Polycom microbrowser issue Error HTTP 406 withIIS

Phil Menico pmenico at XTEND.COM
Fri Aug 25 11:27:42 MST 2006


I found this solution from the web and figured I'd share it because it
affects all phones getting input from IIS.
 
Map .gif, .jpg, .css etc (in my case I used .xhtml for the Polycom 601)
in IIS under your sites:
 
Properties -> Virtual directory tab-> Configuration -> Application
configuration -> Mappings tab. 
Make ASP DLL [..\inetsrv\asp.dll] to handle these files. 
 
This allows the file with extension XHTML to be passed to the phone and
not return a HTTP 406 error (File type not supported by your browser).


Hope is helps others. 


-----Original Message-----
From: asterisk-users-bounces at lists.digium.com
[mailto:asterisk-users-bounces at lists.digium.com] On Behalf Of Phil
Menico
Sent: Friday, August 25, 2006 8:51 AM
To: Asterisk Users Mailing List - Non-Commercial Discussion
Subject: RE: [asterisk-users] Polycom microbrowser issue Error HTTP 406
withIIS


Thanks, but we have reasons to want to make it work with IIS.
 
Anyone have a hint of what is the issue?
 
 
 
 -----Original Message-----
From: asterisk-users-bounces at lists.digium.com
[mailto:asterisk-users-bounces at lists.digium.com] On Behalf Of Douglas
Garstang
Sent: Thursday, August 24, 2006 6:46 PM
To: Asterisk Users Mailing List - Non-Commercial Discussion
Subject: RE: [asterisk-users] Polycom microbrowser issue Error HTTP 406
withIIS



We had a similar problem. Eventually we gave up and just used apache. We
found that _exactly_ the same content would not work with IIS, but WOULD
work with Apache.

-----Original Message-----
From: Phil Menico [mailto:pmenico at XTEND.COM]
Sent: Thursday, August 24, 2006 3:06 PM
To: asterisk-users at lists.digium.com
Subject: [asterisk-users] Polycom microbrowser issue Error HTTP 406 with
IIS


I have no where else to turn to so if anyone has an answer please send
it.
 
I am running sip version 1.6.on a Polycom 601 on Asterisk and am unable
to get the microbroser to work. The phone returns a 406 error for both
idle and services. 
I can see the file being requested and the subsequent 406 error in the
IIS log files. 
Any ideas on what permissions are needed in IIS or how to format the
webpage file?
I tried both these 2 files with no luck
 
XHTML file 1:
 
<html>
  <head>
  </head>
  <body>
    Hello phil post
  </body>
</html>
 
 
XHTML file 2:
 
<?xml version="1.0" encoding="UTF-8"?>
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  <head>
    <title>Virtual Library</title>
  </head>
  <body>
    <P>Hello phil</P>
  </body>
</html>
 
Log info from IIS:
 
2006-08-24 20:39:18 10.0.3.175 - W3SVC1 PHIL3 10.0.1.210 81 GET
/Polycom/ - 302 0 295 202 0 HTTP/1.1 10.0.1.210:81
Polycom-Microbrowser/1.0+(SIP/1.6.3.0067;+SoundPoint+IP+PolycomSoundPoin
tIP-SPIP_601)+libcurl/7.12.1 - -
2006-08-24 20:39:18 10.0.3.175 - W3SVC1 PHIL3 10.0.1.210 81 GET
/Polycom/post.htm - 406 0 4085 242 10 HTTP/1.1 10.0.1.210:81
Polycom-Microbrowser/1.0+(SIP/1.6.3.0067;+SoundPoint+IP+PolycomSoundPoin
tIP-SPIP_601)+libcurl/7.12.1 - http://10.0.1.210:81/Polycom


 

Thank you.

Phil 

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20060825/ea009c33/attachment.htm


More information about the asterisk-users mailing list