Phil Menico
2006-Aug-25 11:27 UTC
[asterisk-users] [RESOLUTION] Polycom microbrowser issue Error HTTP 406 withIIS
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@lists.digium.com [mailto:asterisk-users-bounces@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@lists.digium.com [mailto:asterisk-users-bounces@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@XTEND.COM] Sent: Thursday, August 24, 2006 3:06 PM To: asterisk-users@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
Hello, Let's say I'm dialing out and before channels are bridged I hear "beep" or something similar. That way I know I'm calling to other Telco/Provider. Is it possible to detect that "beep" before channel is answered and to redial through other trunk? Regards/Pagarbiai, Mindaugas Kezys -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20060829/d6d6c600/attachment.htm
Steve Gladden
2006-Nov-14 23:39 UTC
[asterisk-users] [RESOLUTION] Polycom microbrowser issue Error HTTP 406 withIIS
Hey!!! I spent an ENTIRE Day googling for this issue only to find your single solitary response (& solution) here on the mailing list. How in the heck did you know to do that? and as popular as IIS (is) I wonder why the answer was so hard to find on the web. If you have time, please let me know! how in the world you got that answer. It was very frusterating that there's so little information about this problem or it's cause... I spent all day trying things & looking for answers... added the mime type & all for .xhtml to no avail... Thanks! Steve> 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@lists.digium.com > [mailto:asterisk-users-bounces@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@lists.digium.com > [mailto:asterisk-users-bounces@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@XTEND.COM] > Sent: Thursday, August 24, 2006 3:06 PM > To: asterisk-users@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 > > _______________________________________________ > --Bandwidth and Colocation provided by Easynews.com -- > > asterisk-users mailing list > To UNSUBSCRIBE or update options visit: > http://lists.digium.com/mailman/listinfo/asterisk-users >