<!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>
This isn't working for me either. I was about to ask this same question, but discovered this recent thread.<BR>
<BR>
I have the following set up in my extensions.conf file, as per Granstream instructions:<BR>
<TT><B>[macro-page-grandstream]</B></TT><BR>
<TT><B>exten =&gt; s,1,ChanIsAvail(${ARG1}|js);&nbsp;&nbsp; j is for jump, s is for ANY call</B></TT><BR>
<TT><B>exten =&gt; s,2,SIPAddHeader(Call-Info: answer-after=0)</B></TT><BR>
<TT><B>exten -&gt; s,3,Dial(${ARG1})</B></TT><BR>
<TT><B>exten =&gt; s,4,NoOp();</B></TT><BR>
<TT><B>exten =&gt; s,5,Hangup</B></TT><BR>
<TT><B>exten =&gt; s,102,NoOp(102)&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; ; Channel not available</B></TT><BR>
<TT><B>exten =&gt; s,103,Hangup</B></TT><BR>
<BR>
[intercoms]<BR>
<B><TT>exten =&gt; **2311,1,Macro(page-grandstream,SIP/2311)</TT></B><BR>
<B><TT>exten =&gt; **2311,2,Hangup</TT></B><BR>
<BR>
And in my local context:<BR>
<B><TT>include =&gt; intercoms</TT></B><BR>
<BR>
When I dial **2311, I see the following debug output:<BR>
<TT><B>[Sep&nbsp; 8 15:24:37]&nbsp;&nbsp;&nbsp;&nbsp; -- Starting simple switch on 'Zap/4-1'</B></TT><BR>
<TT><B>[Sep&nbsp; 8 15:24:43]&nbsp;&nbsp;&nbsp;&nbsp; -- Executing SetMusicOnHold(&quot;Zap/4-1&quot;, &quot;default&quot;) in new stack</B></TT><BR>
<TT><B>[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</B></TT><BR>
<TT><B>[Sep&nbsp; 8 15:24:43]&nbsp;&nbsp;&nbsp;&nbsp; -- Goto (intern-hcst-post,**2311,1)</B></TT><BR>
<TT><B>[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</B></TT><BR>
<TT><B>[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</B></TT><BR>
<TT><B>[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</B></TT><BR>
<TT><B>[Sep&nbsp; 8 15:24:43]&nbsp;&nbsp;&nbsp;&nbsp; -- Executing Hangup(&quot;Zap/4-1&quot;, &quot;&quot;) in new stack</B></TT><BR>
<TT><B>[Sep&nbsp; 8 15:24:43]&nbsp;&nbsp; == Spawn extension (intern-hcst-post, **2311, 2) exited non-zero on 'Zap/4-1'</B></TT><BR>
<TT><B>[Sep&nbsp; 8 15:24:43]&nbsp;&nbsp;&nbsp;&nbsp; -- Hungup 'Zap/4-1'</B></TT><BR>
<BR>
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. <BR>
<BR>
The BLF functions don't seem to be working either.<BR>
<BR>
I'm running asterisk 1.2.9.1, and have the Granstream GXP2000 reports:<BR>
<B>Software Version: </B> &nbsp; Program-- 1.1.0.16 &nbsp;&nbsp;&nbsp;Bootloader-- 1.1.0.1<BR>
<BR>
<BR>
On Sat, 2006-09-02 at 20:31 -0500, Larry Alkoff wrote:
<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>
<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>