<!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"> </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"> </FONT>
</BLOCKQUOTE>
<BLOCKQUOTE TYPE=CITE>
<FONT COLOR="#000000">Make sure Yes is selected here.</FONT>
</BLOCKQUOTE>
<BLOCKQUOTE TYPE=CITE>
<FONT COLOR="#000000"> </FONT>
</BLOCKQUOTE>
<BLOCKQUOTE TYPE=CITE>
<FONT COLOR="#000000">You can use what Barry has below for paging (or rather intercom) to a single phone. 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: </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"> </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"> <<A HREF="mailto:Barry.Hassler@hcst.com">Barry.Hassler@hcst.com</A>> 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 => s,1,ChanIsAvail(${ARG1}|js); j is for jump, s is for ANY call</FONT></TT></B><BR>
<B><TT><FONT COLOR="#000000">exten => s,2,SIPAddHeader(Call-Info: answer-after=0)</FONT></TT></B><BR>
<B><TT><FONT COLOR="#000000">exten -> s,3,Dial(${ARG1})</FONT></TT></B><BR>
<B><TT><FONT COLOR="#000000">exten => s,4,NoOp();</FONT></TT></B><BR>
<B><TT><FONT COLOR="#000000">exten => s,5,Hangup</FONT></TT></B><BR>
<B><TT><FONT COLOR="#000000">exten => s,102,NoOp(102) ; Channel not available</FONT></TT></B><BR>
<B><TT><FONT COLOR="#000000">exten => s,103,Hangup</FONT></TT></B><BR>
<BR>
<FONT COLOR="#000000">[intercoms] </FONT><BR>
<B><TT><FONT COLOR="#000000">exten => **2311,1,Macro(page-grandstream,SIP/2311)</FONT></TT></B><BR>
<B><TT><FONT COLOR="#000000">exten => **2311,2,Hangup</FONT></TT></B><BR>
<BR>
<FONT COLOR="#000000">And in my local context:</FONT><BR>
<B><TT><FONT COLOR="#000000">include => 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 8 15:24:37] -- Starting simple switch on 'Zap/4-1'</FONT></TT></B><BR>
<B><TT><FONT COLOR="#000000">[Sep 8 15:24:43] -- Executing SetMusicOnHold("Zap/4-1", "default") in new stack</FONT></TT></B><BR>
<B><TT><FONT COLOR="#000000">[Sep 8 15:24:43] -- Executing Goto("Zap/4-1", "intern-hcst-post|**2311|1") in new stack</FONT></TT></B><BR>
<B><TT><FONT COLOR="#000000">[Sep 8 15:24:43] -- Goto (intern-hcst-post,**2311,1)</FONT></TT></B><BR>
<B><TT><FONT COLOR="#000000">[Sep 8 15:24:43] -- Executing Macro("Zap/4-1", "page-grandstream|SIP/2311") in new stack</FONT></TT></B><BR>
<B><TT><FONT COLOR="#000000">[Sep 8 15:24:43] -- Executing ChanIsAvail("Zap/4-1", "SIP/2311|js") in new stack</FONT></TT></B><BR>
<B><TT><FONT COLOR="#000000">[Sep 8 15:24:43] -- Executing SIPAddHeader("Zap/4-1", "Call-Info: answer-after=0") in new stack</FONT></TT></B><BR>
<B><TT><FONT COLOR="#000000">[Sep 8 15:24:43] -- Executing Hangup("Zap/4-1", "") in new stack</FONT></TT></B><BR>
<B><TT><FONT COLOR="#000000">[Sep 8 15:24:43] == Spawn extension (intern-hcst-post, **2311, 2) exited non-zero on 'Zap/4-1'</FONT></TT></B><BR>
<B><TT><FONT COLOR="#000000">[Sep 8 15:24:43] -- 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"> Program-- <A HREF="http://1.1.0.16/">1.1.0.16</A> 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">> Zeeshan Zakaria wrote:</FONT>
<FONT COLOR="#000000">> </FONT>
<FONT COLOR="#000000">>> My client has all Grandstream GX-2000 phones in his office and he </FONT>
<FONT COLOR="#000000">>> wants receptionist to use them for paging as well. Currently they are </FONT>
<FONT COLOR="#000000">>> using Nortel and receptionist can easily do paging. He said that he </FONT>
<FONT COLOR="#000000">>> had somebody setup their old Asterisk system in a way, that </FONT>
<FONT COLOR="#000000">>> receptionist could dial an extension, after which her voice was heard </FONT>
<FONT COLOR="#000000">>> on all grandstream phones' speaker phones.</FONT>
<FONT COLOR="#000000">>> </FONT>
<FONT COLOR="#000000">>> I want to know how to setup this type of feature on grandstream </FONT>
<FONT COLOR="#000000">>> phones, i.e. dialing an extension will activate all phones' speaker </FONT>
<FONT COLOR="#000000">>> phones.</FONT>
<FONT COLOR="#000000">> </FONT>
<FONT COLOR="#000000">> <A HREF="http://www.grandstream.com/FAQ/Asterisk.htm">http://www.grandstream.com/FAQ/Asterisk.htm</A></FONT>
<FONT COLOR="#000000">> </FONT>
<FONT COLOR="#000000">> There's a PDF there that tells you (a) what settings to put on the </FONT>
<FONT COLOR="#000000">> phone, and (b) how to configure Asterisk to sent the SIP header that </FONT>
<FONT COLOR="#000000">> tells the phone to auto-answer.</FONT>
<FONT COLOR="#000000">> </FONT>
<FONT COLOR="#000000">> Cheers,</FONT>
<FONT COLOR="#000000">> Nic.</FONT>
<FONT COLOR="#000000">> </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>
</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 </TT><BR>
<TT>+1 937-427-8706 FAX </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"> <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>
</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 </TT><BR>
<TT>+1 937-427-8706 FAX </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>