<html xmlns:v="urn:schemas-microsoft-com:vml" xmlns:o="urn:schemas-microsoft-com:office:office" xmlns:w="urn:schemas-microsoft-com:office:word" xmlns:m="http://schemas.microsoft.com/office/2004/12/omml" xmlns="http://www.w3.org/TR/REC-html40"><head><meta http-equiv=Content-Type content="text/html; charset=us-ascii"><meta name=Generator content="Microsoft Word 14 (filtered medium)"><title>Invoking An Application from Within IPCC</title><style><!--
/* Font Definitions */
@font-face
        {font-family:Calibri;
        panose-1:2 15 5 2 2 2 4 3 2 4;}
@font-face
        {font-family:Tahoma;
        panose-1:2 11 6 4 3 5 4 4 2 4;}
@font-face
        {font-family:Verdana;
        panose-1:2 11 6 4 3 5 4 4 2 4;}
/* Style Definitions */
p.MsoNormal, li.MsoNormal, div.MsoNormal
        {margin:0in;
        margin-bottom:.0001pt;
        font-size:12.0pt;
        font-family:"Times New Roman","serif";}
a:link, span.MsoHyperlink
        {mso-style-priority:99;
        color:blue;
        text-decoration:underline;}
a:visited, span.MsoHyperlinkFollowed
        {mso-style-priority:99;
        color:purple;
        text-decoration:underline;}
span.EmailStyle17
        {mso-style-type:personal-reply;
        font-family:"Calibri","sans-serif";
        color:#1F497D;}
.MsoChpDefault
        {mso-style-type:export-only;
        font-size:10.0pt;}
@page WordSection1
        {size:8.5in 11.0in;
        margin:1.0in 1.0in 1.0in 1.0in;}
div.WordSection1
        {page:WordSection1;}
--></style><!--[if gte mso 9]><xml>
<o:shapedefaults v:ext="edit" spidmax="1026" />
</xml><![endif]--><!--[if gte mso 9]><xml>
<o:shapelayout v:ext="edit">
<o:idmap v:ext="edit" data="1" />
</o:shapelayout></xml><![endif]--></head><body lang=EN-US link=blue vlink=purple><div class=WordSection1><p class=MsoNormal><span style='font-size:11.0pt;font-family:"Calibri","sans-serif";color:#1F497D'>UCCX / IPCC won’t run an application itself, you may be able to get creative with an HTTP post step and interface with a website.<o:p></o:p></span></p><p class=MsoNormal><span style='font-size:11.0pt;font-family:"Calibri","sans-serif";color:#1F497D'><o:p> </o:p></span></p><p class=MsoNormal><span style='font-size:11.0pt;font-family:"Calibri","sans-serif";color:#1F497D'>What I would suggest is to not use IPCC to solve this problem. The problem identified was that the e-mail server went down. If e-mail services are that critical stand up two e-mail servers, which you would have to do for your backup e-mail script to work anyway, and put a load balancer in front of them. Have IPCC point to the load balancer VIP for e-mail and have the load balancer check SMTP connectivity.<o:p></o:p></span></p><p class=MsoNormal><span style='font-size:11.0pt;font-family:"Calibri","sans-serif";color:#1F497D'><o:p> </o:p></span></p><p class=MsoNormal><span style='font-size:11.0pt;font-family:"Calibri","sans-serif";color:#1F497D'><o:p> </o:p></span></p><p class=MsoNormal><span style='font-size:11.0pt;font-family:"Calibri","sans-serif";color:#1F497D'><o:p> </o:p></span></p><p class=MsoNormal><span style='font-size:11.0pt;font-family:"Calibri","sans-serif";color:#1F497D'><o:p> </o:p></span></p><div><div style='border:none;border-top:solid #B5C4DF 1.0pt;padding:3.0pt 0in 0in 0in'><p class=MsoNormal><b><span style='font-size:10.0pt;font-family:"Tahoma","sans-serif"'>From:</span></b><span style='font-size:10.0pt;font-family:"Tahoma","sans-serif"'> cisco-voip-bounces@puck.nether.net [mailto:cisco-voip-bounces@puck.nether.net] <b>On Behalf Of </b>Jim Reed<br><b>Sent:</b> Wednesday, February 01, 2012 3:14 PM<br><b>To:</b> cisco-voip@puck.nether.net<br><b>Subject:</b> [cisco-voip] Invoking An Application from Within IPCC<o:p></o:p></span></p></div></div><p class=MsoNormal><o:p> </o:p></p><p class=MsoNormal style='margin-bottom:12.0pt'><span style='font-size:9.0pt;font-family:"Verdana","sans-serif"'>Okay, the old guy is back with a question on his old version of IPCC 4.x.  Forgive us for we do not have the money to upgrade!<br><br>Is it possible to invoke an executable from within IPCC and send it a command string.  What I want to do is execute a little applet called sendEmail and pass it all the necessary info to send out the eMail.  The reason being that — as far as I can determine — you can only configure one eMail server in this version of IPCC.  However, we had the situation where the eMail server went down and using the send eMail command from within the script didn’t work because — as previously stated — the server was down.  However, if I can invoke the applet sendEmail from within IPCC, I can configure the script to send eMail via two (2) different servers and, thus, if one is down, the other is not likely to be.<br><br>Or possibly a way to send to two (2) different eMail servers from directly within the execution of the script itself.<br><br>Here is a typical string for sendEMail:<br>SendEMail –f <a href="mailto:jreed@cmnm.org">jreed@cmnm.org</a> –t <a href="mailto:jreed@cmnm.org">jreed@cmnm.org</a> –s smtp.cmnm.org:25 –xp swiftnews –u “eMail Subject Goes Here” -m “eMail Body Goes Here”<br><br>Thanks in advance for any advice and my apologies for bring up old memories...<br></span><b><span style='font-size:7.5pt;font-family:"Verdana","sans-serif"'>-- <br>Jim Reed<br>Swift Communications, Inc.<br>Manager of Technical Services<br>970-384-9141 (Direct)<br>775-772-7666 (Cell)</span></b><o:p></o:p></p></div></body></html>