<div dir="ltr"><div>Do you have the module loaded? Have you installed opensips-python-module.x86_64? Confirm in your module path that it exists!<br></div><div><br></div><div><span style="color:rgb(0,0,153);font-family:arial,helvetica,sans-serif">loadmodule "python.so"</span><br></div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Wed, 13 May 2020 at 03:18, Gordon Yeong <<a href="mailto:anexiole@gmail.com">anexiole@gmail.com</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div dir="ltr"><div class="gmail_default" style="font-family:arial,helvetica,sans-serif;color:rgb(0,0,153)">Anyone know what's going on? </div><div class="gmail_default" style="font-family:arial,helvetica,sans-serif;color:rgb(0,0,153)"><br></div><div><div dir="ltr"><div dir="ltr"><div><div dir="ltr"><div><div dir="ltr"><div><div dir="ltr"><div><div dir="ltr"><font color="#000000" face="verdana, sans-serif">Gordon </font></div></div></div></div></div></div></div></div></div></div></div><br></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Tue, 12 May 2020 at 17:10, Gordon Yeong <<a href="mailto:anexiole@gmail.com" target="_blank">anexiole@gmail.com</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div dir="ltr"><div dir="ltr"><div dir="ltr"><div class="gmail_default" style="font-family:arial,helvetica,sans-serif;color:rgb(0,0,153)">hi guys<br clear="all"></div><div class="gmail_default" style="font-family:arial,helvetica,sans-serif;color:rgb(0,0,153)"> I managed to get opensips to work with the perl module.</div><div class="gmail_default" style="font-family:arial,helvetica,sans-serif;color:rgb(0,0,153)">I now need to port what I have to python 3.</div><div class="gmail_default" style="font-family:arial,helvetica,sans-serif;color:rgb(0,0,153)"><br></div><div class="gmail_default" style="font-family:arial,helvetica,sans-serif;color:rgb(0,0,153)"></div><div class="gmail_default" style="font-family:arial,helvetica,sans-serif;color:rgb(0,0,153)"><br></div><div class="gmail_default" style="font-family:arial,helvetica,sans-serif;color:rgb(0,0,153)">I can't seem to start opensips 3.0 because I have the following error:</div><div class="gmail_default" style="font-family:arial,helvetica,sans-serif;color:rgb(0,0,153)"><br></div><div class="gmail_default" style="font-family:arial,helvetica,sans-serif;color:rgb(0,0,153)"><br>May 12 16:59:51 [47532] ERROR:core:set_mod_param_regex: no module matching python found<br>May 12 16:59:51 [47532] Traceback (last included file at the bottom):<br>May 12 16:59:51 [47532]  0. /opt/opensips/etc/opensips/opensips-Enum-Python.cfg<br>May 12 16:59:51 [47532] CRITICAL:core:yyerror: parse error in /opt/opensips/etc/opensips/opensips-Enum-Python.cfg:137:20-21: Parameter <script_name> not found in module <python> - can't set<br>May 12 16:59:51 [47532]<br>May 12 16:59:51 [47532] loadmodule "enum.so"<br>May 12 16:59:51 [47532] modparam("python", "script_name", "/tmp/test.py")<br>May 12 16:59:51 [47532] ^~<br>May 12 16:59:51 [47532]<br>May 12 16:59:51 [47532] ####### Routing Logic ########<br>May 12 16:59:51 [47532] CRITICAL:core:yyerror: parse error in /opt/opensips/etc/opensips/opensips-Enum-Python.cfg:158:36-37: unknown command <python_exec>, missing loadmodule?<br>May 12 16:59:51 [47532] CRITICAL:core:yyerror: parse error in /opt/opensips/etc/opensips/opensips-Enum-Python.cfg:159:54-55: unknown command <python_exec>, missing loadmodule?<br>May 12 16:59:51 [47532] ERROR:core:parse_opensips_cfg: bad config file (3 errors)<br>May 12 16:59:51 [47532] ERROR:core:main: failed to parse config file /opt/opensips/etc/opensips/opensips-Enum-Python.cfg<br>May 12 16:59:51 [47532] NOTICE:core:main: Exiting....<br></div><div class="gmail_default" style="font-family:arial,helvetica,sans-serif;color:rgb(0,0,153)"><br></div><div class="gmail_default" style="font-family:arial,helvetica,sans-serif;color:rgb(0,0,153)">1) the first issue is "ERROR:core:set_mod_param_regex: no module matching python found".</div><div class="gmail_default" style="font-family:arial,helvetica,sans-serif;color:rgb(0,0,153)">    I find this really weird because I referred to <a href="https://opensips.org/docs/modules/3.0.x/python.html" style="font-family:Arial,Helvetica,sans-serif" target="_blank">https://opensips.org/docs/modules/3.0.x/python.html</a> and it says in <span style="color:rgb(0,0,0);font-family:Helvetica,Arial">1.2.1.  that no loading is required.</span></div><div class="gmail_default" style="font-family:arial,helvetica,sans-serif;color:rgb(0,0,153)"><span style="color:rgb(0,0,0);font-family:Helvetica,Arial"><br></span></div><div class="gmail_default" style="font-family:arial,helvetica,sans-serif;color:rgb(0,0,153)"><span style="color:rgb(0,0,0);font-family:Helvetica,Arial">2) Additionally, I am using the  line "</span><span style="font-family:Arial,Helvetica,sans-serif;color:rgb(34,34,34)">modparam("python", "script_name", "/tmp/test.py")" to load my test python functions as per the same documentation in section </span><span style="color:rgb(0,0,0);font-family:Helvetica,Arial">1.3.1</span><span class="gmail_default">.</span></div><div class="gmail_default" style="font-family:arial,helvetica,sans-serif;color:rgb(0,0,153)"><span style="font-family:Arial,Helvetica,sans-serif;color:rgb(34,34,34)">    Yet, it errors out, "</span><span style="font-family:Arial,Helvetica,sans-serif;color:rgb(34,34,34)">CRITICAL:core:yyerror: parse error in /opt/opensips/etc/opensips/opensips-Enum-Python.cfg:137:20-21: Parameter <script_name> not found in module <python> - can't set". </span></div><div class="gmail_default" style="font-family:arial,helvetica,sans-serif;color:rgb(0,0,153)"><br></div><div class="gmail_default" style="font-family:arial,helvetica,sans-serif;color:rgb(0,0,153)">Any ideas? </div><div class="gmail_default" style="font-family:arial,helvetica,sans-serif;color:rgb(0,0,153)"><br></div><div class="gmail_default" style="font-family:arial,helvetica,sans-serif;color:rgb(0,0,153)">Thank you</div><div class="gmail_default" style="font-family:arial,helvetica,sans-serif;color:rgb(0,0,153)"><br></div><div class="gmail_default" style="font-family:arial,helvetica,sans-serif;color:rgb(0,0,153)"><br></div><div><div dir="ltr"><div dir="ltr"><div dir="ltr"><div dir="ltr"><div dir="ltr"><div dir="ltr"><font color="#000000" face="verdana, sans-serif">Regards,<br>Gordon Yeong</font></div><div><span style="color:rgb(0,0,153);font-family:arial,helvetica,sans-serif"><span class="gmail_default" style="font-family:arial,helvetica,sans-serif;color:rgb(0,0,153)">perl, python3, elixir, rails, php = joy</span></span></div></div></div></div></div></div></div></div></div></div>
</blockquote></div>
_______________________________________________<br>
Users mailing list<br>
<a href="mailto:Users@lists.opensips.org" target="_blank">Users@lists.opensips.org</a><br>
<a href="http://lists.opensips.org/cgi-bin/mailman/listinfo/users" rel="noreferrer" target="_blank">http://lists.opensips.org/cgi-bin/mailman/listinfo/users</a><br>
</blockquote></div>

<br>
<p dir="ltr" style="line-height:1.38;margin-top:0pt;margin-bottom:0pt;text-align:justify"><font size="3" face="Verdana"><span style="font-size:8px;color:rgb(0,0,0);background-color:transparent;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline"></span></font></p><div><a href="https://www.x-on.co.uk/service/surgery-connect/coronavirus.htm" target="_blank"><img src="https://www.x-on.co.uk/email/footer/banner-awards-coronavirus.jpg"></a></div><div><br></div><div><div><div><font size="4"><b><sup><font face="Verdana">0333 332 0000  |  <a href="https://www.x-on.co.uk" target="_blank">x-on.co.uk</a>  |  <sub> </sub></font></sup></b></font><font size="4"><b><sub><sup><font face="Verdana"><a href="https://www.linkedin.com/company/x-on" target="_blank"><img src="http://www.x-on.co.uk//images/icon/linkedin.png" width="24" height="24"></a>  <a href="https://www.facebook.com/XonTel" target="_blank"><img src="http://www.x-on.co.uk//images/icon/facebook.png" width="24" height="24"></a>  <a href="https://twitter.com/xonuk" target="_blank"><img src="http://www.x-on.co.uk//images/icon/twitter.png" width="24" height="24"></a></font></sup></sub> </b></font><b style="font-size:large"><sup><font face="Verdana">  |  <a href="https://www.x-on.co.uk/service/surgery-connect/coronavirus.htm" target="_blank">Coronavirus</a></font></sup></b><br><p><span style="font-family:Verdana;font-size:8px"><a href="http://www.itspa.org.uk/itspa-awards" target="_blank">THE ITSPA AWARDS 2020</a> AND Best ITSP - Mid Market, Best Software and Best Vertical Solution are trade marks of the Internet Telephony Services Providers' Association, used under licence.</span></p><p><span style="font-size:6.0pt;font-family:Verdana;color:black">X-on
is a trading name of Storacall Technology Ltd a limited company registered in
England and Wales.<br>
Registered Office : Avaland House, 110 London Road, Apsley, Hemel Hempstead,
Herts, HP3 9SD. Company Registration No. 2578478.<br>
The information in this e-mail is confidential and for use by the addressee(s)
only. If you are not the intended recipient, please notify X-on immediately on <span>+44(0)333 332 0000</span> and delete the<br>message from your computer. If you are not a named addressee you must not use,
disclose, disseminate, distribute, copy, print or reply to this email. </span><span style="font-size:6.0pt;font-family:Verdana;color:black">Views
or opinions expressed by an individual<br>within this email may not necessarily
reflect the views of X-on or its associated companies. Although X-on routinely
screens for viruses, addressees should scan this email and any attachments<br>for
viruses. X-on makes no representation or warranty as to the absence of viruses
in this email or any attachments.</span></p>





<p><span style="font-size:6.0pt;font-family:Verdana;color:black"></span><font size="2"><span style="font-size:6.0pt;font-family:Verdana;color:black"></span></font></p></div></div></div>