[Freeswitch-users] Question about mod_dingaling.

占平陈 chenzhanping at gmail.com
Sat Feb 12 03:58:01 MSK 2011


client.xml:

<include>
  <!-- Client Profile (Original mode) -->
  <!-- to use this profile take the x- away from the open and close tags so
its <profile> and </profile> -->
  <profile type="client">
    <param name="name" value="gv1"/>
    <param name="login" value="XXXXX at gmail.com/talk"/>
    <param name="password" value="XXXXXX"/>
    <param name="dialplan" value="XML"/>
    <param name="context" value="public"/>
    <param name="message" value="Jingle all the way"/>
    <param name="rtp-ip" value="$${bind_server_ip}"/>
    <param name="ext-rtp-ip" value="auto-nat"/>
    <param name="auto-login" value="true"/>
    <param name="auto-reply" value="Press *Call* to join my conference"/>
    <!-- SASL "plain" or "md5" -->
    <param name="sasl" value="plain"/>
    <!-- if the server where the jabber is hosted is not the same as the one
in the jid -->
    <param name="server" value="talk.google.com"/>-->
    <!-- Enable TLS or not -->
    <param name="tls" value="true"/>
    <!-- disable to trade async for more calls -->
    <param name="use-rtp-timer" value="true"/>
    <!-- default extension (if one cannot be determined) -->
    <param name="exten" value="1000"/>
    <!-- VAD choose one -->
    <!-- <param name="vad" value="in"/> -->
    <!-- <param name="vad" value="out"/> -->
    <param name="vad" value="both"/>
    <!--<param name="avatar" value="/path/to/tiny.jpg"/>-->
    <!--<param name="candidate-acl" value="wan.auto"/>-->
    <param name="local-network-acl" value="localnet.auto"/>
  </profile>
</include>


在 2011年2月12日 上午8:57,占平陈 <chenzhanping at gmail.com>写道:

> I use the configuration in http://wiki.freeswitch.org/wiki/Google_Voice ,but
> still can not call out from mod_dingaling use google voice.
>
> this is log:
>
> http://pastebin.freeswitch.org/15363
>
> Is there a problem here:  Thanks.
>
>    1.  2011-02-12 08:50:07.335702 [DEBUG] mod_dingaling.c:892 SETUP RTP
>    184.105.153.247:0 -> 74.125.127.126:19295
>    2.  2011-02-12 08:50:07.335702 [DEBUG] mod_dingaling.c:914 RTP ERROR
>    Missing local port
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20110212/d534b650/attachment.html 


More information about the FreeSWITCH-users mailing list