<html>
<head>
<meta content="text/html; charset=UTF-8" http-equiv="Content-Type">
</head>
<body text="#000000" bgcolor="#FFFFFF">
Hi Boobalan<br>
<br>
Can you check your code against this one ? (pretty old, but still
relevant, I guess)
<a class="moz-txt-link-freetext" href="http://blog.russellbryant.net/2008/06/19/how-to-write-an-asterisk-module-part-1/">http://blog.russellbryant.net/2008/06/19/how-to-write-an-asterisk-module-part-1/</a><br>
<br>
Especially, did you use one of the AST_MODULE_INFO macros ? <br>
<br>
Luck !<br>
<br>
and Happy New Year!<br>
<br>
Kirill Marchuk<br>
<br>
<div class="moz-cite-prefix">30.12.2015 11:01, Boobalan M пишет:<br>
</div>
<blockquote
cite="mid:000001d142bf$15c69e60$4153db20$@mb@plintron.com"
type="cite">
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta name="Generator" content="Microsoft Word 12 (filtered
medium)">
<style>
<!--
/* Font Definitions */
@font-face
{font-family:"Cambria Math";
panose-1:2 4 5 3 5 4 6 3 2 4;}
@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;}
/* Style Definitions */
p.MsoNormal, li.MsoNormal, div.MsoNormal
{margin:0in;
margin-bottom:.0001pt;
font-size:11.0pt;
font-family:"Calibri","sans-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;}
p.MsoAcetate, li.MsoAcetate, div.MsoAcetate
{mso-style-priority:99;
mso-style-link:"Balloon Text Char";
margin:0in;
margin-bottom:.0001pt;
font-size:8.0pt;
font-family:"Tahoma","sans-serif";}
span.EmailStyle17
{mso-style-type:personal-compose;
font-family:"Tahoma","sans-serif";
color:#1919FF;}
span.BalloonTextChar
{mso-style-name:"Balloon Text Char";
mso-style-priority:99;
mso-style-link:"Balloon Text";
font-family:"Tahoma","sans-serif";}
.MsoChpDefault
{mso-style-type:export-only;}
@page Section1
{size:8.5in 11.0in;
margin:1.0in 1.0in 1.0in 1.0in;}
div.Section1
{page:Section1;}
-->
</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]-->
<div class="Section1">
<p class="MsoNormal"><span
style="font-size:9.0pt;font-family:"Tahoma","sans-serif";color:#1919FF">Hi
Team,<o:p></o:p></span></p>
<p class="MsoNormal"><span
style="font-size:9.0pt;font-family:"Tahoma","sans-serif";color:#1919FF"><o:p> </o:p></span></p>
<p class="MsoNormal"><span
style="font-size:9.0pt;font-family:"Tahoma","sans-serif";color:#1919FF">I
have created new application named “plin_EXIBSInterface.c”.
I could see application compilation, the module
“plin_EXIBSInterface.so”
getting moved to “/usr/lib64/asterisk/modules”/.<o:p></o:p></span></p>
<p class="MsoNormal"><span
style="font-size:9.0pt;font-family:"Tahoma","sans-serif";color:#1919FF"><o:p> </o:p></span></p>
<p class="MsoNormal"><span
style="font-size:9.0pt;font-family:"Tahoma","sans-serif";color:#1919FF">When
I make up the asterisk I could see the below error in logs,<o:p></o:p></span></p>
<p class="MsoNormal"><span
style="font-size:9.0pt;font-family:"Tahoma","sans-serif";color:#1919FF"><o:p> </o:p></span></p>
<p class="MsoNormal"><span
style="font-size:9.0pt;font-family:"Tahoma","sans-serif";color:#1919FF">
<span style="background:yellow;mso-highlight:yellow">[Dec 29
15:17:27] WARNING[23213]
loader.c: Module 'plin_EXIBSInterface.so' did not register
itself during load</span><o:p></o:p></span></p>
<p class="MsoNormal"><span
style="font-size:9.0pt;font-family:"Tahoma","sans-serif";color:#1919FF">
<span style="background:yellow;mso-highlight:yellow">[Dec 29
15:17:27] WARNING[23213]
loader.c: Module 'plin_EXIBSInterface.so' could not be
loaded.</span><o:p></o:p></span></p>
<p class="MsoNormal"><span
style="font-size:9.0pt;font-family:"Tahoma","sans-serif";color:#1919FF"><o:p> </o:p></span></p>
<p class="MsoNormal"><span
style="font-size:9.0pt;font-family:"Tahoma","sans-serif";color:#1919FF">I
have added the entry in modules.conf as well, but still
issue
persists.<o:p></o:p></span></p>
<p class="MsoNormal"><span
style="font-size:9.0pt;font-family:"Tahoma","sans-serif";color:#1919FF"><o:p> </o:p></span></p>
<p class="MsoNormal"><span
style="font-size:9.0pt;font-family:"Tahoma","sans-serif";color:#1919FF">
<span style="background:yellow;mso-highlight:yellow">load
=>
plin_EXIBSInterface.so ;
Plintron Modules</span><o:p></o:p></span></p>
<p class="MsoNormal"><span
style="font-size:9.0pt;font-family:"Tahoma","sans-serif";color:#1919FF"><o:p> </o:p></span></p>
<p class="MsoNormal"><span
style="font-size:9.0pt;font-family:"Tahoma","sans-serif";color:#1919FF">Can
anyone suggests?<o:p></o:p></span></p>
<p class="MsoNormal"><span
style="font-size:9.0pt;font-family:"Tahoma","sans-serif";color:#1919FF"><o:p> </o:p></span></p>
<p class="MsoNormal"><span
style="font-size:9.0pt;font-family:"Tahoma","sans-serif";color:#0070C0">Regards,<o:p></o:p></span></p>
<p class="MsoNormal"><span
style="font-size:9.0pt;font-family:"Tahoma","sans-serif";color:#0070C0">Boobalan</span><span
style="color:blue"><o:p></o:p></span></p>
<p class="MsoNormal"><o:p> </o:p></p>
</div>
<br>
<fieldset class="mimeAttachmentHeader"></fieldset>
<br>
</blockquote>
<br>
</body>
</html>