I want to create my own freeswitch module which should simply answer a call and 
write the audiostream into a file. 
Here is the dialplan:

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

 

 
                                          
_________________________________________________________________
http://redirect.gimas.net/?n=M0910xWin72
Schneller, einfacher und noch mehr Fun – mit Windows 7
_______________________________________________
FreeSWITCH-dev mailing list
[email protected]
http://lists.freeswitch.org/mailman/listinfo/freeswitch-dev
UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-dev
http://www.freeswitch.org

Reply via email to