<br><br><div class="gmail_quote">On Wed, Dec 23, 2009 at 7:39 AM, Fred-145 <span dir="ltr"><<a href="mailto:codecomplete@free.fr">codecomplete@free.fr</a>></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's<br>
only when I call any of the IP phones (1001,1002,1003) that the call is<br>
immediately forwarded to the callee'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 "sofia loglevel<br>
all 0" followed by "sofia profile internal siptrace on" doesn't do the<br>
trick, so am unable to post the whole log yet.<br></blockquote><div><br>If you'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 "fsctl send_sighup"<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 "follow the tcp stream" and watch the messages going back and forth. Hopefully you'll see what's happening (or not happening) and then we can take it from there.<br>
-MC<br></div></div><br>