[Freeswitch-users] mod_dingaling no audio

Jingwei Yang jingwei.yang at gmail.com
Thu Jun 25 20:34:36 PDT 2009


Hi Chris, here's the one that confuses me. As far as I understand, the
extension 888 defined in public.xml is for picking up incoming calls. It
should have no influence on outgoing calls, right? If not, what is to write
to fit my case? (originate
dingaling/gmail.com/userAAA at gmail.com&bridge(dingaling/
gmail.com/userBBB at gmail.com), both userAAA and userBBB can be internal or
external).

Anyway, I've defined a extension 888 in public.xml. Frankly speaking, I'm
not quite sure what to include. So I make it very simple.

<extension name="gtalk">
  <condition field="destination_number" expression="^(888)$">
    <action application="voicemail" data="default $${domain} 888"/>
  </condition>
</extension>

Here are three relative parameters in client.xml:

<param name="rtp-ip" value="192.168.1.100"/>
<param name="ext-rtp-ip" value="$${external_rtp_ip}"/>
<!--<param name="disable-rtp-auto-adjust" value="true"/>-->

Still, I got no echo for internal Ip calls. Please let me know where goes
wrong.

Thanks,
-Jingwei

On Fri, Jun 26, 2009 at 10:30 AM, Chris Chen <chris.chen2004 at gmail.com>wrote:

> I guess you have the problem here,
> in client.xml you have
>   <param name="context" value="public"/>
>
> but you only define extension 888 in default context,
> that's why nobody can reach you from public.
>
> under /usr/local/freeswitch/conf/dialplan
>
> define extension 888 in public.xml to the proper extension you expect, and
> check the console log from fs_cli when you do gtalk calling to your gmail
> client, you will find out the solution to your issue.
>
> chris
>
>
>
> _______________________________________________
> Freeswitch-users mailing list
> Freeswitch-users at lists.freeswitch.org
> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
> http://www.freeswitch.org
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20090626/5fe6d7e1/attachment-0002.html 


More information about the FreeSWITCH-users mailing list