<html>
<head>
<meta content="text/html; charset=ISO-8859-1"
http-equiv="Content-Type">
</head>
<body bgcolor="#FFFFFF" text="#000000">
<div class="moz-cite-prefix">On 02/28/2013 01:49 PM, Craig Ringer
wrote:<br>
</div>
<blockquote cite="mid:512EEFE3.1040709@2ndquadrant.com" type="cite">
<pre wrap="">Hi all
Here's a simple action module to send SMS alerts to the user's
PagerPhone.
</pre>
</blockquote>
<br>
I've found the time to package this as RT::Extension::SMSNotify and
document it. It's released under the Perl license on CPAN:<br>
<br>
<meta http-equiv="content-type" content="text/html;
charset=ISO-8859-1">
<a
href="http://search.cpan.org/%7Eringerc/RT-Extension-SMSNotify/lib/RT/Extension/SMSNotify.pm">http://search.cpan.org/~ringerc/RT-Extension-SMSNotify/lib/RT/Extension/SMSNotify.pm</a><br>
<br>
The module requires SMS::Send from CPAN and at least one SMS::Send
driver like SMS::Send::RedOxygen.<br>
<br>
Sources for RT::Extension::SMSNotify here:<br>
<br>
<meta http-equiv="content-type" content="text/html;
charset=ISO-8859-1">
<a href="https://github.com/2ndQuadrant/rt-extension-smsnotify-perl">https://github.com/2ndQuadrant/rt-extension-smsnotify-perl</a><br>
<br>
This version is a lot more flexible. You can plug in a custom
function in your RT_SiteConfig.pm to look up the phone number for a
user, so you can do LDAP or database queries, make phone number
returns conditional based on the user's time zone, etc. Selection of
recipients is done via action arguments instead of being hardcoded
to queue and ticket admincc, too.<br>
<br>
Any comments/fixes/improvements would be valued.<br>
<pre class="moz-signature" cols="72">--
Craig Ringer <a class="moz-txt-link-freetext" href="http://www.2ndQuadrant.com/">http://www.2ndQuadrant.com/</a>
PostgreSQL Development, 24x7 Support, Training & Services</pre>
</body>
</html>