<html>
  <head>
    <meta content="text/html; charset=ISO-8859-1"
      http-equiv="Content-Type">
  </head>
  <body text="#000000" bgcolor="#FFFFFF">
    OK, so some more research reveals this example:<br>
    <br>
    <pre>   &lt;extension name="rtp_multicast_page"&gt;
     &lt;condition field="destination_number" expression="^pagegroup$|^7243"&gt;
       &lt;action application="answer"/&gt;
       &lt;action application="esf_page_group"/&gt;
     &lt;/condition&gt;
   &lt;/extension&gt;</pre>
    <br>
    Then there's a suggestion of using a loopback:<br>
    <br>
    <pre>&lt;action application="bridge" data="loopback/3456/YOUR_CONTEXT/XML"/&gt;</pre>
    <br>
    <pre><i>&lt;extension name="rtp_multicast_page"&gt;
</i><i> &lt;condition field="destination_number" expression="^3456$"&gt;
</i><i>  &lt;action application="set" data="absolute_codec_string=<a href="http://lists.freeswitch.org/mailman/listinfo/freeswitch-users">PCMU at 20i</a>"/&gt;
</i><i>  &lt;action application="set" data="jitterbuffer_msec=500:1000:20"/&gt;
</i><i>  &lt;action application="answer"/&gt;
</i><i>  &lt;action application="esf_page_group" data="234.5.6.7 23458 30"/&gt;
</i><i>  &lt;/condition&gt;
</i>&lt;<i>/extension&gt;</i></pre>
    This is beginning to be in the right direction for what I want.<br>
    <br>
    What I'm trying to do here is really aimed at callback. The user
    hits a web button and then Freeswitch pages his phone and then
    places an outbound call.<br>
    <br>
    "api originate user/0095302 02070601234 XML dp0095"<br>
    <br>
    Does the trick, by calling 0095302 and then on answer calls
    02070601234.<br>
    <br>
    What I'm trying to do is to not require the user to lift the handset
    and it has been suggested that paging is the way to do it. It's not
    a very true use of multicast, but might it work?<br>
  </body>
</html>