<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
</head>
<body bgcolor="#ffffff" text="#000000">
How would I go about doing this?<br>
<br>
The way I have paging set up (just to test it), is:<br>
<br>
[intercom] ; Paging context<br>
exten =&gt; s,1,Answer<br>
exten =&gt; s,2,Playback(beep)<br>
exten =&gt; s,3,Set(TIMEOUT(digit)=5)<br>
exten =&gt; s,4,WaitExten(10)<br>
<br>
exten =&gt; *,1,SIPAddHeader(Alert-Info: Ring Answer)<br>
exten =&gt; *,2,ChanIsAvail(SIP/5053|js)<br>
exten =&gt; *,3,Page(SIP/5053) ;add all extensions here<br>
exten =&gt; *,4,Hangup<br>
exten =&gt; *,102,Hangup<br>
<br>
exten =&gt; _XXX,1,SIPAddHeader(Alert-Info: Ring Answer)<br>
exten =&gt; _XXX,2,ChanIsAvail(SIP/${EXTEN}|js)<br>
exten =&gt; _XXX,3,Dial(SIP/${EXTEN})<br>
<br>
<br>
[mynumbers]<br>
exten =&gt; 3500,1,Goto(intercom,s,1)<br>
<br>
<br>
But by doing it this way, I can't easily to an office page of 60
people. I'd have to have to create an extension that says
Page(SIP/1000&amp;SIP/1001&amp;SIP/1002), etc. How do I have it do
everyone in a certain context (since my phones our in their own
context)?<br>
<br>
Thanks<br>
<br>
C F wrote:
<blockquote
 cite="mid:81000b5a0801091542n41154d6fw138d4dfb9a898536@mail.gmail.com"
 type="cite">
  <pre wrap="">You can use app_page.
If you call a local channel that uses app_chanisavail first then you
should be able to call as many as  you need to. You can actualy break
it down in groups that way.

On Jan 9, 2008 1:28 PM, Rob Schall <a class="moz-txt-link-rfc2396E" href="mailto:rschall@callone.net">&lt;rschall@callone.net&gt;</a> wrote:
  </pre>
  <blockquote type="cite">
    <pre wrap="">I've been able to page to a specific phone (intercom type of thing), but
I'd like to have a macro or agi that pages all phones but first checks
if their on the phone. It looked like there used to be a pageall.agi
type of script on the wiki, but that link isn't valid anymore. Does
anyone have that script, or something else that would work? I would just
do SIP/1000&amp;SIP/1001, but there are about 60 phones involved.

Rob

_______________________________________________
-- Bandwidth and Colocation Provided by <a class="moz-txt-link-freetext" href="http://www.api-digital.com">http://www.api-digital.com</a> --

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
   <a class="moz-txt-link-freetext" href="http://lists.digium.com/mailman/listinfo/asterisk-users">http://lists.digium.com/mailman/listinfo/asterisk-users</a>

    </pre>
  </blockquote>
  <pre wrap=""><!---->
_______________________________________________
-- Bandwidth and Colocation Provided by <a class="moz-txt-link-freetext" href="http://www.api-digital.com">http://www.api-digital.com</a> --

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
   <a class="moz-txt-link-freetext" href="http://lists.digium.com/mailman/listinfo/asterisk-users">http://lists.digium.com/mailman/listinfo/asterisk-users</a>
  </pre>
</blockquote>
<br>
</body>
</html>