Thanks. It seems that outbound call to PSTN is not supported by iptel/ipkall. Inbound is working though. So I'm now trying to configure the outbound call through google voice but it'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'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><include><br> <!-- Client Profile (Original mode) --><br> <!-- to use this profile take the x- away from the open and close tags so its <profile> and </profile> --><br>
<profile type="client"><br> <param name="name" value="$${xmpp_client_profile}"/><br> <param name="login" value="<a href="http://user@gmail.com/talk">user@gmail.com/talk</a>"/><br>
<param name="password" value="password"/><br> <param name="dialplan" value="XML"/><br> <param name="context" value="public"/><br> <param name="message" value="Jingle all the way"/><br>
<param name="rtp-ip" value="$${bind_server_ip}"/><br> <param name="ext-rtp-ip" value="auto-nat"/><br> <param name="auto-login" value="true"/><br>
<!-- SASL "plain" or "md5" --><br> <param name="sasl" value="plain"/><br> <!-- if the server where the jabber is hosted is not the same as the one in the jid --><br>
<param name="server" value="<a href="http://talk.google.com">talk.google.com</a>"/><br> <!-- Enable TLS or not --><br> <param name="tls" value="true"/><br>
<!-- disable to trade async for more calls --><br> <param name="use-rtp-timer" value="true"/><br> <!-- default extension (if one cannot be determined) --><br> <param name="exten" value="888"/><br>
<!-- VAD choose one --><br> <!-- <param name="vad" value="in"/> --><br> <!-- <param name="vad" value="out"/> --><br> <param name="vad" value="both"/><br>
<!--<param name="avatar" value="/path/to/tiny.jpg"/>--><br> <!--<param name="candidate-acl" value="wan.auto"/>--><br> <param name="local-network-acl" value="localnet.auto"/><br>
</profile><br></include><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><stream:stream xmlns:stream="<a href="http://etherx.jabber.org/streams">http://etherx.jabber.org/streams</a>" xmlns="jabber:client" to="<a href="http://gmail.com">gmail.com</a>" version="1.0"></stream:stream><br>
<br>2010-10-04 00:59:22.277462 [INFO] libdingaling.c:1366 RECV:<br>-------------------------------------------------------------------------------<br><stream:stream from="<a href="http://gmail.com">gmail.com</a>" id="9EAEB6231C3BDA1A" version="1.0" xmlns:stream="<a href="http://etherx.jabber.org/streams">http://etherx.jabber.org/streams</a>" xmlns="jabber:client"><br>
<stream:features><br> <starttls xmlns="urn:ietf:params:xml:ns:xmpp-tls"><br> <required></required><br> </starttls><br> <mechanisms xmlns="urn:ietf:params:xml:ns:xmpp-sasl"><br>
<mechanism>X-GOOGLE-TOKEN</mechanism><br> </mechanisms><br> </stream:features><br></stream:stream><br><br><br><br><div class="gmail_quote">On Fri, Oct 1, 2010 at 9:11 AM, Brian West <span dir="ltr"><<a href="mailto:brian@freeswitch.org">brian@freeswitch.org</a>></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'll be rather clear what is going on if you run "sofia profile external siptrace on"<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>
> I'm trying to configure an iptel SIP account but everytime I call an external number, it gets rejected. I'm running FreeSwitch 1.0.6 on a Mac OS X 10.5.8. Any help would be greatly appreciated. Thanks<br>
><br>
> 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>