<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>
<BR> <extension name="my new module"><BR> <condition field="destination_number" expression="^54321$"><BR> <action application="mod_myModul" data=""/><BR> </condition><BR> </extension> <BR> <BR> 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>
<BR>
<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>