Any help our there?<br>
<br>
I&#39;m still trying to get this piece working. Essentially what i wan to
do is, when a call comes in (from registered devices as well as
unregistered devices), notify the my server socket. Somehow it&#39;s not
working. The change i made compared to the standard Freeswitch
settings are the following:<br><br>1)  Added following extension that  in
/usr/local/freeswitch/conf/dialplan/public/mysocket.xml:<br>
<br>
<br>
&lt;include&gt;<br>
       &lt;extension name=&quot;mysocket&quot;&gt;<br>
         &lt;condition field=&quot;destination_number&quot; expression=&quot;^242.*$&quot; &gt;<br>
            &lt;action application=&quot;socket&quot; data=&quot;<a href="http://192.168.50.67:10000/" target="_blank">192.168.50.67:10000</a> full&quot; /&gt;<br>
        &lt;/condition&gt;<br>
    &lt;/extension&gt;<br>
&lt;/include&gt;<br><br>2) Changed file: /usr/local/freeswitch/conf/autoload_configs/event_socket.conf to:<br><br>&lt;configuration name=&quot;event_socket.conf&quot; description=&quot;Socket Client&quot;&gt;<br>  &lt;settings&gt;<br>

    &lt;param name=&quot;nat-map&quot; value=&quot;false&quot;/&gt;<br>    &lt;param name=&quot;listen-ip&quot; value=&quot;0.0.0.0&quot;/&gt;<br>    &lt;param name=&quot;listen-port&quot; value=&quot;8021&quot;/&gt;<br>
    &lt;param name=&quot;password&quot; value=&quot;1234&quot;/&gt;<br>
    &lt;!--&lt;param name=&quot;apply-inbound-acl&quot; value=&quot;lan&quot;/&gt;--&gt;<br>  &lt;/settings&gt;<br>&lt;/configuration&gt;<br><br><br>I
noticed that with this extension, all calls received from external
providers  (e.g. Les.net, Gafachi, etc.) are indeed forwarded to my
socket. But calls from registered devices and initiated using the
socket interface are not forwarded. Is there something that need to be
changed in the profiles?<br>
<br>or is something wrong with my dial string? {origination_caller_id_number=12000}sofia/internal/<a href="mailto:242424@192.168.1.62">242424@192.168.1.62</a>. <br>
<br>
In the logs, i cannot see that that my extension is being matched.<br>
<br>
Any idea,<br>
<br>
Max.