If you are looking to use this as an endpoint then you must treat it as such in your dialplan. You are trying to use it as an application. To use it as an endpoint you treat it like sofia or skype and use the bridge command or something along those lines and then your destination is &quot;&lt;endpoint&gt;/&lt;user/account indentifier&gt;&quot; where endpoint is the name that you give your endpoint.<br>

<br clear="all">Regards,<br>    Kevin Green<br>
<br><br><div class="gmail_quote">On Sun, Oct 11, 2009 at 2:40 PM, Francisco Scaramanga <span dir="ltr">&lt;<a href="mailto:scaram@hotmail.de">scaram@hotmail.de</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">





<div>
<font color="#008000" size="2"><font color="#008000" size="2">
 <br>
I wrote a new module and defined an endpoint interface in the following way:<br>
 <br>
 <br></font></font><font size="2">
*module_interface = switch_loadable_module_create_module_interface(pool, modname);<br>
</font><font color="#008000" size="2"><font color="#008000" size="2"> <br></font></font><font size="2">
mod_skel_endpoint_interface = switch_loadable_module_create_interface(*module_interface, SWITCH_ENDPOINT_INTERFACE);<br>
mod_skel_endpoint_interface-&gt;interface_name = </font><font color="#a31515" size="2"><font color="#a31515" size="2">&quot;mod_skel_interface&quot;</font></font><font size="2">;<br>
mod_skel_endpoint_interface-&gt;io_routines = &amp;mod_skel_io_routines;<br>
mod_skel_endpoint_interface-&gt;state_handler = &amp;mod_skel_event_handlers;<br>
 <br>
Futhermore I implemented the io_routines and state_handler of the interface<br>
 <br>
The problem is that my call back functions are never called, for instance<br>
 <br><font color="#0000ff" size="2"><font color="#0000ff" size="2">
static</font></font><font size="2"> switch_status_t channel_on_init(switch_core_session_t *session)<br>
{<br>
...<br>
}<br>
 <br>
Is there something more I must do except to define and implement the endpoint interface?<br>
 <br>
My dialplan is:<br>
 <br>
&lt;extension name=&quot;test&quot;&gt;<br>        &lt;condition field=&quot;destination_number&quot; expression=&quot;54505&quot;&gt;<br>             &lt;action application=&quot;mymod_skel&quot; data=&quot;&quot;/&gt;<br>

        &lt;/condition&gt;<br>&lt;/extension&gt;<br></font></font>                                               <br><hr>Schneller, einfacher und noch mehr Fun –  <a href="http://redirect.gimas.net/?n=M0910Win7" target="_blank">mit Windows 7</a></div>
<br>_______________________________________________<br>
FreeSWITCH-dev mailing list<br>
<a href="mailto:FreeSWITCH-dev@lists.freeswitch.org">FreeSWITCH-dev@lists.freeswitch.org</a><br>
<a href="http://lists.freeswitch.org/mailman/listinfo/freeswitch-dev" target="_blank">http://lists.freeswitch.org/mailman/listinfo/freeswitch-dev</a><br>
UNSUBSCRIBE:<a href="http://lists.freeswitch.org/mailman/options/freeswitch-dev" target="_blank">http://lists.freeswitch.org/mailman/options/freeswitch-dev</a><br>
<a href="http://www.freeswitch.org" target="_blank">http://www.freeswitch.org</a><br>
<br></blockquote></div><br>