[Freeswitch-users] mod_dingaling no audio

Chris Chen chris.chen2004 at gmail.com
Mon Jun 29 03:46:13 PDT 2009


Jingwei, I don't know if you have the 888 defined in default.xml?  also you
have to define $${domain}.
please do " dl_debug on" from fs_cli, and watch the console logs and see
what's going on when you try calling from external. Most likely your
dialplan is not correctly defined.

Chris



On Mon, Jun 29, 2009 at 5:25 AM, Jingwei Yang <jingwei.yang at gmail.com>wrote:

> Hi Chris, any thoughts?
>
> Thanks,
> -Jingwei
>
>
> On Fri, Jun 26, 2009 at 11:34 AM, Jingwei Yang <jingwei.yang at gmail.com>wrote:
>
>> 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
>>>
>>>
>>
>
> _______________________________________________
> 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/20090629/eb19bc01/attachment-0002.html 


More information about the FreeSWITCH-users mailing list