Re: [Freeswitch-users] mod_dingaling no audio
Hi Chris, I've attached the console logs for your reference. It really hits 888 in the dialplan and the external call can hear the echo without any problem. One thing attracts me is how the ip addresses are translated. Here's the working external example: *(external party's local addr)* * (external party's global addr)* *(server's global addr)* Here's the non-working internal exmaple: *(internal party's local addr)* *(internal party's global addr) * * (server's global addr)* *(internal party's local addr, again!) * *(internal party's global addr) * *(google's global addr)* *(google's global addr) * *(internal party's local addr, 3rd time!) * *(google's global addr)* And finally, when the call was hung up, the internal one showed an error like this: http://www.google.com/session "> unknown session Regards, -Jingwei On Mon, Jul 13, 2009 at 7:29 PM, Chris Chen wrote: > Jingwei, can you show your console log when somebody is calling you from > gtalk client? Will it really hit 888 in your dialplan? > Thanks, > Chris > > > On Mon, Jul 13, 2009 at 5:27 AM, Jingwei Yang wrote: > >> Hi Chris, sorry for the late reply. Have been quite busy last few days. >> >> I had shifted 888 from default.xml to public.xml and the dialplan is >> simply having an echo action now. I've turned on dl_debug but unfortunately >> didn't find anything useful. Logs are attached for your reference. >> >> I don't think there's something wrong with the dialplan as two external >> parties can talk to each other perfectly (with ext-rtp-ip uncommented, at >> this time my ip was interpreted to be an external one). With ext-rtp-ip >> commented, I can hear the echo and I saw my ip was translated into an >> internal one (at this time, external party's audio failed). >> >> I tried the method on this wiki page as well: >> http://wiki.freeswitch.org/wiki/NAT_Traversal (the last FreeSwitch behind >> NAT portion) but still no luck. Please kindly let me know what other configs >> I should change. >> >> Thanks, >> -Jingwei >> >> On Mon, Jun 29, 2009 at 6:46 PM, Chris Chen wrote: >> >>> 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 >>> ___ >>> Freeswitch-users mailing list >>> Freeswitch-users@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@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@lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > http://www.freeswitch.org > > freeswi...@localhost.localdomain> 2009-07-14 10:26:39.865655 [INFO] libdingaling.c:1307 SecRECV: --- 0 http://mail.google.com/xmpp/client/caps"; ver="1.1" ext="pmuc-v1 sms-v1" xmlns:caps="http://jabber.org/protocol/caps";> c29f064f71570f700c49ba7ee3c8ad81bb242334 2009-07-14 10:26:41.804629 [INFO] libdingaling.c:1307 SecRECV: --- 24 http://mail.google.com/xmpp/client/caps"; ver="1.1" ext="pmuc-v1 sms-v1" xmlns:caps="http://jabber.org/protocol/caps";> c29f064f71570f700c49ba7ee3c8ad81bb242334 2009-07-14 10:26:41.805758 [INFO] libdingaling.c:1307 SecRECV: --- 24 http://mail.google.com/xmpp/client/caps"; ver="1.1" ext="pmuc-v1 sms-v1 video-v1 voice-v1" xmlns:caps="http://jabber.org/protocol/caps";> c29f064f71570f700c49ba7ee3c8ad81bb242334 2009-07-14 10:26:50.924200 [INFO] libdingaling.c:1307 SecRECV: --- http://www.google.com/session";> http://www.google.com/session/phone";> 2009-07-14 10:26:50.924200 [INFO] libdingaling.c:1307 SecRECV: --- 2009-07-14 10:26:50.924200 [NOTICE] switch_channel.c:602 New Channel dingaling/888 [9c514bfe-b6e9-44fa-bfa9-60b28e97325b] 2009-07-14 10:26:50.9
Re: [Freeswitch-users] mod_dingaling no audio
Jingwei, can you show your console log when somebody is calling you from gtalk client? Will it really hit 888 in your dialplan? Thanks, Chris On Mon, Jul 13, 2009 at 5:27 AM, Jingwei Yang wrote: > Hi Chris, sorry for the late reply. Have been quite busy last few days. > > I had shifted 888 from default.xml to public.xml and the dialplan is simply > having an echo action now. I've turned on dl_debug but unfortunately didn't > find anything useful. Logs are attached for your reference. > > I don't think there's something wrong with the dialplan as two external > parties can talk to each other perfectly (with ext-rtp-ip uncommented, at > this time my ip was interpreted to be an external one). With ext-rtp-ip > commented, I can hear the echo and I saw my ip was translated into an > internal one (at this time, external party's audio failed). > > I tried the method on this wiki page as well: > http://wiki.freeswitch.org/wiki/NAT_Traversal (the last FreeSwitch behind > NAT portion) but still no luck. Please kindly let me know what other configs > I should change. > > Thanks, > -Jingwei > > On Mon, Jun 29, 2009 at 6:46 PM, Chris Chen wrote: > >> 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 >> ___ >> Freeswitch-users mailing list >> Freeswitch-users@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@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@lists.freeswitch.org http://lists.freeswitch.org/mailman/listinfo/freeswitch-users UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users http://www.freeswitch.org
Re: [Freeswitch-users] mod_dingaling no audio
Hi Chris, sorry for the late reply. Have been quite busy last few days. I had shifted 888 from default.xml to public.xml and the dialplan is simply having an echo action now. I've turned on dl_debug but unfortunately didn't find anything useful. Logs are attached for your reference. I don't think there's something wrong with the dialplan as two external parties can talk to each other perfectly (with ext-rtp-ip uncommented, at this time my ip was interpreted to be an external one). With ext-rtp-ip commented, I can hear the echo and I saw my ip was translated into an internal one (at this time, external party's audio failed). I tried the method on this wiki page as well: http://wiki.freeswitch.org/wiki/NAT_Traversal (the last FreeSwitch behind NAT portion) but still no luck. Please kindly let me know what other configs I should change. Thanks, -Jingwei On Mon, Jun 29, 2009 at 6:46 PM, Chris Chen wrote: > 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 > ___ > Freeswitch-users mailing list > Freeswitch-users@lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > http://www.freeswitch.org > > freeswi...@localhost.localdomain> originate dingaling/gmail.com/xxx...@gmail.com &echo 2009-07-13 15:19:34.950696 [NOTICE] libdingaling.c:1309 SecSEND: --- Call Me! 2009-07-13 15:19:34.950696 [NOTICE] libdingaling.c:1309 SecSEND: --- 2009-07-13 15:19:35.643651 [INFO] libdingaling.c:1307 SecRECV: --- 24 http://www.google.com/xmpp/client/caps"; ver="1.0.0.104" ext="share-v1 voice-v1" xmlns="http://jabber.org/protocol/caps";> 2009-07-13 15:19:35.647665 [NOTICE] switch_channel.c:602 New Channel dingaling/gmail.com/xxx...@gmail.com [dde6f921-ed98-46c0-9628-8f2c0d1b2835] 2009-07-13 15:19:35.648943 [NOTICE] mod_dingaling.c:1084 Ring-Ready dingaling/gmail.com/xxx...@gmail.com! 2009-07-13 15:19:35.651651 [NOTICE] libdingaling.c:1309 SecSEND: --- Incoming Call From FreeSWITCH 00 2009-07-13 15:19:35.651651 [NOTICE] libdingaling.c:1309 SecSEND: --- http://www.google.com/session"; type="initiate" id="1019592811" initiator="yyy...@gmail.com/talkC4CD0A96"> http://www.google.com/session/phone"; xml:lang="en"> http://www.google.com/session/phone"; id="0" name="PCMU" clockrate="8000" bitrate="64000"> http://www.google.com/transport/p2p";> 2009-07-13 15:19:35.662651 [INFO] libdingaling.c:1307 SecRECV: --- 24 http://www.google.com/xmpp/client/caps"; ver="1.0.0.104" ext="share-v1 voice-v1" xmlns="http://jabber.org/protocol/caps";> 2009-07-13 15:19:36.458618 [INFO] libdingaling.c:1307 SecRECV: --- 2009-07-13 15:19:36.631611 [INFO] libdingaling.c:1307 SecRECV: --- http://www.google.com/session";> http://www.google.com/transport/p2p";> 2009-07-13 15:19:36.657730 [NOTICE] libdingaling.c:1309 SecSEND: --- 2009-07-13 15:19:36.872615 [INFO] libdingaling.c:1307 SecRECV: --- http://www.google.com/session";> http://www.google.com/transport/p2p";> 2009-07-13 15:19:36.959598 [NOTICE] libdingaling.c:1309 SecSEND: --- 2009-07-13 15:19:37.14595 [INFO] libdingaling.c:1307 SecRECV: --- http://www.google.com/session";> http://www.google.com/transport/p2p";> 2009-07-13 15:19:37.60593 [NOTICE] libdingaling.c:1309 SecSEND: --- 2009-07-13 15:19:40.791443 [INFO] libdingaling.c:1307 SecRECV: --- http://www.google.com/session";> http://www.google.com/session/phone";> 2009-07-13 15:19:41.680379 [INFO] mod_dingaling.c:97
Re: [Freeswitch-users] mod_dingaling no audio
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 wrote: > Hi Chris, any thoughts? > > Thanks, > -Jingwei > > > On Fri, Jun 26, 2009 at 11:34 AM, Jingwei Yang 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/user...@gmail.com&bridge(dingaling/ >> gmail.com/user...@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. >> >> >> >> >> >> >> >> Here are three relative parameters in client.xml: >> >> >> >> >> >> 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 wrote: >> >>> I guess you have the problem here, >>> in client.xml you have >>> >>> >>> 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@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@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@lists.freeswitch.org http://lists.freeswitch.org/mailman/listinfo/freeswitch-users UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users http://www.freeswitch.org
Re: [Freeswitch-users] mod_dingaling no audio
Hi Chris, any thoughts? Thanks, -Jingwei On Fri, Jun 26, 2009 at 11:34 AM, Jingwei Yang 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/user...@gmail.com&bridge(dingaling/ > gmail.com/user...@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. > > > > > > > > Here are three relative parameters in client.xml: > > > > > > 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 wrote: > >> I guess you have the problem here, >> in client.xml you have >> >> >> 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@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@lists.freeswitch.org http://lists.freeswitch.org/mailman/listinfo/freeswitch-users UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users http://www.freeswitch.org
Re: [Freeswitch-users] mod_dingaling no audio
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/user...@gmail.com&bridge(dingaling/ gmail.com/user...@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. Here are three relative parameters in client.xml: 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 wrote: > I guess you have the problem here, > in client.xml you have > > > 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@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@lists.freeswitch.org http://lists.freeswitch.org/mailman/listinfo/freeswitch-users UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users http://www.freeswitch.org
Re: [Freeswitch-users] mod_dingaling no audio
I have been testing dingaling all day... I added switch_nat routines to poke holes in the nat if needed if you're behind upnp or nat-pmp. /b On Jun 25, 2009, at 9:30 PM, Chris Chen wrote: > I guess you have the problem here, > in client.xml you have > > > 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@lists.freeswitch.org http://lists.freeswitch.org/mailman/listinfo/freeswitch-users UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users http://www.freeswitch.org
Re: [Freeswitch-users] mod_dingaling no audio
I guess you have the problem here, in client.xml you have 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 On Thu, Jun 25, 2009 at 10:15 PM, Jingwei Yang wrote: > Hi Chris. thanks for the reply. Here're my answers. > > On Thu, Jun 25, 2009 at 9:02 PM, Chris Chen wrote: > >> Two questions for you: >> >> 1) Do you have extension "888" in your public context? > > > What public context are you saying? I only defined 888.xml in > /usr/local/freeswitch/conf/directory/default. > > >> 2)Can you put your internal Ip address of FS in rtp-ip instead of >> $${bind_server_ip} just to make sure it get the right IP? > > > I changed it to the internal Ip, but still no echo. > > >> >> 3) is not really >> required at least for my working setup behind the NAT router. > > > Thanks, I've commented it out. > > >> >> >> >> On Thu, Jun 25, 2009 at 1:31 AM, Jingwei Yang wrote: >> >>> Hi Chris, thanks for your help. Here's my client.xml >>> >>> >>> >>> >>> >>> >>> >>> >>> >>> >>> >>> >>> >>> >>> >>> >>> >>> >>> >>> >>> >>> >>> >>> >>> >>> >>> >>> >>> >>> >>> >>> >>> >>> >>> >>> >>> >>> On Thu, Jun 25, 2009 at 11:53 AM, Chris Chen >>> wrote: >>> Please provide your client.xml detail with confidential information crossout, I have gtalk client and server working properly behind the NAT. I should be able to help you. Chris On Wed, Jun 24, 2009 at 11:42 PM, Jingwei Yang wrote: > Thanks seven. External IPs have sound echo this time with ext-rtp-ip > uncommented and disable-rtp-auto-adjust=true. However, internal IP has no > audio this time no matter what value disable-rtp-auto-adjust is... > > > On Thu, Jun 25, 2009 at 11:24 AM, seven wrote: > >> uncomment ext-rtp-ip >> >> On Jun 25, 2009, at 10:23 AM, Jingwei Yang wrote: >> >> Hi seven, thanks for your reply. I've commented out "ext-rtp-ip" and >> put "disable-rtp-auto-adjust" inside client.xml. No matter what value >> this >> parameter has (true or false), local IP is able to hear the echo but >> external ones still have no audio. >> >> On Wed, Jun 24, 2009 at 6:01 PM, seven wrote: >> >>> search wiki from sth. like disable_rtp_autoajust , I don't remember >>> the exact var. >>> >>> On Jun 24, 2009, at 5:40 PM, Jingwei Yang wrote: >>> >>> Hi Guys, >>> >>> Here's my situation: >>> >>> The freeswitch server and my machine are behind the same LAN. If I >>> commented out "ext-rtp-ip" from client.xml, I'm able to hear the echo >>> (by >>> *originate dingaling/gmail.com/user...@gmail.com &echo*). >>> >>> However, external calls have no sound at all no matter whether this >>> param is commented out or not. >>> >>> Please kindly let me know what other params to set to resolve this >>> issue. >>> >>> Thanks, >>> -Jingwei >>> ___ >>> Freeswitch-users mailing list >>> Freeswitch-users@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@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@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@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@lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE: > http://
Re: [Freeswitch-users] mod_dingaling no audio
Hi Chris. thanks for the reply. Here're my answers. On Thu, Jun 25, 2009 at 9:02 PM, Chris Chen wrote: > Two questions for you: > > 1) Do you have extension "888" in your public context? What public context are you saying? I only defined 888.xml in /usr/local/freeswitch/conf/directory/default. > 2)Can you put your internal Ip address of FS in rtp-ip instead of > $${bind_server_ip} just to make sure it get the right IP? I changed it to the internal Ip, but still no echo. > > 3) is not really > required at least for my working setup behind the NAT router. Thanks, I've commented it out. > > > > On Thu, Jun 25, 2009 at 1:31 AM, Jingwei Yang wrote: > >> Hi Chris, thanks for your help. Here's my client.xml >> >> >> >> >> >> >> >> >> >> >> >> >> >> >> >> >> >> >> >> >> >> >> >> >> >> >> >> >> >> >> >> >> >> >> >> >> >> On Thu, Jun 25, 2009 at 11:53 AM, Chris Chen wrote: >> >>> Please provide your client.xml detail with confidential information >>> crossout, I have gtalk client and server working properly behind the NAT. >>> I should be able to help you. >>> >>> Chris >>> >>> >>> On Wed, Jun 24, 2009 at 11:42 PM, Jingwei Yang >>> wrote: >>> Thanks seven. External IPs have sound echo this time with ext-rtp-ip uncommented and disable-rtp-auto-adjust=true. However, internal IP has no audio this time no matter what value disable-rtp-auto-adjust is... On Thu, Jun 25, 2009 at 11:24 AM, seven wrote: > uncomment ext-rtp-ip > > On Jun 25, 2009, at 10:23 AM, Jingwei Yang wrote: > > Hi seven, thanks for your reply. I've commented out "ext-rtp-ip" and > put "disable-rtp-auto-adjust" inside client.xml. No matter what value this > parameter has (true or false), local IP is able to hear the echo but > external ones still have no audio. > > On Wed, Jun 24, 2009 at 6:01 PM, seven wrote: > >> search wiki from sth. like disable_rtp_autoajust , I don't remember >> the exact var. >> >> On Jun 24, 2009, at 5:40 PM, Jingwei Yang wrote: >> >> Hi Guys, >> >> Here's my situation: >> >> The freeswitch server and my machine are behind the same LAN. If I >> commented out "ext-rtp-ip" from client.xml, I'm able to hear the echo (by >> *originate dingaling/gmail.com/user...@gmail.com &echo*). >> >> However, external calls have no sound at all no matter whether this >> param is commented out or not. >> >> Please kindly let me know what other params to set to resolve this >> issue. >> >> Thanks, >> -Jingwei >> ___ >> Freeswitch-users mailing list >> Freeswitch-users@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@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@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@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@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@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@lists.freeswitch.org >> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freesw
Re: [Freeswitch-users] mod_dingaling no audio
if you are behind nat , you will not want to disable auto-adjust that is what the feature is there to help you with. On Thu, Jun 25, 2009 at 10:16 AM, Seven Du wrote: > > 3) is not > > really required at least for my working setup behind the NAT router. > > > > ok, this param is originally added for another problem > http://jira.freeswitch.org/browse/MODENDP-198 > . But I think it might be useful for this. > > ___ > Freeswitch-users mailing list > Freeswitch-users@lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > http://www.freeswitch.org > -- Anthony Minessale II FreeSWITCH http://www.freeswitch.org/ ClueCon http://www.cluecon.com/ AIM: anthm MSN:anthony_miness...@hotmail.com GTALK/JABBER/PAYPAL:anthony.miness...@gmail.com IRC: irc.freenode.net #freeswitch FreeSWITCH Developer Conference sip:8...@conference.freeswitch.org iax:gu...@conference.freeswitch.org/888 googletalk:conf+...@conference.freeswitch.org pstn:213-799-1400 ___ Freeswitch-users mailing list Freeswitch-users@lists.freeswitch.org http://lists.freeswitch.org/mailman/listinfo/freeswitch-users UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users http://www.freeswitch.org
Re: [Freeswitch-users] mod_dingaling no audio
> 3) is not > really required at least for my working setup behind the NAT router. > ok, this param is originally added for another problem http://jira.freeswitch.org/browse/MODENDP-198 . But I think it might be useful for this. ___ Freeswitch-users mailing list Freeswitch-users@lists.freeswitch.org http://lists.freeswitch.org/mailman/listinfo/freeswitch-users UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users http://www.freeswitch.org
Re: [Freeswitch-users] mod_dingaling no audio
Two questions for you: 1) Do you have extension "888" in your public context? 2)Can you put your internal Ip address of FS in rtp-ip instead of $${bind_server_ip} just to make sure it get the right IP? 3) is not really required at least for my working setup behind the NAT router. On Thu, Jun 25, 2009 at 1:31 AM, Jingwei Yang wrote: > Hi Chris, thanks for your help. Here's my client.xml > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > On Thu, Jun 25, 2009 at 11:53 AM, Chris Chen wrote: > >> Please provide your client.xml detail with confidential information >> crossout, I have gtalk client and server working properly behind the NAT. >> I should be able to help you. >> >> Chris >> >> >> On Wed, Jun 24, 2009 at 11:42 PM, Jingwei Yang wrote: >> >>> Thanks seven. External IPs have sound echo this time with ext-rtp-ip >>> uncommented and disable-rtp-auto-adjust=true. However, internal IP has no >>> audio this time no matter what value disable-rtp-auto-adjust is... >>> >>> >>> On Thu, Jun 25, 2009 at 11:24 AM, seven wrote: >>> uncomment ext-rtp-ip On Jun 25, 2009, at 10:23 AM, Jingwei Yang wrote: Hi seven, thanks for your reply. I've commented out "ext-rtp-ip" and put "disable-rtp-auto-adjust" inside client.xml. No matter what value this parameter has (true or false), local IP is able to hear the echo but external ones still have no audio. On Wed, Jun 24, 2009 at 6:01 PM, seven wrote: > search wiki from sth. like disable_rtp_autoajust , I don't remember the > exact var. > > On Jun 24, 2009, at 5:40 PM, Jingwei Yang wrote: > > Hi Guys, > > Here's my situation: > > The freeswitch server and my machine are behind the same LAN. If I > commented out "ext-rtp-ip" from client.xml, I'm able to hear the echo (by > *originate dingaling/gmail.com/user...@gmail.com &echo*). > > However, external calls have no sound at all no matter whether this > param is commented out or not. > > Please kindly let me know what other params to set to resolve this > issue. > > Thanks, > -Jingwei > ___ > Freeswitch-users mailing list > Freeswitch-users@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@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@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@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@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@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@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@lists.freeswitch.org http://lists.freeswitch.org/mailman/listinfo/freeswitch-users UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users http://www.freeswitch.org
Re: [Freeswitch-users] mod_dingaling no audio
Hi Chris, thanks for your help. Here's my client.xml On Thu, Jun 25, 2009 at 11:53 AM, Chris Chen wrote: > Please provide your client.xml detail with confidential information > crossout, I have gtalk client and server working properly behind the NAT. > I should be able to help you. > > Chris > > > On Wed, Jun 24, 2009 at 11:42 PM, Jingwei Yang wrote: > >> Thanks seven. External IPs have sound echo this time with ext-rtp-ip >> uncommented and disable-rtp-auto-adjust=true. However, internal IP has no >> audio this time no matter what value disable-rtp-auto-adjust is... >> >> >> On Thu, Jun 25, 2009 at 11:24 AM, seven wrote: >> >>> uncomment ext-rtp-ip >>> >>> On Jun 25, 2009, at 10:23 AM, Jingwei Yang wrote: >>> >>> Hi seven, thanks for your reply. I've commented out "ext-rtp-ip" and put >>> "disable-rtp-auto-adjust" inside client.xml. No matter what value this >>> parameter has (true or false), local IP is able to hear the echo but >>> external ones still have no audio. >>> >>> On Wed, Jun 24, 2009 at 6:01 PM, seven wrote: >>> search wiki from sth. like disable_rtp_autoajust , I don't remember the exact var. On Jun 24, 2009, at 5:40 PM, Jingwei Yang wrote: Hi Guys, Here's my situation: The freeswitch server and my machine are behind the same LAN. If I commented out "ext-rtp-ip" from client.xml, I'm able to hear the echo (by *originate dingaling/gmail.com/user...@gmail.com &echo*). However, external calls have no sound at all no matter whether this param is commented out or not. Please kindly let me know what other params to set to resolve this issue. Thanks, -Jingwei ___ Freeswitch-users mailing list Freeswitch-users@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@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@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@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@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@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@lists.freeswitch.org http://lists.freeswitch.org/mailman/listinfo/freeswitch-users UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users http://www.freeswitch.org
Re: [Freeswitch-users] mod_dingaling no audio
Please provide your client.xml detail with confidential information crossout, I have gtalk client and server working properly behind the NAT. I should be able to help you. Chris On Wed, Jun 24, 2009 at 11:42 PM, Jingwei Yang wrote: > Thanks seven. External IPs have sound echo this time with ext-rtp-ip > uncommented and disable-rtp-auto-adjust=true. However, internal IP has no > audio this time no matter what value disable-rtp-auto-adjust is... > > > On Thu, Jun 25, 2009 at 11:24 AM, seven wrote: > >> uncomment ext-rtp-ip >> >> On Jun 25, 2009, at 10:23 AM, Jingwei Yang wrote: >> >> Hi seven, thanks for your reply. I've commented out "ext-rtp-ip" and put >> "disable-rtp-auto-adjust" inside client.xml. No matter what value this >> parameter has (true or false), local IP is able to hear the echo but >> external ones still have no audio. >> >> On Wed, Jun 24, 2009 at 6:01 PM, seven wrote: >> >>> search wiki from sth. like disable_rtp_autoajust , I don't remember the >>> exact var. >>> >>> On Jun 24, 2009, at 5:40 PM, Jingwei Yang wrote: >>> >>> Hi Guys, >>> >>> Here's my situation: >>> >>> The freeswitch server and my machine are behind the same LAN. If I >>> commented out "ext-rtp-ip" from client.xml, I'm able to hear the echo (by >>> *originate dingaling/gmail.com/user...@gmail.com &echo*). >>> >>> However, external calls have no sound at all no matter whether this param >>> is commented out or not. >>> >>> Please kindly let me know what other params to set to resolve this issue. >>> >>> Thanks, >>> -Jingwei >>> ___ >>> Freeswitch-users mailing list >>> Freeswitch-users@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@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@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@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@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@lists.freeswitch.org http://lists.freeswitch.org/mailman/listinfo/freeswitch-users UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users http://www.freeswitch.org
Re: [Freeswitch-users] mod_dingaling no audio
Thanks seven. External IPs have sound echo this time with ext-rtp-ip uncommented and disable-rtp-auto-adjust=true. However, internal IP has no audio this time no matter what value disable-rtp-auto-adjust is... On Thu, Jun 25, 2009 at 11:24 AM, seven wrote: > uncomment ext-rtp-ip > > On Jun 25, 2009, at 10:23 AM, Jingwei Yang wrote: > > Hi seven, thanks for your reply. I've commented out "ext-rtp-ip" and put > "disable-rtp-auto-adjust" inside client.xml. No matter what value this > parameter has (true or false), local IP is able to hear the echo but > external ones still have no audio. > > On Wed, Jun 24, 2009 at 6:01 PM, seven wrote: > >> search wiki from sth. like disable_rtp_autoajust , I don't remember the >> exact var. >> >> On Jun 24, 2009, at 5:40 PM, Jingwei Yang wrote: >> >> Hi Guys, >> >> Here's my situation: >> >> The freeswitch server and my machine are behind the same LAN. If I >> commented out "ext-rtp-ip" from client.xml, I'm able to hear the echo (by >> *originate dingaling/gmail.com/user...@gmail.com &echo*). >> >> However, external calls have no sound at all no matter whether this param >> is commented out or not. >> >> Please kindly let me know what other params to set to resolve this issue. >> >> Thanks, >> -Jingwei >> ___ >> Freeswitch-users mailing list >> Freeswitch-users@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@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@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@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@lists.freeswitch.org http://lists.freeswitch.org/mailman/listinfo/freeswitch-users UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users http://www.freeswitch.org
Re: [Freeswitch-users] mod_dingaling no audio
uncomment ext-rtp-ip On Jun 25, 2009, at 10:23 AM, Jingwei Yang wrote: Hi seven, thanks for your reply. I've commented out "ext-rtp-ip" and put "disable-rtp-auto-adjust" inside client.xml. No matter what value this parameter has (true or false), local IP is able to hear the echo but external ones still have no audio. On Wed, Jun 24, 2009 at 6:01 PM, seven wrote: search wiki from sth. like disable_rtp_autoajust , I don't remember the exact var. On Jun 24, 2009, at 5:40 PM, Jingwei Yang wrote: Hi Guys, Here's my situation: The freeswitch server and my machine are behind the same LAN. If I commented out "ext-rtp-ip" from client.xml, I'm able to hear the echo (by originate dingaling/gmail.com/user...@gmail.com &echo). However, external calls have no sound at all no matter whether this param is commented out or not. Please kindly let me know what other params to set to resolve this issue. Thanks, -Jingwei ___ Freeswitch-users mailing list Freeswitch-users@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@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@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@lists.freeswitch.org http://lists.freeswitch.org/mailman/listinfo/freeswitch-users UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users http://www.freeswitch.org
Re: [Freeswitch-users] mod_dingaling no audio
Hi seven, thanks for your reply. I've commented out "ext-rtp-ip" and put "disable-rtp-auto-adjust" inside client.xml. No matter what value this parameter has (true or false), local IP is able to hear the echo but external ones still have no audio. On Wed, Jun 24, 2009 at 6:01 PM, seven wrote: > search wiki from sth. like disable_rtp_autoajust , I don't remember the > exact var. > > On Jun 24, 2009, at 5:40 PM, Jingwei Yang wrote: > > Hi Guys, > > Here's my situation: > > The freeswitch server and my machine are behind the same LAN. If I > commented out "ext-rtp-ip" from client.xml, I'm able to hear the echo (by > *originate dingaling/gmail.com/user...@gmail.com &echo*). > > However, external calls have no sound at all no matter whether this param > is commented out or not. > > Please kindly let me know what other params to set to resolve this issue. > > Thanks, > -Jingwei > ___ > Freeswitch-users mailing list > Freeswitch-users@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@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@lists.freeswitch.org http://lists.freeswitch.org/mailman/listinfo/freeswitch-users UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users http://www.freeswitch.org
Re: [Freeswitch-users] mod_dingaling no audio
search wiki from sth. like disable_rtp_autoajust , I don't remember the exact var. On Jun 24, 2009, at 5:40 PM, Jingwei Yang wrote: Hi Guys, Here's my situation: The freeswitch server and my machine are behind the same LAN. If I commented out "ext-rtp-ip" from client.xml, I'm able to hear the echo (by originate dingaling/gmail.com/user...@gmail.com &echo). However, external calls have no sound at all no matter whether this param is commented out or not. Please kindly let me know what other params to set to resolve this issue. Thanks, -Jingwei ___ Freeswitch-users mailing list Freeswitch-users@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@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] mod_dingaling no audio
Hi Guys, Here's my situation: The freeswitch server and my machine are behind the same LAN. If I commented out "ext-rtp-ip" from client.xml, I'm able to hear the echo (by *originate dingaling/gmail.com/user...@gmail.com &echo*). However, external calls have no sound at all no matter whether this param is commented out or not. Please kindly let me know what other params to set to resolve this issue. Thanks, -Jingwei ___ Freeswitch-users mailing list Freeswitch-users@lists.freeswitch.org http://lists.freeswitch.org/mailman/listinfo/freeswitch-users UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users http://www.freeswitch.org