<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<style type="text/css" style="display:none;"> P {margin-top:0;margin-bottom:0;} </style>
</head>
<body dir="ltr">
<div style="font-family: Calibri, Helvetica, sans-serif; font-size: 12pt; color: rgb(0, 0, 0); background-color: rgb(255, 255, 255);">
Hi everyone,</div>
<div style="font-family: Calibri, Helvetica, sans-serif; font-size: 12pt; color: rgb(0, 0, 0); background-color: rgb(255, 255, 255);">
<br>
</div>
<div style="font-family: Calibri, Helvetica, sans-serif; font-size: 12pt; color: rgb(0, 0, 0); background-color: rgb(255, 255, 255);">
I am trying to send SMS via python script but not working, I followed the script in confluence </div>
<div style="font-family: Calibri, Helvetica, sans-serif; font-size: 12pt; color: rgb(0, 0, 0); background-color: rgb(255, 255, 255);">
<br>
</div>
<blockquote style="margin: 0 0 0 40px; border: none; padding: 0px;">
<div style="font-family: Calibri, Helvetica, sans-serif; font-size: 12pt; color: rgb(0, 0, 0); background-color: rgb(255, 255, 255);">
<div style="font-family: Menlo, Monaco, "Courier New", monospace; font-weight: normal; font-size: 12px; line-height: 18px; color: rgb(212, 212, 212); background-color: rgb(30, 30, 30);">
<div><span style="color: rgb(197, 134, 192);">from</span><span> ESL </span><span style="color: rgb(197, 134, 192);">import</span><span> *</span></div>
</div>
</div>
<div style="font-family: Calibri, Helvetica, sans-serif; font-size: 12pt; color: rgb(0, 0, 0); background-color: rgb(255, 255, 255);">
<div style="font-family: Menlo, Monaco, "Courier New", monospace; font-weight: normal; font-size: 12px; line-height: 18px; color: rgb(212, 212, 212); background-color: rgb(30, 30, 30);">
<br>
</div>
</div>
<div style="font-family: Calibri, Helvetica, sans-serif; font-size: 12pt; color: rgb(0, 0, 0); background-color: rgb(255, 255, 255);">
<div style="font-family: Menlo, Monaco, "Courier New", monospace; font-weight: normal; font-size: 12px; line-height: 18px; color: rgb(212, 212, 212); background-color: rgb(30, 30, 30);">
<div><span>con = ESLconnection(</span><span style="color: rgb(206, 145, 120);">"127.0.0.1"</span><span>,
</span><span style="color: rgb(206, 145, 120);">"8021"</span><span>, </span><span style="color: rgb(206, 145, 120);">"ClueCon"</span><span>)</span></div>
</div>
</div>
<div style="font-family: Calibri, Helvetica, sans-serif; font-size: 12pt; color: rgb(0, 0, 0); background-color: rgb(255, 255, 255);">
<div style="font-family: Menlo, Monaco, "Courier New", monospace; font-weight: normal; font-size: 12px; line-height: 18px; color: rgb(212, 212, 212); background-color: rgb(30, 30, 30);">
<br>
</div>
</div>
<div style="font-family: Calibri, Helvetica, sans-serif; font-size: 12pt; color: rgb(0, 0, 0); background-color: rgb(255, 255, 255);">
<div style="font-family: Menlo, Monaco, "Courier New", monospace; font-weight: normal; font-size: 12px; line-height: 18px; color: rgb(212, 212, 212); background-color: rgb(30, 30, 30);">
<div><span style="color: rgb(197, 134, 192);">if</span><span> con.connected():</span></div>
</div>
</div>
<div style="font-family: Calibri, Helvetica, sans-serif; font-size: 12pt; color: rgb(0, 0, 0); background-color: rgb(255, 255, 255);">
<div style="font-family: Menlo, Monaco, "Courier New", monospace; font-weight: normal; font-size: 12px; line-height: 18px; color: rgb(212, 212, 212); background-color: rgb(30, 30, 30);">
<div><span>    event = ESLevent(</span><span style="color: rgb(206, 145, 120);">"CUSTOM"</span><span>,
</span><span style="color: rgb(206, 145, 120);">"SMS::SEND_MESSAGE"</span><span>)</span></div>
</div>
</div>
<div style="font-family: Calibri, Helvetica, sans-serif; font-size: 12pt; color: rgb(0, 0, 0); background-color: rgb(255, 255, 255);">
<div style="font-family: Menlo, Monaco, "Courier New", monospace; font-weight: normal; font-size: 12px; line-height: 18px; color: rgb(212, 212, 212); background-color: rgb(30, 30, 30);">
<br>
</div>
</div>
<div style="font-family: Calibri, Helvetica, sans-serif; font-size: 12pt; color: rgb(0, 0, 0); background-color: rgb(255, 255, 255);">
<div style="font-family: Menlo, Monaco, "Courier New", monospace; font-weight: normal; font-size: 12px; line-height: 18px; color: rgb(212, 212, 212); background-color: rgb(30, 30, 30);">
<div><span>    event.addHeader(</span><span style="color: rgb(206, 145, 120);">"to"</span><span>,
</span><span style="color: rgb(206, 145, 120);">"1000@192.168.1.6"</span><span>)</span></div>
</div>
</div>
<div style="font-family: Calibri, Helvetica, sans-serif; font-size: 12pt; color: rgb(0, 0, 0); background-color: rgb(255, 255, 255);">
<div style="font-family: Menlo, Monaco, "Courier New", monospace; font-weight: normal; font-size: 12px; line-height: 18px; color: rgb(212, 212, 212); background-color: rgb(30, 30, 30);">
<div><span>    event.addHeader(</span><span style="color: rgb(206, 145, 120);">"from"</span><span>,
</span><span style="color: rgb(206, 145, 120);">"5000@192.168.1.6"</span><span>)</span></div>
</div>
</div>
<div style="font-family: Calibri, Helvetica, sans-serif; font-size: 12pt; color: rgb(0, 0, 0); background-color: rgb(255, 255, 255);">
<div style="font-family: Menlo, Monaco, "Courier New", monospace; font-weight: normal; font-size: 12px; line-height: 18px; color: rgb(212, 212, 212); background-color: rgb(30, 30, 30);">
<div><span>    event.addHeader(</span><span style="color: rgb(206, 145, 120);">"dest_proto"</span><span>,
</span><span style="color: rgb(206, 145, 120);">"sip"</span><span>)</span></div>
</div>
</div>
<div style="font-family: Calibri, Helvetica, sans-serif; font-size: 12pt; color: rgb(0, 0, 0); background-color: rgb(255, 255, 255);">
<div style="font-family: Menlo, Monaco, "Courier New", monospace; font-weight: normal; font-size: 12px; line-height: 18px; color: rgb(212, 212, 212); background-color: rgb(30, 30, 30);">
<div><span>    </span></div>
</div>
</div>
<div style="font-family: Calibri, Helvetica, sans-serif; font-size: 12pt; color: rgb(0, 0, 0); background-color: rgb(255, 255, 255);">
<div style="font-family: Menlo, Monaco, "Courier New", monospace; font-weight: normal; font-size: 12px; line-height: 18px; color: rgb(212, 212, 212); background-color: rgb(30, 30, 30);">
<div><span>    </span><span style="color: rgb(220, 220, 170);">print</span><span>(event.serialize(</span><span style="color: rgb(206, 145, 120);">"plain"</span><span>))</span></div>
</div>
</div>
<div style="font-family: Calibri, Helvetica, sans-serif; font-size: 12pt; color: rgb(0, 0, 0); background-color: rgb(255, 255, 255);">
<div style="font-family: Menlo, Monaco, "Courier New", monospace; font-weight: normal; font-size: 12px; line-height: 18px; color: rgb(212, 212, 212); background-color: rgb(30, 30, 30);">
<div><span>    event.addBody(</span><span style="color: rgb(206, 145, 120);">"message contents"</span><span>)</span></div>
</div>
</div>
<div style="font-family: Calibri, Helvetica, sans-serif; font-size: 12pt; color: rgb(0, 0, 0); background-color: rgb(255, 255, 255);">
<div style="font-family: Menlo, Monaco, "Courier New", monospace; font-weight: normal; font-size: 12px; line-height: 18px; color: rgb(212, 212, 212); background-color: rgb(30, 30, 30);">
<div><span>    con.sendEvent(event)</span></div>
</div>
</div>
</blockquote>
<div style="font-family: Calibri, Helvetica, sans-serif; font-size: 12pt; color: rgb(0, 0, 0); background-color: rgb(255, 255, 255);">
<br>
</div>
<div style="font-family: Calibri, Helvetica, sans-serif; font-size: 12pt; color: rgb(0, 0, 0); background-color: rgb(255, 255, 255);">
<br>
</div>
<div style="font-family: Calibri, Helvetica, sans-serif; font-size: 12pt; color: rgb(0, 0, 0); background-color: rgb(255, 255, 255);">
as result of print command I get :</div>
<div style="font-family: Calibri, Helvetica, sans-serif; font-size: 12pt; color: rgb(0, 0, 0); background-color: rgb(255, 255, 255);">
<br>
</div>
<blockquote style="margin: 0 0 0 40px; border: none; padding: 0px;">
<div style="font-family: Calibri, Helvetica, sans-serif; font-size: 12pt; color: rgb(0, 0, 0); background-color: rgb(255, 255, 255);">
<p style="font: 12px Menlo; margin: 0px; background-color: rgb(6, 64, 61);"><span style="font-variant-ligatures: no-common-ligatures; font-variant-ligatures: no-common-ligatures">Event-Name: CUSTOM</span></p>
</div>
<div style="font-family: Calibri, Helvetica, sans-serif; font-size: 12pt; color: rgb(0, 0, 0); background-color: rgb(255, 255, 255);">
<p style="font: 12px Menlo; margin: 0px; background-color: rgb(6, 64, 61);"><span style="font-variant-ligatures: no-common-ligatures; font-variant-ligatures: no-common-ligatures">Event-Subclass: SMS%3A%3ASEND_MESSAGE</span></p>
</div>
<div style="font-family: Calibri, Helvetica, sans-serif; font-size: 12pt; color: rgb(0, 0, 0); background-color: rgb(255, 255, 255);">
<p style="font: 12px Menlo; margin: 0px; background-color: rgb(6, 64, 61);"><span style="font-variant-ligatures: no-common-ligatures; font-variant-ligatures: no-common-ligatures">to: 1000%40192.168.1.6</span></p>
</div>
<div style="font-family: Calibri, Helvetica, sans-serif; font-size: 12pt; color: rgb(0, 0, 0); background-color: rgb(255, 255, 255);">
<p style="font: 12px Menlo; margin: 0px; background-color: rgb(6, 64, 61);"><span style="font-variant-ligatures: no-common-ligatures; font-variant-ligatures: no-common-ligatures">from: 5000%40192.168.1.6</span></p>
</div>
<div style="font-family: Calibri, Helvetica, sans-serif; font-size: 12pt; color: rgb(0, 0, 0); background-color: rgb(255, 255, 255);">
<p style="font: 12px Menlo; margin: 0px; background-color: rgb(6, 64, 61);"><span style="font-variant-ligatures: no-common-ligatures; font-variant-ligatures: no-common-ligatures">dest_proto: sip</span></p>
</div>
</blockquote>
<div style="font-family: Calibri, Helvetica, sans-serif; font-size: 12pt; color: rgb(0, 0, 0); background-color: rgb(255, 255, 255);">
<br>
</div>
<div>
<div style="font-family: Calibri, Helvetica, sans-serif; font-size: 12pt; color: rgb(0, 0, 0);">
but no message received in 1000 extension. </div>
<div style="font-family: Calibri, Helvetica, sans-serif; font-size: 12pt; color: rgb(0, 0, 0);">
<br>
</div>
<div style="font-family: Calibri, Helvetica, sans-serif; font-size: 12pt; color: rgb(0, 0, 0);">
<br>
</div>
<div id="Signature">
<div style="font-family: Calibri, Helvetica, sans-serif; font-size: 12pt; color: rgb(0, 0, 0);">
<div style="font-family: Arial, Helvetica, sans-serif; font-size: small; text-align: start; background-color: rgb(255, 255, 255); color: rgb(51, 0, 153);">
<span style="font-family: "Bradley Hand"; color: rgb(34, 34, 34);">Youssef ELOUAM</span></div>
<div style="font-family: Arial, Helvetica, sans-serif; font-size: small; text-align: start; background-color: rgb(255, 255, 255); color: rgb(51, 0, 153);">
<div style="font-family: Arial, sans-serif; color: rgb(0, 0, 0);"><span style="font-family:"andale mono",times"><a rel="noopener noreferrer" href="https://www.linkedin.com/in/elouam/" target="_blank" style="color: rgb(153, 0, 153);">https://www.linkedin.com/in/<wbr>elouam/</a></span></div>
<div style="font-family: Arial, sans-serif; color: rgb(0, 0, 0);"><br>
</div>
</div>
</div>
</div>
</div>
</body>
</html>