<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:st1="urn:schemas-microsoft-com:office:smarttags" 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 11 (filtered medium)">
<!--[if !mso]>
<style>
v\:* {behavior:url(#default#VML);}
o\:* {behavior:url(#default#VML);}
w\:* {behavior:url(#default#VML);}
.shape {behavior:url(#default#VML);}
</style>
<![endif]--><o:SmartTagType
namespaceuri="urn:schemas-microsoft-com:office:smarttags" name="City"/>
<o:SmartTagType namespaceuri="urn:schemas-microsoft-com:office:smarttags"
name="place"/>
<!--[if !mso]>
<style>
st1\:*{behavior:url(#default#ieooui) }
</style>
<![endif]-->
<style>
<!--
/* Font Definitions */
@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";}
a:link, span.MsoHyperlink
        {color:blue;
        text-decoration:underline;}
a:visited, span.MsoHyperlinkFollowed
        {color:blue;
        text-decoration:underline;}
span.EmailStyle18
        {mso-style-type:personal-reply;
        font-family:Arial;
        color:navy;}
@page Section1
        {size:8.5in 11.0in;
        margin:1.0in 1.25in 1.0in 1.25in;}
div.Section1
        {page:Section1;}
-->
</style>
</head>
<body lang=EN-US link=blue vlink=blue>
<div class=Section1>
<p class=MsoNormal><font size=2 color=navy face=Arial><span style='font-size:
10.0pt;font-family:Arial;color:navy'>You are correct, That is why the PAGE()
Application was made. It creates a MeetMe room, calls the Technologies on the
list and transfers the calls to the temp MeetMe. <o:p></o:p></span></font></p>
<p class=MsoNormal><font size=2 color=navy face=Arial><span style='font-size:
10.0pt;font-family:Arial;color:navy'><o:p> </o:p></span></font></p>
<p class=MsoNormal><font size=2 color=navy face=Arial><span style='font-size:
10.0pt;font-family:Arial;color:navy'><o:p> </o:p></span></font></p>
<p class=MsoNormal><font size=2 color=navy face=Arial><span style='font-size:
10.0pt;font-family:Arial;color:navy'><o:p> </o:p></span></font></p>
<div style='border:none;border-left:solid blue 1.5pt;padding:0in 0in 0in 4.0pt'>
<div>
<div class=MsoNormal align=center style='text-align:center'><font size=3
face="Times New Roman"><span style='font-size:12.0pt'>
<hr size=2 width="100%" align=center tabindex=-1>
</span></font></div>
<p class=MsoNormal><b><font size=2 face=Tahoma><span style='font-size:10.0pt;
font-family:Tahoma;font-weight:bold'>From:</span></font></b><font size=2
face=Tahoma><span style='font-size:10.0pt;font-family:Tahoma'>
asterisk-users-bounces@lists.digium.com
[mailto:asterisk-users-bounces@lists.digium.com] <b><span style='font-weight:
bold'>On Behalf Of </span></b>Lacy Moore - Aspendora<br>
<b><span style='font-weight:bold'>Sent:</span></b> Friday, May 12, 2006 2:42 PM<br>
<b><span style='font-weight:bold'>To:</span></b> Asterisk Users Mailing List -
Non-Commercial Discussion<br>
<b><span style='font-weight:bold'>Subject:</span></b> Re: [Asterisk-Users] Paging
and Auto Answer on Grandstream GXP2000</span></font><o:p></o:p></p>
</div>
<p class=MsoNormal><font size=3 face="Times New Roman"><span style='font-size:
12.0pt'><o:p> </o:p></span></font></p>
<div>
<p class=MsoNormal><font size=3 face="Times New Roman"><span style='font-size:
12.0pt'>I must be missing something. Seems to me that only one phone
would connect. This is just a plain dial command that rings all those
extensions and when one answers, the rest stop ringing.<o:p></o:p></span></font></p>
</div>
<div>
<p class=MsoNormal><font size=3 face="Times New Roman"><span style='font-size:
12.0pt'> <o:p></o:p></span></font></p>
</div>
<div>
<p class=MsoNormal><font size=3 face="Times New Roman"><span style='font-size:
12.0pt'>Right?<br>
<br>
<o:p></o:p></span></font></p>
</div>
<div>
<p class=MsoNormal><span class=gmailquote><font size=3 face="Times New Roman"><span
style='font-size:12.0pt'>On 5/12/06, <b><span style='font-weight:bold'>Tom Vile</span></b>
<<a href="mailto:tvile@baldwintechsolutions.com">tvile@baldwintechsolutions.com</a>>
wrote:</span></font></span> <o:p></o:p></p>
<p class=MsoNormal><font size=3 face="Times New Roman"><span style='font-size:
12.0pt'>make the dial command like so:<br>
<br>
exten => PAGE203,n,Dial(SIP/203&SIP/204&SIP/205SIP/206,5) <br>
<br>
On 5/12/06, Forrest Beck <<a href="mailto:jonforrest.beck@gmail.com">jonforrest.beck@gmail.com</a>>
wrote:<br>
> Thanks. I like that method.<br>
><br>
> Do you think if I add all my extensions (say 40 of them) to new Dial <br>
> commands after "exten => PAGE203,n,Dial(SIP/203,5)"<br>
><br>
> Like this:<br>
> exten => PAGE203,n,Dial(SIP/203,5)<br>
> exten => PAGE203,n,Dial(SIP/204,5)<br>
> exten => PAGE203,n,Dial(SIP/205,5) <br>
> exten => PAGE203,n,Dial(SIP/206,5)<br>
><br>
> will work?<br>
><br>
> The only think I am not sure about is if a phone doesn't answer in the 5<br>
> seconds allowed, it will hang until that 5 seconds is up to parse the next
<br>
> line.<br>
><br>
> Also, if it is dialing each phone line by line will there be a delay for
all<br>
> the phones are dialed and pick up.<br>
><br>
> Thanks again.<br>
><br>
> Forrest<br>
><br>
> -----Original Message----- <br>
> From: <a href="mailto:asterisk-users-bounces@lists.digium.com">asterisk-users-bounces@lists.digium.com</a><br>
> [mailto:<a href="mailto:asterisk-users-bounces@lists.digium.com">asterisk-users-bounces@lists.digium.com
</a>] On Behalf Of Tom Vile<br>
> Sent: Friday, May 12, 2006 10:21 AM<br>
> To: Asterisk Users Mailing List - Non-Commercial Discussion<br>
> Subject: Re: [Asterisk-Users] Paging and Auto Answer on Grandstream
GXP2000 <br>
><br>
> This is what I use:<br>
><br>
> [ext-paging]<br>
> exten => PAGE203,1,Set(__SIPADDHEADER=Call-Info: answer-after=0)<br>
> exten => PAGE203,n,Set(__ALERT_INFO=Ring Answer)<br>
> exten => PAGE203,n,Set(__SIP_URI_OPTIONS=intercom=true) <br>
> exten => PAGE203,n,Dial(SIP/203,5)<br>
> exten => Debug,1,Noop(dialstr is LOCAL/PAGE203@ext-paging)<br>
> exten => 2030,1,Page(LOCAL/PAGE203@ext-paging)<br>
><br>
> if I dial 2030 it will page extension 203. Change
accordingly. This <br>
> works on my Grandstream and Snom phones.<br>
><br>
><br>
> On 5/12/06, Forrest Beck <<a href="mailto:jonforrest.beck@gmail.com">jonforrest.beck@gmail.com</a>>
wrote:<br>
> > Asterisk <a href="http://1.2.7.1">1.2.7.1</a> and Zaptel 1.2.5<br>
> ><br>
> > -----Original Message-----<br>
> > From: <a href="mailto:asterisk-users-bounces@lists.digium.com">asterisk-users-bounces@lists.digium.com</a><br>
> > [mailto: <a href="mailto:asterisk-users-bounces@lists.digium.com">asterisk-users-bounces@lists.digium.com</a>]
On Behalf Of Tom Vile<br>
> > Sent: Thursday, May 11, 2006 6:55 PM<br>
> > To: Asterisk Users Mailing List - Non-Commercial Discussion <br>
> > Subject: Re: [Asterisk-Users] Paging and Auto Answer on Grandstream<br>
> GXP2000<br>
> ><br>
> > What version of Asterisk?<br>
> ><br>
> > On 5/11/06, Forrest Beck <<a
href="mailto:jonforrest.beck@gmail.com"> jonforrest.beck@gmail.com</a>>
wrote:<br>
> > ><br>
> > ><br>
> > ><br>
> > ><br>
> > > I am looking to setup paging using the auto answer feature on
the<br>
> > > Grandstream GXP2000. I am thinking I will follow the
method as <br>
> described<br>
> > > here:<br>
> > ><br>
> > ><br>
> > ><br>
> > > <a
href="http://www.voip-info.org/wiki/index.php?page=Asterisk+cmd+page">http://www.voip-info.org/wiki/index.php?page=Asterisk+cmd+page
</a><br>
> > ><br>
> > ><br>
> > ><br>
> > > I will setup the 4th account on the phone to auto answer.<br>
> > ><br>
> > ><br>
> > ><br>
> > > Does anyone else have a method that works better? I
also looked at the <br>
> > > allpage AGI written on Voip-Info. But it seems to
dial all extensions,<br>
> > even<br>
> > > the ones I don't want to use for Auto Answer.<br>
> > ><br>
> > ><br>
> > > <br>
> > > I really would like a way to group the phones instead of having
them all<br>
> > > listed in a dial command.<br>
> > ><br>
> > ><br>
> > ><br>
> > > exten =><br>
> > >
7999,2,Page(Local/202@page&Local/208@page&Local/210@page/n&Local/interal<br>
> > > 223@page|)<br>
> > ><br>
> > ><br>
> > ><br>
> > > Thanks!<br>
> > > _______________________________________________ <br>
> > > --Bandwidth and Colocation provided by <a
href="http://Easynews.com">Easynews.com</a> --<br>
> > ><br>
> > > Asterisk-Users mailing list<br>
> > > To UNSUBSCRIBE or update options visit: <br>
> > ><br>
> > > <a href="http://lists.digium.com/mailman/listinfo/asterisk-users">http://lists.digium.com/mailman/listinfo/asterisk-users</a><br>
> > ><br>
> > ><br>
> > ><br>
> > <br>
> ><br>
> > --<br>
> > Tom Vile<br>
> > Baldwin Technology Solutions, Inc<br>
> > Consulting - Web Design - VoIP Telephony<br>
> > <a href="http://www.baldwintechsolutions.com">www.baldwintechsolutions.com
</a><br>
> > Phone: 518-631-2855 x205<br>
> > Fax: 518-631-2856<br>
> > _______________________________________________<br>
> > --Bandwidth and Colocation provided by <a href="http://Easynews.com">Easynews.com</a>
--<br>
> ><br>
> > Asterisk-Users mailing list<br>
> > To UNSUBSCRIBE or update options visit:<br>
> > <a
href="http://lists.digium.com/mailman/listinfo/asterisk-users">http://lists.digium.com/mailman/listinfo/asterisk-users
</a><br>
> ><br>
> > _______________________________________________<br>
> > --Bandwidth and Colocation provided by <a href="http://Easynews.com">Easynews.com</a>
--<br>
> ><br>
> > Asterisk-Users mailing list <br>
> > To UNSUBSCRIBE or update options visit:<br>
> > <a
href="http://lists.digium.com/mailman/listinfo/asterisk-users">http://lists.digium.com/mailman/listinfo/asterisk-users</a><br>
> ><br>
><br>
> <br>
> --<br>
> Tom Vile<br>
> Baldwin Technology Solutions, Inc<br>
> Consulting - Web Design - VoIP Telephony<br>
> <a href="http://www.baldwintechsolutions.com">www.baldwintechsolutions.com</a><br>
> Phone: 518-631-2855 x205 <br>
> Fax: 518-631-2856<br>
> _______________________________________________<br>
> --Bandwidth and Colocation provided by <a href="http://Easynews.com">Easynews.com</a>
--<br>
><br>
> Asterisk-Users mailing list <br>
> To UNSUBSCRIBE or update options visit:<br>
> <a
href="http://lists.digium.com/mailman/listinfo/asterisk-users">http://lists.digium.com/mailman/listinfo/asterisk-users</a><br>
><br>
> _______________________________________________ <br>
> --Bandwidth and Colocation provided by <a href="http://Easynews.com">Easynews.com</a>
--<br>
><br>
> Asterisk-Users mailing list<br>
> To UNSUBSCRIBE or update options visit:<br>
> <a
href="http://lists.digium.com/mailman/listinfo/asterisk-users">
http://lists.digium.com/mailman/listinfo/asterisk-users</a><br>
><br>
<br>
<br>
--<br>
Tom Vile<br>
Baldwin Technology Solutions, Inc<br>
Consulting - Web Design - VoIP Telephony<br>
<a href="http://www.baldwintechsolutions.com">www.baldwintechsolutions.com</a><br>
Phone: 518-631-2855 x205<br>
Fax: 518-631-2856<br>
_______________________________________________<br>
--Bandwidth and Colocation provided by <a href="http://Easynews.com">Easynews.com
</a>--<br>
<br>
Asterisk-Users mailing list<br>
To UNSUBSCRIBE or update options visit:<br>
<a href="http://lists.digium.com/mailman/listinfo/asterisk-users">http://lists.digium.com/mailman/listinfo/asterisk-users</a><o:p></o:p></span></font></p>
</div>
<p class=MsoNormal><font size=3 face="Times New Roman"><span style='font-size:
12.0pt'><br>
<br clear=all>
<br>
-- <br>
Lacy <st1:City w:st="on"><st1:place w:st="on">Moore</st1:place></st1:City><br>
Aspendora, Inc. <o:p></o:p></span></font></p>
</div>
</div>
</body>
</html>