[Freeswitch-users] mod_dingaling delay buildup
Jon
jon111882 at aol.com
Sat Aug 20 00:28:10 MSD 2011
I am facing delay problems with mod_dingaling. The voice delay increases
each minute that I am on an outgoing call. It starts fine and then will get
up to 5-10 seconds within 3 minutes. The delay only occurs on the voice of
the called party. I have googled and read countless threads and entries. I
am running freeswitch on a VM. I have run my setup on CentOS 5.6 i386,
CentOS 5.6 x86_64, CentOS 6 x86_64. I have tried using a stun server as
well as port forwarding from my router. I have tried using the
rtp-autoflush=true and rtp-timer-name=none settings. All of my changes have
given me the same results. I am using the current GIT version. I have seen
a number of people have a flawless experience with this, so what am I doing
differently? Any help?
Here are my current jingle configurations:
<extension name="gvoice_out">
<condition field="destination_number" expression="^1(\d{10})$">
<action application="set" data="rtp_autoflush=true"/>
<action application="set" data="hangup_after_bridge=true"/>
<action application="ring_ready"/>
<action application="bridge"
data="dingaling/gtalk/+1$1 at voice.google.com"/>
</condition>
</extension>
<profile type="client">
<param name="name" value="gtalk"/>
<param name="login" value="<email>@gmail.com/talk"/>
<param name="password" value="***"/>
<param name="dialplan" value="XML"/>
<param name="context" value="public"/>
<param name="message" value="FreeSwitch for everybody"/>
<param name="rtp-ip" value="auto"/>
<param name="auto-login" value="true"/>
<param name="sasl" value="plain"/>
<param name="server" value="talk.google.com"/>
<param name="tls" value="true"/>
<param name="use-rtp-timer" value="true"/>
<param name="exten" value="1000"/>
<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"/>
<param name="rtp-timer-name value="none"/>
<param name="rtp-autoflush" value="true"/>
</profile>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20110819/004453f1/attachment.html
Join us at ClueCon 2011 Aug 9-11, 2011
More information about the FreeSWITCH-users
mailing list