<div dir="ltr">Hi guys.<div><br></div><div>I&#39;ve reported this before and i can tell that it is still happening in the latest v1.4.</div><div><br></div><div>How reproduce:</div><div><br></div><div><ol><li>just create a dialplan that calls a python script<br></li><li>dial that dialplan entry</li></ol><div><br></div><div>Example code (works with anything that invokes <b>session</b>):</div><div><br></div><div><div>#!/usr/bin/env python</div><div># -*- coding: utf-8 -*-</div><div><br></div><div>from __future__ import absolute_import</div><div># <a href="http://docs.python.org/whatsnew/pep-328.html">http://docs.python.org/whatsnew/pep-328.html</a></div><div><br></div><div>def handler(session, args):</div><div><div>        freeswitch.consoleLog(&quot;notice&quot;, &quot;Testing123...&quot;)<br></div><div>        freeswitch.consoleLog(&quot;notice&quot;, &quot;Dumping current CDR INFO&quot;)<br></div><div>        freeswitch.consoleLog(&quot;info&quot;, str(session.getXMLCDR()))</div><div>        freeswitch.consoleLog(&quot;notice&quot;, &quot;The END!&quot;)</div></div></div><div><br></div><div><br></div><div>mod_pyhton crashes everytime the script is called right after a freeswitch start (the very first time session is invoked inside a mod_python python script).</div><div>After the first time (error), everything starts to work just fine.</div><div>This doesn&#39;t happen in e6b8b3e4f2deac73547bc9b9a2cb3e1d3147d101 from v1.2.stable</div><div><br></div><div>Should i open a jira on this?</div><div><br></div><div><span style="color:rgb(31,73,125);font-family:&#39;Trebuchet MS&#39;,sans-serif">--</span><br></div><div><p><b><span style="font-size:8pt;font-family:&#39;Trebuchet MS&#39;,sans-serif;color:rgb(31,73,125)">Nuno Miguel Reis</span></b><span style="font-size:8pt;font-family:&#39;Trebuchet MS&#39;,sans-serif;color:rgb(19,55,112)"> | <b>Unified Communication</b></span><b><span style="font-size:8pt;font-family:&#39;Trebuchet MS&#39;,sans-serif;color:rgb(31,73,125)"> Systems</span></b><span style="font-size:8pt;font-family:&#39;Trebuchet MS&#39;,sans-serif;color:rgb(19,55,112)"><br>
M. <a value="+351918919465">+351 913907481</a> | <a href="mailto:nreis@wavecom.pt" target="_blank"><span style="color:blue">nreis@wavecom.pt</span></a></span><span style="font-size:8pt;font-family:&#39;Trebuchet MS&#39;,sans-serif"></span><span style="font-size:10pt;font-family:&#39;Trebuchet MS&#39;,sans-serif;color:rgb(31,73,125)"></span><span style="font-size:8pt;font-family:&#39;Trebuchet MS&#39;,sans-serif;color:rgb(19,55,112)"><br></span></p><span style="font-size:8pt;font-family:&#39;Trebuchet MS&#39;,sans-serif;color:rgb(19,55,112)">WAVECOM-Soluções Rádio, S.A.</span><span style="font-size:8pt;font-family:&#39;Trebuchet MS&#39;,sans-serif;color:rgb(19,55,112)"><br>
Cacia Park | Rua do Progresso, Lote 15</span><span style="font-size:8pt;font-family:&#39;Trebuchet MS&#39;,sans-serif;color:rgb(19,55,112)"><br>3800-639 AVEIRO | Portugal</span><span style="font-size:8pt;font-family:&#39;Trebuchet MS&#39;,sans-serif;color:rgb(19,55,112)"><br>
T. <a value="+351234919190">+351 309 700 225</a> | F. <a value="+351234919191">+351 234 919 191</a></span><span style="font-size:8pt;font-family:&#39;Trebuchet MS&#39;,sans-serif;color:rgb(19,55,112)"><br></span><b><span style="font-size:9pt;font-family:&#39;Trebuchet MS&#39;,sans-serif;color:rgb(31,73,125)"><a href="http://maps.google.com/maps/ms?msa=0&amp;msid=202333747613191340808.0004b4b227a6144f0df88" target="_blank"><span style="color:rgb(31,73,125)">GPS</span></a> | <a href="http://www.wavecom.pt/" target="_blank"><span style="color:rgb(31,73,125)">www.wavecom.pt</span></a></span></b><b><a href="http://www.wavecom.pt/" target="_blank"><span style="color:rgb(31,73,125)"></span></a></b><p><span style="border-collapse:collapse"></span></p><p><a href="http://www.wavecom.pt/pt/wavecom/premios.php" style="color:rgb(17,85,204)" target="_blank"><span style="text-decoration:none"><img src="cid:image001.png@01CD4A22.D45EAB90" alt="Description: Description: WavecomSignature" border="0" height="100" width="400"></span></a><span style="color:rgb(31,73,125)"></span></p>

<p><a href="http://www.wavecom.pt/pt/mail_eventos.php" style="color:rgb(17,85,204);font-size:medium;font-family:&#39;Times New Roman&#39;" target="_blank"><img alt="Publicity" src="http://www.wavecom.pt/email_signature/pub.png" border="0" height="71" width="389"></a>
</p><p></p><p><span><br></span></p></div>
</div></div>