<html>
<head>
<style><!--
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
font-size: 10pt;
font-family:Verdana
}
--></style>
</head>
<body class='hmmessage'>
I want to create my own freeswitch module which should simply answer a call and write the audiostream into a file. <BR>Here is the dialplan:<BR>
&nbsp;&nbsp;<BR>&nbsp;&nbsp;&nbsp; &lt;extension name="my new module"&gt;<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;condition field="destination_number" expression="^54321$"&gt;<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;action application="mod_myModul" data=""/&gt;<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;/condition&gt;<BR>&nbsp;&nbsp;&nbsp; &lt;/extension&gt; <BR>&nbsp;<BR>&nbsp;The question is how the dialplan entry (application="mod_myModule") gets associated with mod_myModul so that the dialplan actually executes mod_myModul? I need to understand the mechanism in general but I can't find useful documentation for that. <BR>
&nbsp;<BR>
&nbsp;<BR>                                               <br /><hr />Schneller, einfacher und noch mehr Fun –  <a href='http://redirect.gimas.net/?n=M0910Win7' target='_new'>mit Windows 7</a></body>
</html>