<html>
  <head>
    <meta content="text/html; charset=ISO-8859-1"
      http-equiv="Content-Type">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    Thanks for the response. You gave me some ideas I didn't think of
    such as sending a text message to the on-call security person's cell
    phone. However, while I know I can get the 911 call to call other
    phones, I also need location data. I know there are ways to do it,
    but I don't have the kung-fu for things like databases, and am
    wondering if there's something simple in Asterisk like a flat file
    used to correlate phone number and location. Then, there's the part
    of how to get that additional data to display on a phone. To throw a
    wrench in it, I don't want local security to answer, just to be
    alerted the call is going on so they can be the first on scene and
    make themselves available to direct emergency personnel when they
    arrive.<br>
    <br>
    <br>
    Thanks Again!<br>
    <br>
    On 6/12/2012 11:21 AM, Carlos Alvarez wrote:
    <blockquote
cite="mid:CAFn1dUHrp95Nvh-C-+_CxRxhHR3==BU-ZDEq+mWRH_N5+m+o8Q@mail.gmail.com"
      type="cite">
      <div class="gmail_quote">On Tue, Jun 12, 2012 at 9:44 AM, Carlos
        Chavez <span dir="ltr">&lt;<a moz-do-not-send="true"
            href="mailto:cursor@telecomabmex.com" target="_blank">cursor@telecomabmex.com</a>&gt;</span>
        wrote:<br>
        <blockquote class="gmail_quote" style="margin:0 0 0
          .8ex;border-left:1px #ccc solid;padding-left:1ex"> &nbsp; &nbsp; &nbsp; &nbsp;This
          is as easy as running an AGI on your 911 rule to do whatever
          you<br>
          want. &nbsp;The AGI can dial multiple phones, send emails, page
          you, etc.<br>
          Even without the AGI you can do many things from the dialplan.<br>
        </blockquote>
        <div><br>
        </div>
        <div>Here's one example of non-AGI notification:</div>
        <div><br>
        </div>
      </div>
      <div>
        <div>exten =&gt; s,n,System(/usr/sbin/sendEmail -t <a
            moz-do-not-send="true" href="mailto:carlos@televolve.com">carlos@televolve.com</a>
          -f <a moz-do-not-send="true"
            href="mailto:switch1@televolve.com">switch1@televolve.com</a>
          -u "911 call was placed" -m "911 call from ${CDR(accountcode)}
          ${CALLERID(num)} - ${CALLERID(name)} &nbsp;via <a
            moz-do-not-send="true" href="http://switch-1.televolve.com">switch-1.televolve.com</a>
          to ${911PROVIDER}.")</div>
      </div>
      <div><br>
      </div>
      <div>This of course requires the sendEmail program, which is
        hugely useful throughout our systems for many purposes.</div>
      <div><br>
      </div>
      -- <br>
      <div>Carlos Alvarez</div>
      <div>TelEvolve</div>
      <div>602-889-3003</div>
      <div><br>
      </div>
      <br>
      <br>
      <fieldset class="mimeAttachmentHeader"></fieldset>
      <br>
      <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> --
New to Asterisk? Join us for a live introductory webinar every Thurs:
               <a class="moz-txt-link-freetext" href="http://www.asterisk.org/hello">http://www.asterisk.org/hello</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>
  </body>
</html>