<div>It's still beta... here is the link:</div>
<div><a href="http://www.grandstream.com/BETATEST/GXP2000_BT200/">http://www.grandstream.com/BETATEST/GXP2000_BT200/</a></div>
<div> </div>
<div>bp<br><br> </div>
<div><span class="gmail_quote">On 9/10/06, <b class="gmail_sendername">Barry D. Hassler</b> <<a href="mailto:Barry.Hassler@hcst.com">Barry.Hassler@hcst.com</a>> wrote:</span>
<blockquote class="gmail_quote" style="PADDING-LEFT: 1ex; MARGIN: 0px 0px 0px 0.8ex; BORDER-LEFT: #ccc 1px solid">
<div>
<div>Firmware <a onclick="return top.js.OpenExtLink(window,event,this)" href="http://1.1.1.9/" target="_blank">1.1.1.9</a>? Where's that? most recent on Grandstream's site that I see is <a onclick="return top.js.OpenExtLink(window,event,this)" href="http://1.1.0.16/" target="_blank">
1.1.0.16</a>, which I have loaded.</div>
<div><span class="e" id="q_10d98bf2432cfe6c_1"><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 onclick="return top.js.OpenExtLink(window,event,this)" href="http://1.1.1.9/" target="_blank">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 onclick="return top.js.OpenExtLink(window,event,this)" href="mailto:Barry.Hassler@hcst.com" target="_blank">
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 onclick="return top.js.OpenExtLink(window,event,this)" href="http://1.2.9.1/" target="_blank">
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 onclick="return top.js.OpenExtLink(window,event,this)" href="http://1.1.0.16/" target="_blank">
1.1.0.16</a> Bootloader-- <a onclick="return top.js.OpenExtLink(window,event,this)" href="http://1.1.0.1/" target="_blank">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 onclick="return top.js.OpenExtLink(window,event,this)" href="http://www.grandstream.com/FAQ/Asterisk.htm" target="_blank">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%">
<tbody>
<tr>
<td>
<hr noshade>
<br><br>
<table cellpadding="0" width="100%">
<tbody>
<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 onclick="return top.js.OpenExtLink(window,event,this)" href="http://www.hcst.net/" target="_blank">
http://www.hcst.net/</a> </td>
<td> </td>
<td valign="top" align="right"><u><tt><a onclick="return top.js.OpenExtLink(window,event,this)" href="mailto:barry.hassler@hcst.com" target="_blank">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></tbody></table>
<div align="center">HCST*Net Support Issues: please email <a onclick="return top.js.OpenExtLink(window,event,this)" href="mailto:support@hcst.net" target="_blank">support@hcst.net</a> </div>
<div align="center">Billing Issues: Please email <a onclick="return top.js.OpenExtLink(window,event,this)" href="mailto:support@hcst.net" target="_blank">billing@hcst.net</a></div></td></tr></tbody></table></blockquote></blockquote>
<blockquote type="CITE">
<blockquote><br><font color="#000000">_______________________________________________</font><br><font color="#000000">--Bandwidth and Colocation provided by <a onclick="return top.js.OpenExtLink(window,event,this)" href="http://easynews.com/" target="_blank">
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 onclick="return top.js.OpenExtLink(window,event,this)" href="http://lists.digium.com/mailman/listinfo/asterisk-users" target="_blank">
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%">
<tbody>
<tr>
<td>
<hr noshade>
<br>
<table cellpadding="0" width="100%">
<tbody>
<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 onclick="return top.js.OpenExtLink(window,event,this)" href="http://www.hcst.net/" target="_blank">
http://www.hcst.net/</a> </td>
<td> </td>
<td valign="top" align="right"><u><tt><a onclick="return top.js.OpenExtLink(window,event,this)" href="mailto:barry.hassler@hcst.com" target="_blank">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></tbody></table>
<div align="center">HCST*Net Support Issues: please email <a onclick="return top.js.OpenExtLink(window,event,this)" href="mailto:support@hcst.net" target="_blank">support@hcst.net</a> </div>
<div align="center">Billing Issues: Please email <a onclick="return top.js.OpenExtLink(window,event,this)" href="mailto:support@hcst.net" target="_blank">billing@hcst.net</a></div></td></tr></tbody></table></span></div>
<div></div></div><br>_______________________________________________<br>--Bandwidth and Colocation provided by <a onclick="return top.js.OpenExtLink(window,event,this)" href="http://easynews.com/" target="_blank">Easynews.com
</a> --<br><br>asterisk-users mailing list<br>To UNSUBSCRIBE or update options visit:<br> <a onclick="return top.js.OpenExtLink(window,event,this)" href="http://lists.digium.com/mailman/listinfo/asterisk-users" target="_blank">
http://lists.digium.com/mailman/listinfo/asterisk-users</a><br><br><br></blockquote></div><br>