Hi all,<br><br>I&#39;m a new FreeSwitch user and this is my first email to the list.<br><br>I&#39;m trying to configure my Home PBX with a Wildcard X101P (configured as FXO) and I have a problem receiving the caller/called ID from PSTN.<br>
<br>This is the content of file &quot;openzap.conf&quot;:<br><br>[span zt]<br>name =&gt; OpenZAP<br>number =&gt; 1<br>fxo-channel =&gt; 1<br><br>And this is the content of file &quot;openzap.conf.xml&quot;:<br><br>&lt;configuration name=&quot;openzap.conf&quot; description=&quot;OpenZAP Configuration&quot;&gt;<br>
&nbsp; &lt;settings&gt;<br>&nbsp;&nbsp;&nbsp; &lt;param name=&quot;debug&quot; value=&quot;0&quot;/&gt;<br>&nbsp; &lt;/settings&gt;<br>&nbsp; &lt;analog_spans&gt;<br>&nbsp;&nbsp;&nbsp; &lt;span id=&quot;1&quot;&gt;<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;param name=&quot;tonegroup&quot; value=&quot;es&quot;/&gt;<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;param name=&quot;digit-timeout&quot; value=&quot;2000&quot;/&gt;<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;param name=&quot;max-digits&quot; value=&quot;11&quot;/&gt;<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;param name=&quot;dialplan&quot; value=&quot;XML&quot;/&gt;<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;param name=&quot;context&quot; value=&quot;default&quot;/&gt;<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;param name=&quot;enable-callerid&quot; value=&quot;true&quot;/&gt;<br>&nbsp;&nbsp;&nbsp; &lt;/span&gt;<br>&nbsp; &lt;/analog_spans&gt;<br>&lt;/configuration&gt;<br>
<br>As you can see the param &quot;enable-callerid&quot; is set to &quot;true&quot;, but when I received and incoming call, FreeSwitch doesn&#39;t get neither the caller number nor the called number (instead of my home number, I receive a number 1, as can be seen on the following log of an incoming call):<br>
<br>2009-01-14 20:43:12 [NOTICE] switch_channel.c:565 switch_channel_set_name() New Channel OpenZAP/1:1/1&nbsp; [941d6234-e273-11dd-bcdf-89190a30fe61]<br>2009-01-14 20:43:12 [INFO] mod_dialplan_xml.c:233 dialplan_hunt() Processing OpenZAP-&gt;1&nbsp; in context default<br>
2009-01-14 20:43:12 [NOTICE] switch_ivr.c:1255 switch_ivr_session_transfer() Transfer OpenZAP/1:1/1&nbsp; to enum[1@default]<br>2009-01-14 20:43:16 [INFO] switch_core_state_machine.c:122 switch_core_standard_on_routing() No Route, Aborting<br>
2009-01-14 20:43:16 [NOTICE] switch_core_state_machine.c:123 switch_core_standard_on_routing() Hangup OpenZAP/1:1/1&nbsp; [CS_ROUTING] [NO_ROUTE_DESTINATION]<br>2009-01-14 20:43:16 [NOTICE] switch_core_session.c:960 switch_core_session_thread() Session 1 (OpenZAP/1:1/1 ) Ended<br>
2009-01-14 20:43:16 [NOTICE] switch_core_session.c:962 switch_core_session_thread() Close Channel OpenZAP/1:1/1&nbsp; [CS_HANGUP]<br>2009-01-14 20:43:23 [NOTICE] switch_channel.c:565 switch_channel_set_name() New Channel OpenZAP/1:1/1&nbsp; [9af53280-e273-11dd-bcdf-89190a30fe61]<br>
<br>Any idea of what&#39;s the problem?<br><br>Thank you very much in advance.<br>