<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 TRANSITIONAL//EN">
<HTML>
<HEAD>
  <META HTTP-EQUIV="Content-Type" CONTENT="text/html; CHARSET=UTF-8">
  <META NAME="GENERATOR" CONTENT="GtkHTML/3.10.2">
</HEAD>
<BODY>
Firmware 1.1.1.9? Where's that? most recent on Grandstream's site that I see is 1.1.0.16, which I have loaded.<BR>
<BR>
On Fri, 2006-09-08 at 20:20 -0500, Lacy Moore - Aspendora wrote:
<BLOCKQUOTE TYPE=CITE>
    <FONT COLOR="#000000">You also have to make sure that on the web config for Grandstream that you allow it to receive auto-answer (or something to that effect).</FONT>
</BLOCKQUOTE>
<BLOCKQUOTE TYPE=CITE>
    <FONT COLOR="#000000">&nbsp;</FONT>
</BLOCKQUOTE>
<BLOCKQUOTE TYPE=CITE>
    <FONT COLOR="#000000">Ok, actually it's under the settings for the Lines and is called: </FONT><FONT COLOR="#000000"><I>Allow Auto Answer by Call-Info: </I></FONT>
</BLOCKQUOTE>
<BLOCKQUOTE TYPE=CITE>
    <FONT COLOR="#000000">&nbsp;</FONT>
</BLOCKQUOTE>
<BLOCKQUOTE TYPE=CITE>
    <FONT COLOR="#000000">Make sure Yes is selected here.</FONT>
</BLOCKQUOTE>
<BLOCKQUOTE TYPE=CITE>
    <FONT COLOR="#000000">&nbsp;</FONT>
</BLOCKQUOTE>
<BLOCKQUOTE TYPE=CITE>
    <FONT COLOR="#000000">You can use what Barry has below for paging (or rather intercom) to a single phone.&nbsp; For actual paging (i.e., several phones), use the Page command (show application page for options from the CLI). On paging, I would recommend this: </FONT><FONT COLOR="#000000"><I>Turn off speaker on remote disconnect:&nbsp; </I></FONT><FONT COLOR="#000000">be set to Yes as well.</FONT>
</BLOCKQUOTE>
<BLOCKQUOTE TYPE=CITE>
    <BR>
    <FONT COLOR="#000000">This works fine for me on firmware <A HREF="http://1.1.1.9">1.1.1.9</A>.</FONT><BR>
    <FONT COLOR="#000000">&nbsp;</FONT>
</BLOCKQUOTE>
<BLOCKQUOTE TYPE=CITE>
    <FONT COLOR="#000000">On 9/8/06, </FONT><FONT COLOR="#000000"><B>Barry D. Hassler</B></FONT><FONT COLOR="#000000"> &lt;<A HREF="mailto:Barry.Hassler@hcst.com">Barry.Hassler@hcst.com</A>&gt; wrote: </FONT>
</BLOCKQUOTE>
<BLOCKQUOTE TYPE=CITE>
    <BLOCKQUOTE>
        <FONT COLOR="#000000">This isn't working for me either. I was about to ask this same question, but discovered this recent thread.</FONT><BR>
        <BR>
        <FONT COLOR="#000000">I have the following set up in my extensions.conf file, as per Granstream instructions:</FONT><BR>
        <B><TT><FONT COLOR="#000000">[macro-page-grandstream]</FONT></TT></B><BR>
        <B><TT><FONT COLOR="#000000">exten =&gt; s,1,ChanIsAvail(${ARG1}|js);&nbsp;&nbsp; j is for jump, s is for ANY call</FONT></TT></B><BR>
        <B><TT><FONT COLOR="#000000">exten =&gt; s,2,SIPAddHeader(Call-Info: answer-after=0)</FONT></TT></B><BR>
        <B><TT><FONT COLOR="#000000">exten -&gt; s,3,Dial(${ARG1})</FONT></TT></B><BR>
        <B><TT><FONT COLOR="#000000">exten =&gt; s,4,NoOp();</FONT></TT></B><BR>
        <B><TT><FONT COLOR="#000000">exten =&gt; s,5,Hangup</FONT></TT></B><BR>
        <B><TT><FONT COLOR="#000000">exten =&gt; s,102,NoOp(102)&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; ; Channel not available</FONT></TT></B><BR>
        <B><TT><FONT COLOR="#000000">exten =&gt; s,103,Hangup</FONT></TT></B><BR>
        <BR>
        <FONT COLOR="#000000">[intercoms] </FONT><BR>
        <B><TT><FONT COLOR="#000000">exten =&gt; **2311,1,Macro(page-grandstream,SIP/2311)</FONT></TT></B><BR>
        <B><TT><FONT COLOR="#000000">exten =&gt; **2311,2,Hangup</FONT></TT></B><BR>
        <BR>
        <FONT COLOR="#000000">And in my local context:</FONT><BR>
        <B><TT><FONT COLOR="#000000">include =&gt; intercoms</FONT></TT></B><BR>
        <BR>
        <FONT COLOR="#000000">When I dial **2311, I see the following debug output: </FONT><BR>
        <B><TT><FONT COLOR="#000000">[Sep&nbsp; 8 15:24:37]&nbsp;&nbsp;&nbsp;&nbsp; -- Starting simple switch on 'Zap/4-1'</FONT></TT></B><BR>
        <B><TT><FONT COLOR="#000000">[Sep&nbsp; 8 15:24:43]&nbsp;&nbsp;&nbsp;&nbsp; -- Executing SetMusicOnHold(&quot;Zap/4-1&quot;, &quot;default&quot;) in new stack</FONT></TT></B><BR>
        <B><TT><FONT COLOR="#000000">[Sep&nbsp; 8 15:24:43]&nbsp;&nbsp;&nbsp;&nbsp; -- Executing Goto(&quot;Zap/4-1&quot;, &quot;intern-hcst-post|**2311|1&quot;) in new stack</FONT></TT></B><BR>
        <B><TT><FONT COLOR="#000000">[Sep&nbsp; 8 15:24:43]&nbsp;&nbsp;&nbsp;&nbsp; -- Goto (intern-hcst-post,**2311,1)</FONT></TT></B><BR>
        <B><TT><FONT COLOR="#000000">[Sep&nbsp; 8 15:24:43]&nbsp;&nbsp;&nbsp;&nbsp; -- Executing Macro(&quot;Zap/4-1&quot;, &quot;page-grandstream|SIP/2311&quot;) in new stack</FONT></TT></B><BR>
        <B><TT><FONT COLOR="#000000">[Sep&nbsp; 8 15:24:43]&nbsp;&nbsp;&nbsp;&nbsp; -- Executing ChanIsAvail(&quot;Zap/4-1&quot;, &quot;SIP/2311|js&quot;) in new stack</FONT></TT></B><BR>
        <B><TT><FONT COLOR="#000000">[Sep&nbsp; 8 15:24:43]&nbsp;&nbsp;&nbsp;&nbsp; -- Executing SIPAddHeader(&quot;Zap/4-1&quot;, &quot;Call-Info: answer-after=0&quot;) in new stack</FONT></TT></B><BR>
        <B><TT><FONT COLOR="#000000">[Sep&nbsp; 8 15:24:43]&nbsp;&nbsp;&nbsp;&nbsp; -- Executing Hangup(&quot;Zap/4-1&quot;, &quot;&quot;) in new stack</FONT></TT></B><BR>
        <B><TT><FONT COLOR="#000000">[Sep&nbsp; 8 15:24:43]&nbsp;&nbsp; == Spawn extension (intern-hcst-post, **2311, 2) exited non-zero on 'Zap/4-1'</FONT></TT></B><BR>
        <B><TT><FONT COLOR="#000000">[Sep&nbsp; 8 15:24:43]&nbsp;&nbsp;&nbsp;&nbsp; -- Hungup 'Zap/4-1'</FONT></TT></B><BR>
        <BR>
        <FONT COLOR="#000000">Is this a problem with the SIPAddHEader that it is jumping immediately to Hangup? I see NO SIP traffic as a result of this, and sip debug shows nothing out of the ordinary. </FONT><BR>
        <BR>
        <FONT COLOR="#000000">The BLF functions don't seem to be working either.</FONT><BR>
        <BR>
        <FONT COLOR="#000000">I'm running asterisk <A HREF="http://1.2.9.1/">1.2.9.1</A>, and have the Granstream GXP2000 reports: </FONT><BR>
        <B><FONT COLOR="#000000">Software Version: </FONT></B><FONT COLOR="#000000">&nbsp; Program-- <A HREF="http://1.1.0.16/">1.1.0.16</A> &nbsp;&nbsp;&nbsp;Bootloader-- <A HREF="http://1.1.0.1/">1.1.0.1</A></FONT>
    </BLOCKQUOTE>
</BLOCKQUOTE>
<BLOCKQUOTE TYPE=CITE>
    <BLOCKQUOTE>
        <BR>
        <BR>
        <BR>
        <FONT COLOR="#000000">On Sat, 2006-09-02 at 20:31 -0500, Larry Alkoff wrote: </FONT>
        <BLOCKQUOTE TYPE=CITE>
<PRE>
<FONT COLOR="#000000">Nic Bellamy wrote:</FONT>
<FONT COLOR="#000000">&gt; Zeeshan Zakaria wrote:</FONT>
<FONT COLOR="#000000">&gt; </FONT>
<FONT COLOR="#000000">&gt;&gt; My client has all Grandstream GX-2000 phones in his office and he </FONT>
<FONT COLOR="#000000">&gt;&gt; wants receptionist to use them for paging as well. Currently they are </FONT>
<FONT COLOR="#000000">&gt;&gt; using Nortel and receptionist can easily do paging. He said that he </FONT>
<FONT COLOR="#000000">&gt;&gt; had somebody setup their old Asterisk system in a way, that </FONT>
<FONT COLOR="#000000">&gt;&gt; receptionist could dial an extension, after which her voice was heard </FONT>
<FONT COLOR="#000000">&gt;&gt; on all grandstream phones' speaker phones.</FONT>
<FONT COLOR="#000000">&gt;&gt;  </FONT>
<FONT COLOR="#000000">&gt;&gt; I want to know how to setup this type of feature on grandstream </FONT>
<FONT COLOR="#000000">&gt;&gt; phones, i.e. dialing an extension will activate all phones' speaker </FONT>
<FONT COLOR="#000000">&gt;&gt; phones.</FONT>
<FONT COLOR="#000000">&gt; </FONT>
<FONT COLOR="#000000">&gt; <A HREF="http://www.grandstream.com/FAQ/Asterisk.htm">http://www.grandstream.com/FAQ/Asterisk.htm</A></FONT>
<FONT COLOR="#000000">&gt; </FONT>
<FONT COLOR="#000000">&gt; There's a PDF there that tells you (a) what settings to put on the </FONT>
<FONT COLOR="#000000">&gt; phone, and (b) how to configure Asterisk to sent the SIP header that </FONT>
<FONT COLOR="#000000">&gt; tells the phone to auto-answer.</FONT>
<FONT COLOR="#000000">&gt; </FONT>
<FONT COLOR="#000000">&gt; Cheers,</FONT>
<FONT COLOR="#000000">&gt;    Nic.</FONT>
<FONT COLOR="#000000">&gt; </FONT>

<FONT COLOR="#000000">Please let me know if you get this working.  I couldn't.</FONT>

<FONT COLOR="#000000">Larry</FONT>

</PRE>
        </BLOCKQUOTE>
    </BLOCKQUOTE>
</BLOCKQUOTE>
<BLOCKQUOTE TYPE=CITE>
    <BLOCKQUOTE>
        <TABLE CELLSPACING="0" CELLPADDING="0" WIDTH="100%">
<TR>
<TD>

<HR NOSHADE>
<BR>
<BR>
<TABLE CELLPADDING="0" WIDTH="100%">
<TR>
<TD>
<B><FONT SIZE="4">Barry D. Hassler</FONT></B><BR>
<I>President</I> <BR>
<BR>
<B><FONT SIZE="5">HCST</FONT></B><BR>
2332 Grange Hall Road<BR>
Beavercreek, Ohio 45431-2345<BR>
<A HREF="http://www.hcst.net/">http://www.hcst.net/</A> 
</TD>
<TD>
&nbsp; 
</TD>
<TD ALIGN="right" VALIGN="top">
<U><TT><A HREF="mailto:barry.hassler@hcst.com">barry.hassler@hcst.com</A></TT></U><TT> </TT><BR>
<TT>+1 937-427-9000&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </TT><BR>
<TT>+1 937-427-8706 FAX&nbsp;&nbsp;&nbsp; </TT><BR>
FWD: 3934279000 (655480) 
</TD>
</TR>
</TABLE>
<DIV ALIGN=center>HCST*Net Support Issues: please email <A HREF="mailto:support@hcst.net">support@hcst.net</A> </DIV>
<DIV ALIGN=center>Billing Issues: Please email <A HREF="mailto:support@hcst.net">billing@hcst.net</A></DIV>
</TD>
</TR>
</TABLE>
    </BLOCKQUOTE>
</BLOCKQUOTE>
<BLOCKQUOTE TYPE=CITE>
    <BLOCKQUOTE>
        <BR>
        <FONT COLOR="#000000">_______________________________________________</FONT><BR>
        <FONT COLOR="#000000">--Bandwidth and Colocation provided by <A HREF="http://easynews.com/">Easynews.com</A> --</FONT><BR>
        <BR>
        <FONT COLOR="#000000">asterisk-users mailing list </FONT><BR>
        <FONT COLOR="#000000">To UNSUBSCRIBE or update options visit:</FONT><BR>
        <FONT COLOR="#000000">&nbsp; <A HREF="http://lists.digium.com/mailman/listinfo/asterisk-users">http://lists.digium.com/mailman/listinfo/asterisk-users</A></FONT><BR>
        <BR>
        <BR>
    </BLOCKQUOTE>
</BLOCKQUOTE>
<BLOCKQUOTE TYPE=CITE>
    <BR>
    <BR>
    <BR>
    <FONT COLOR="#000000">-- </FONT><BR>
    <FONT COLOR="#000000">Lacy Moore</FONT><BR>
    <FONT COLOR="#000000">Aspendora, Inc. </FONT><BR>
</BLOCKQUOTE>
<TABLE CELLSPACING="0" CELLPADDING="0" WIDTH="100%">
<TR>
<TD>

<HR NOSHADE>
<BR>
<TABLE CELLPADDING="0" WIDTH="100%">
<TR>
<TD>
<B><FONT SIZE="4">Barry D. Hassler</FONT></B><BR>
<I>President</I> <BR>
<BR>
<B><FONT SIZE="5">HCST</FONT></B><BR>
2332 Grange Hall Road<BR>
Beavercreek, Ohio 45431-2345<BR>
http://www.hcst.net/
</TD>
<TD>
&nbsp;
</TD>
<TD ALIGN="right" VALIGN="top">
<U><TT><A HREF="mailto:barry.hassler@hcst.com">barry.hassler@hcst.com</A></TT></U><TT> </TT><BR>
<TT>+1 937-427-9000&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </TT><BR>
<TT>+1 937-427-8706 FAX&nbsp;&nbsp;&nbsp; </TT><BR>
FWD: 3934279000 (655480) 
</TD>
</TR>
</TABLE>
<DIV ALIGN=center>HCST*Net Support Issues: please email <A HREF="mailto:support@hcst.net">support@hcst.net</A> </DIV>
<DIV ALIGN=center>Billing Issues: Please email <A HREF="mailto:support@hcst.net">billing@hcst.net</A></DIV>
</TD>
</TR>
</TABLE>
</BODY>
</HTML>