<!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 => s,1,Answer<br>
exten => s,2,Playback(beep)<br>
exten => s,3,Set(TIMEOUT(digit)=5)<br>
exten => s,4,WaitExten(10)<br>
<br>
exten => *,1,SIPAddHeader(Alert-Info: Ring Answer)<br>
exten => *,2,ChanIsAvail(SIP/5053|js)<br>
exten => *,3,Page(SIP/5053) ;add all extensions here<br>
exten => *,4,Hangup<br>
exten => *,102,Hangup<br>
<br>
exten => _XXX,1,SIPAddHeader(Alert-Info: Ring Answer)<br>
exten => _XXX,2,ChanIsAvail(SIP/${EXTEN}|js)<br>
exten => _XXX,3,Dial(SIP/${EXTEN})<br>
<br>
<br>
[mynumbers]<br>
exten => 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&SIP/1001&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"><rschall@callone.net></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&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>