<br><br><div class="gmail_quote">On Wed, Dec 23, 2009 at 7:39 AM, Fred-145 <span dir="ltr">&lt;<a href="mailto:codecomplete@free.fr">codecomplete@free.fr</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;">
<br>
More information: I can dial the default extensions like 9999 just fine. It&#39;s<br>
only when I call any of the IP phones (1001,1002,1003) that the call is<br>
immediately forwarded to the callee&#39;s voice-mail when the phone goes off the<br>
hook.<br>
<br>
To only keep the SIP messages in the fs_cli screen, typing &quot;sofia loglevel<br>
all 0&quot; followed by &quot;sofia profile internal siptrace on&quot; doesn&#39;t do the<br>
trick, so am unable to post the whole log yet.<br></blockquote><div><br>If you&#39;re having this much trouble with the CLI then you might be better off just using a combination of tcpdump and rotating log files. Use this command from the shell to rotate logs:<br>
fs_cli -x &quot;fsctl send_sighup&quot;<br><br>Use the info on this page to collect a pcap:<br><a href="http://wiki.freeswitch.org/wiki/Packet_Capture">http://wiki.freeswitch.org/wiki/Packet_Capture</a><br><br>If you have Wireshark you can open the pcap and do some fun analysis. You can also &quot;follow the tcp stream&quot; and watch the messages going back and forth. Hopefully you&#39;ll see what&#39;s happening (or not happening) and then we can take it from there.<br>
-MC<br></div></div><br>