<html xmlns:v="urn:schemas-microsoft-com:vml" xmlns:o="urn:schemas-microsoft-com:office:office" xmlns:w="urn:schemas-microsoft-com:office:word" xmlns:m="http://schemas.microsoft.com/office/2004/12/omml" xmlns="http://www.w3.org/TR/REC-html40"><head><META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=us-ascii"><meta name=Generator content="Microsoft Word 14 (filtered medium)"><style><!--
/* Font Definitions */
@font-face
        {font-family:Calibri;
        panose-1:2 15 5 2 2 2 4 3 2 4;}
@font-face
        {font-family:Tahoma;
        panose-1:2 11 6 4 3 5 4 4 2 4;}
/* Style Definitions */
p.MsoNormal, li.MsoNormal, div.MsoNormal
        {margin:0in;
        margin-bottom:.0001pt;
        font-size:12.0pt;
        font-family:"Times New Roman","serif";}
a:link, span.MsoHyperlink
        {mso-style-priority:99;
        color:blue;
        text-decoration:underline;}
a:visited, span.MsoHyperlinkFollowed
        {mso-style-priority:99;
        color:purple;
        text-decoration:underline;}
span.EmailStyle17
        {mso-style-type:personal-reply;
        font-family:"Calibri","sans-serif";
        color:#1F497D;}
.MsoChpDefault
        {mso-style-type:export-only;
        font-family:"Calibri","sans-serif";}
@page WordSection1
        {size:8.5in 11.0in;
        margin:1.0in 1.0in 1.0in 1.0in;}
div.WordSection1
        {page:WordSection1;}
--></style><!--[if gte mso 9]><xml>
<o:shapedefaults v:ext="edit" spidmax="1026" />
</xml><![endif]--><!--[if gte mso 9]><xml>
<o:shapelayout v:ext="edit">
<o:idmap v:ext="edit" data="1" />
</o:shapelayout></xml><![endif]--></head><body lang=EN-US link=blue vlink=purple><div class=WordSection1><p class=MsoNormal><span style='font-size:11.0pt;font-family:"Calibri","sans-serif";color:#1F497D'>Thanks for the clarification. You do learn something new every day.<o:p></o:p></span></p><p class=MsoNormal><span style='font-size:11.0pt;font-family:"Calibri","sans-serif";color:#1F497D'><o:p>&nbsp;</o:p></span></p><p class=MsoNormal><span style='font-size:11.0pt;font-family:"Calibri","sans-serif";color:#1F497D'>Mike<o:p></o:p></span></p><p class=MsoNormal><span style='font-size:11.0pt;font-family:"Calibri","sans-serif";color:#1F497D'><o:p>&nbsp;</o:p></span></p><div style='border:none;border-left:solid blue 1.5pt;padding:0in 0in 0in 4.0pt'><div><div style='border:none;border-top:solid #B5C4DF 1.0pt;padding:3.0pt 0in 0in 0in'><p class=MsoNormal><b><span style='font-size:10.0pt;font-family:"Tahoma","sans-serif"'>From:</span></b><span style='font-size:10.0pt;font-family:"Tahoma","sans-serif"'> asterisk-users-bounces@lists.digium.com [mailto:asterisk-users-bounces@lists.digium.com] <b>On Behalf Of </b>Gord Urquhart<br><b>Sent:</b> Wednesday, February 15, 2012 6:00 PM<br><b>To:</b> Asterisk Users Mailing List - Non-Commercial Discussion<br><b>Subject:</b> Re: [asterisk-users] Polycom firmware 4.0.1 and paging<o:p></o:p></span></p></div></div><p class=MsoNormal><o:p>&nbsp;</o:p></p><p class=MsoNormal style='margin-bottom:12.0pt'>It appears you need the &quot;info=&quot; if the string you are using is enclosed in angle brackets.<br>&nbsp;&nbsp; Alert-Info: foo &nbsp;&nbsp; works<br>&nbsp;&nbsp; Alert-Info:&lt;foo&gt; does not work<br>&nbsp;&nbsp; Alert-Info:info=&lt;foo&gt; works <br><br><br><o:p></o:p></p><div><p class=MsoNormal>On Wed, Feb 15, 2012 at 2:09 PM, Mike &lt;<a href="mailto:list@net-wall.com">list@net-wall.com</a>&gt; wrote:<o:p></o:p></p><p class=MsoNormal>With Polycom firmware 4.0.1b?<br><br>I have 1.8, one of the latest can`t remember which is installed on that<br>server. Maybe the fact that my alert info has two words, and isn`t parsed<br>correctly by Polycom...?<o:p></o:p></p><div><p class=MsoNormal><br><br>Mike<br><br><br><br><br>&gt; -----Original Message-----<br>&gt; From: <a href="mailto:asterisk-users-bounces@lists.digium.com">asterisk-users-bounces@lists.digium.com</a> [mailto:<a href="mailto:asterisk-users-">asterisk-users-</a><br>&gt; <a href="mailto:bounces@lists.digium.com">bounces@lists.digium.com</a>] On Behalf Of Dave Fullerton<o:p></o:p></p></div><div><div><p class=MsoNormal>&gt; Sent: Wednesday, February 15, 2012 10:20 AM<br>&gt; To: <a href="mailto:asterisk-users@lists.digium.com">asterisk-users@lists.digium.com</a><br>&gt; Subject: Re: [asterisk-users] Polycom firmware 4.0.1 and paging<br>&gt;<br>&gt; Which version of asterisk are you using? I just have this in 1.4 and it<br>&gt; works fine:<br>&gt;<br>&gt; SIPAddHeader(Alert-Info: intercom);<br>&gt;<br>&gt; -Dave<br>&gt;<br>&gt; On 02/14/2012 08:10 PM, Mike wrote:<br>&gt; &gt; In case anybody was following this thread, or someone Googles it in<br>&gt; &gt; the future, here is the solution:<br>&gt; &gt;<br>&gt; &gt; This worked fine with Polycom firmware 3.3x:<br>&gt; &gt; exten =&gt; &nbsp;s,n,SIPAddHeader(Alert-Info:&lt;Ring Answer&gt;)<br>&gt; &gt;<br>&gt; &gt; For firmware 4.0+, apparently I needed to add info=, i.e.:<br>&gt; &gt; exten =&gt; &nbsp;s,n,SIPAddHeader(Alert-Info: info=&lt;Ring Answer&gt;)<br>&gt; &gt;<br>&gt; &gt; Simple, yet quite obscure (for me at least).<br>&gt; &gt;<br>&gt; &gt;<br>&gt; &gt; Mike<br>&gt; &gt;<br>&gt; &gt;&gt; -----Original Message-----<br>&gt; &gt;&gt; From: <a href="mailto:asterisk-users-bounces@lists.digium.com">asterisk-users-bounces@lists.digium.com</a> [mailto:<a href="mailto:asterisk-users-">asterisk-users-</a><br>&gt; &gt;&gt; <a href="mailto:bounces@lists.digium.com">bounces@lists.digium.com</a>] On Behalf Of Mike<br>&gt; &gt;&gt; Sent: Monday, February 13, 2012 10:17 AM<br>&gt; &gt;&gt; To: 'Asterisk Users Mailing List - Non-Commercial Discussion'<br>&gt; &gt;&gt; Subject: Re: [asterisk-users] Polycom firmware 4.0.1 and paging<br>&gt; &gt;&gt;<br>&gt; &gt;&gt; Thanks Dave, it at least gives me hope that my efforts aren`t wasted.<br>&gt; &gt;&gt;<br>&gt; &gt;&gt; Mike<br>&gt; &gt;&gt;<br>&gt; &gt;&gt;&gt; -----Original Message-----<br>&gt; &gt;&gt;&gt; From: <a href="mailto:asterisk-users-bounces@lists.digium.com">asterisk-users-bounces@lists.digium.com</a><br>&gt; &gt;&gt;&gt; [mailto:<a href="mailto:asterisk-users-">asterisk-users-</a> <a href="mailto:bounces@lists.digium.com">bounces@lists.digium.com</a>] On Behalf Of Dave<br>&gt; &gt;&gt;&gt; Fullerton<br>&gt; &gt;&gt;&gt; Sent: Monday, February 13, 2012 9:39 AM<br>&gt; &gt;&gt;&gt; To: <a href="mailto:asterisk-users@lists.digium.com">asterisk-users@lists.digium.com</a><br>&gt; &gt;&gt;&gt; Subject: Re: [asterisk-users] Polycom firmware 4.0.1 and paging<br>&gt; &gt;&gt;&gt;<br>&gt; &gt;&gt;&gt; On 02/10/2012 05:30 PM, Mike wrote:<br>&gt; &gt;&gt;&gt;&gt; Hi,<br>&gt; &gt;&gt;&gt;&gt;<br>&gt; &gt;&gt;&gt;&gt; I just moved many Polycom phones from firmware v3 to 4.0.1b.<br>&gt; &gt;&gt;&gt;&gt; Anto-Answer simply stopped functioning. I can downgrade and make it<br>&gt; &gt;&gt;&gt;&gt; work, upgrading kills it again. There obviously is a difference in<br>&gt; &gt;&gt;&gt;&gt; how the newer firmware is treating this auto answer sip header.<br>&gt; &gt;&gt;&gt;&gt;<br>&gt; &gt;&gt;&gt;&gt; Can anybody tell me if they have Polycom firmware 4.x.x working<br>&gt; &gt;&gt;&gt;&gt; with auto-answer/paging? Just so I know it's worth my time to<br>&gt; &gt;&gt;&gt;&gt; investigate, as opposed to knowing it`s a Polycom firmware bug? If<br>&gt; &gt;&gt;&gt;&gt; so, did you have to make any changes to the SIP header sent to make<br>&gt; &gt;&gt;&gt;&gt; Polycom phones auto<br>&gt; &gt;&gt;&gt; answer?<br>&gt; &gt;&gt;&gt;&gt;<br>&gt; &gt;&gt;&gt;<br>&gt; &gt;&gt;&gt; I would second the others suggestions about rewriting the configs.<br>&gt; &gt;&gt;&gt; Polycom made extensive changes between 3.2 and 3.3, and I think they<br>&gt; &gt;&gt; made<br>&gt; &gt;&gt;&gt; a fair number of changes between 3.3 and 4.0. &nbsp;I have two phones<br>&gt; &gt;&gt;&gt; that<br>&gt; &gt;&gt; I've<br>&gt; &gt;&gt;&gt; upgraded to 4.0.1b for testing, a 550 and a spectralink 8440, and I<br>&gt; &gt;&gt;&gt; believe I have auto answer working as you describe. Here's the<br>&gt; &gt;&gt;&gt; pertinent snippet from my config:<br>&gt; &gt;&gt;&gt;<br>&gt; &gt;&gt;&gt; &lt;polycomConfig&gt;<br>&gt; &gt;&gt;&gt; &nbsp; &nbsp; &lt;voIpProt&gt;<br>&gt; &gt;&gt;&gt; &nbsp; &nbsp; &nbsp; &lt;voIpProt.SIP&gt;<br>&gt; &gt;&gt;&gt; &nbsp; &nbsp; &nbsp; &nbsp; &lt;voIpProt.SIP.alertInfo<br>&gt; &gt;&gt;&gt; voIpProt.SIP.alertInfo.1.class=&quot;ringAutoAnswer&quot;<br>&gt; &gt;&gt;&gt; voIpProt.SIP.alertInfo.1.value=&quot;intercom&quot;<br>&gt; &gt;&gt;&gt; voIpProt.SIP.alertInfo.2.class=&quot;ringAnswerMute&quot;<br>&gt; &gt;&gt;&gt; voIpProt.SIP.alertInfo.2.value=&quot;page&quot;<br>&gt; &gt;&gt;&gt; voIpProt.SIP.alertInfo.3.class=&quot;autoAnswer&quot;<br>&gt; &gt;&gt;&gt; voIpProt.SIP.alertInfo.3.value=&quot;silentanswer&quot;&gt;<br>&gt; &gt;&gt;&gt; &nbsp; &nbsp; &nbsp; &nbsp; &lt;/voIpProt.SIP.alertInfo&gt;<br>&gt; &gt;&gt;&gt; &nbsp; &nbsp; &nbsp; &lt;/voIpProt.SIP&gt;<br>&gt; &gt;&gt;&gt; &nbsp; &nbsp; &lt;/voIpProt&gt;<br>&gt; &gt;&gt;&gt; &lt;/polycomConfig&gt;<br>&gt; &gt;&gt;&gt;<br>&gt; &gt;&gt;&gt; I have also added an&lt;se.rt&gt; &nbsp;section to adjust the ringer and<br>&gt; &gt;&gt;&gt; timeouts<br>&gt; &gt;&gt; for<br>&gt; &gt;&gt;&gt; these ring tones.<br>&gt; &gt;&gt;&gt;<br>&gt; &gt;&gt;&gt; -Dave<br>&gt; &gt;&gt;&gt;<br>&gt;<br>&gt; --<br>&gt; _____________________________________________________________________<br>&gt; -- Bandwidth and Colocation Provided by <a href="http://www.api-digital.com" target="_blank">http://www.api-digital.com</a> -- New<br>&gt; to Asterisk? Join us for a live introductory webinar every Thurs:<br>&gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;<a href="http://www.asterisk.org/hello" target="_blank">http://www.asterisk.org/hello</a><br>&gt;<br>&gt; asterisk-users mailing list<br>&gt; To UNSUBSCRIBE or update options visit:<br>&gt; &nbsp; &nbsp;<a href="http://lists.digium.com/mailman/listinfo/asterisk-users" target="_blank">http://lists.digium.com/mailman/listinfo/asterisk-users</a><br><br><br>--<br>_____________________________________________________________________<br>-- Bandwidth and Colocation Provided by <a href="http://www.api-digital.com" target="_blank">http://www.api-digital.com</a> --<br>New to Asterisk? Join us for a live introductory webinar every Thurs:<br>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <a href="http://www.asterisk.org/hello" target="_blank">http://www.asterisk.org/hello</a><br><br>asterisk-users mailing list<br>To UNSUBSCRIBE or update options visit:<br>&nbsp; <a href="http://lists.digium.com/mailman/listinfo/asterisk-users" target="_blank">http://lists.digium.com/mailman/listinfo/asterisk-users</a><o:p></o:p></p></div></div></div><p class=MsoNormal><o:p>&nbsp;</o:p></p></div></div></body></html>