[Freeswitch-dev] how to connect a dialplan with my own module
    Francisco Scaramanga 
    scaram at hotmail.de
       
    Sat Oct  3 08:45:00 PDT 2009
    
    
  
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
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.freeswitch.org/pipermail/freeswitch-dev/attachments/20091003/e88bf8ea/attachment.html 
    
    
More information about the FreeSWITCH-dev
mailing list