Thanks.  It seems that outbound call to PSTN is not supported by iptel/ipkall.  Inbound is working though.  So I&#39;m now trying to configure the outbound call through google voice but it&#39;s not connecting. The source code was downloaded yesterday via git:<br>
git clone git://<a href="http://git.freeswitch.org/freeswitch.git">git.freeswitch.org/freeswitch.git</a><br><br>I pulled some other information below but it didn&#39;t help me to find the cause.  Any suggestions for next steps?  thanks<br>
<br>Sam<br><br>*****************************************************************************<br><br>--DingaLing status--<br>login    |    connected<br><a href="http://user@gmail.com/talk">user@gmail.com/talk</a>    |    UNCONNECTED<br>
<br>*****************************************************************************<br>
<br>conf/jingle_profiles/client.xml<br><br>&lt;include&gt;<br>  &lt;!-- Client Profile (Original mode) --&gt;<br>  &lt;!-- to use this profile take the x- away from the open and close tags so its &lt;profile&gt; and &lt;/profile&gt; --&gt;<br>
  &lt;profile type=&quot;client&quot;&gt;<br>    &lt;param name=&quot;name&quot; value=&quot;$${xmpp_client_profile}&quot;/&gt;<br>    &lt;param name=&quot;login&quot; value=&quot;<a href="http://user@gmail.com/talk">user@gmail.com/talk</a>&quot;/&gt;<br>
    &lt;param name=&quot;password&quot; value=&quot;password&quot;/&gt;<br>    &lt;param name=&quot;dialplan&quot; value=&quot;XML&quot;/&gt;<br>    &lt;param name=&quot;context&quot; value=&quot;public&quot;/&gt;<br>    &lt;param name=&quot;message&quot; value=&quot;Jingle all the way&quot;/&gt;<br>
    &lt;param name=&quot;rtp-ip&quot; value=&quot;$${bind_server_ip}&quot;/&gt;<br>    &lt;param name=&quot;ext-rtp-ip&quot; value=&quot;auto-nat&quot;/&gt;<br>    &lt;param name=&quot;auto-login&quot; value=&quot;true&quot;/&gt;<br>
    &lt;!-- SASL &quot;plain&quot; or &quot;md5&quot; --&gt;<br>    &lt;param name=&quot;sasl&quot; value=&quot;plain&quot;/&gt;<br>    &lt;!-- if the server where the jabber is hosted is not the same as the one in the jid --&gt;<br>
    &lt;param name=&quot;server&quot; value=&quot;<a href="http://talk.google.com">talk.google.com</a>&quot;/&gt;<br>    &lt;!-- Enable TLS or not --&gt;<br>    &lt;param name=&quot;tls&quot; value=&quot;true&quot;/&gt;<br>
    &lt;!-- disable to trade async for more calls --&gt;<br>    &lt;param name=&quot;use-rtp-timer&quot; value=&quot;true&quot;/&gt;<br>    &lt;!-- default extension (if one cannot be determined) --&gt;<br>    &lt;param name=&quot;exten&quot; value=&quot;888&quot;/&gt;<br>
    &lt;!-- VAD choose one --&gt;<br>    &lt;!-- &lt;param name=&quot;vad&quot; value=&quot;in&quot;/&gt; --&gt;<br>    &lt;!-- &lt;param name=&quot;vad&quot; value=&quot;out&quot;/&gt; --&gt;<br>    &lt;param name=&quot;vad&quot; value=&quot;both&quot;/&gt;<br>
    &lt;!--&lt;param name=&quot;avatar&quot; value=&quot;/path/to/tiny.jpg&quot;/&gt;--&gt;<br>    &lt;!--&lt;param name=&quot;candidate-acl&quot; value=&quot;wan.auto&quot;/&gt;--&gt;<br>    &lt;param name=&quot;local-network-acl&quot; value=&quot;localnet.auto&quot;/&gt;<br>
  &lt;/profile&gt;<br>&lt;/include&gt;<br><br>*****************************************************************************<br>
<br>Enabling debug on dingaling.conf.xml:<br><br>2010-10-04 00:59:22.243782 [NOTICE] libdingaling.c:1368 SEND:<br>-------------------------------------------------------------------------------<br>&lt;stream:stream xmlns:stream=&quot;<a href="http://etherx.jabber.org/streams">http://etherx.jabber.org/streams</a>&quot; xmlns=&quot;jabber:client&quot; to=&quot;<a href="http://gmail.com">gmail.com</a>&quot; version=&quot;1.0&quot;&gt;&lt;/stream:stream&gt;<br>
<br>2010-10-04 00:59:22.277462 [INFO] libdingaling.c:1366 RECV:<br>-------------------------------------------------------------------------------<br>&lt;stream:stream from=&quot;<a href="http://gmail.com">gmail.com</a>&quot; id=&quot;9EAEB6231C3BDA1A&quot; version=&quot;1.0&quot; xmlns:stream=&quot;<a href="http://etherx.jabber.org/streams">http://etherx.jabber.org/streams</a>&quot; xmlns=&quot;jabber:client&quot;&gt;<br>
  &lt;stream:features&gt;<br>    &lt;starttls xmlns=&quot;urn:ietf:params:xml:ns:xmpp-tls&quot;&gt;<br>      &lt;required&gt;&lt;/required&gt;<br>    &lt;/starttls&gt;<br>    &lt;mechanisms xmlns=&quot;urn:ietf:params:xml:ns:xmpp-sasl&quot;&gt;<br>
      &lt;mechanism&gt;X-GOOGLE-TOKEN&lt;/mechanism&gt;<br>    &lt;/mechanisms&gt;<br>  &lt;/stream:features&gt;<br>&lt;/stream:stream&gt;<br><br><br><br><div class="gmail_quote">On Fri, Oct 1, 2010 at 9:11 AM, Brian West <span dir="ltr">&lt;<a href="mailto:brian@freeswitch.org">brian@freeswitch.org</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">The far side rejected the call turn on the sip trace and watch it... It&#39;ll be rather clear what is going on if you run &quot;sofia profile external siptrace on&quot;<br>

<font color="#888888"><br>
/b<br>
</font><div class="im"><br>
On Oct 1, 2010, at 1:12 AM, Tech Man wrote:<br>
<br>
&gt; I&#39;m trying to configure an iptel SIP account but everytime I call an external number, it gets rejected.  I&#39;m running FreeSwitch 1.0.6 on a Mac OS X 10.5.8.  Any help would be greatly appreciated.  Thanks<br>

&gt;<br>
&gt; Sam<br>
<br>
<br>
</div><div><div></div><div class="h5">_______________________________________________<br>
FreeSWITCH-users mailing list<br>
<a href="mailto:FreeSWITCH-users@lists.freeswitch.org">FreeSWITCH-users@lists.freeswitch.org</a><br>
<a href="http://lists.freeswitch.org/mailman/listinfo/freeswitch-users" target="_blank">http://lists.freeswitch.org/mailman/listinfo/freeswitch-users</a><br>
UNSUBSCRIBE:<a href="http://lists.freeswitch.org/mailman/options/freeswitch-users" target="_blank">http://lists.freeswitch.org/mailman/options/freeswitch-users</a><br>
<a href="http://www.freeswitch.org" target="_blank">http://www.freeswitch.org</a><br>
</div></div></blockquote></div><br>