Hi Chris, any thoughts? Thanks, -Jingwei
On Fri, Jun 26, 2009 at 11:34 AM, Jingwei Yang <[email protected]>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/[email protected]&bridge(dingaling/ > gmail.com/[email protected]), 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 <[email protected]>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 >> [email protected] >> 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 [email protected] http://lists.freeswitch.org/mailman/listinfo/freeswitch-users UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users http://www.freeswitch.org
