<html><head></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; "><div><blockquote type="cite"><font class="Apple-style-span" color="#314ed5">Thanks Anthony, &nbsp;adding:<br></font></blockquote><div><font class="Apple-style-span" color="#314ed5"><br></font></div><font class="Apple-style-span" face="'Courier New'">&lt;X-PRE-PROCESS cmd="set" data="sip_jitter_buffer_during_bridge=true"/&gt;&nbsp;</font></div><div><font class="Apple-style-span" color="#314ed5"><br></font></div><div><font class="Apple-style-span" color="#314ed5">to vars.xml file solved my problem.</font></div><div><font class="Apple-style-span" color="#314ed5"><br></font></div><div><font class="Apple-style-span" color="#314ed5">Regards.</font></div><div><br><blockquote type="cite"><br><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px;"><span style="font-family:'Helvetica'; font-size:medium; color:rgba(127, 127, 127, 1.0);"><b>De: </b></span><span style="font-family:'Helvetica'; font-size:medium;">Anthony Minessale &lt;<a href="mailto:anthony.minessale@gmail.com">anthony.minessale@gmail.com</a>&gt;<br></span></div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px;"><span style="font-family:'Helvetica'; font-size:medium; color:rgba(127, 127, 127, 1.0);"><b>Asunto: </b></span><span style="font-family:'Helvetica'; font-size:medium;"><b>Re: [Freeswitch-users] Always PAUSE Jitterbuffer</b><br></span></div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px;"><span style="font-family:'Helvetica'; font-size:medium; color:rgba(127, 127, 127, 1.0);"><b>Fecha: </b></span><span style="font-family:'Helvetica'; font-size:medium;">28 de junio de 2012 19:33:16 GMT+02:00<br></span></div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px;"><span style="font-family:'Helvetica'; font-size:medium; color:rgba(127, 127, 127, 1.0);"><b>Para: </b></span><span style="font-family:'Helvetica'; font-size:medium;">FreeSWITCH Users Help &lt;<a href="mailto:freeswitch-users@lists.freeswitch.org">freeswitch-users@lists.freeswitch.org</a>&gt;<br></span></div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px;"><span style="font-family:'Helvetica'; font-size:medium; color:rgba(127, 127, 127, 1.0);"><b>Responder a: </b></span><span style="font-family:'Helvetica'; font-size:medium;">FreeSWITCH Users Help &lt;<a href="mailto:freeswitch-users@lists.freeswitch.org">freeswitch-users@lists.freeswitch.org</a>&gt;<br></span></div><br><br>set sip_jitter_buffer_during_bridge=true globally or per channel basis<br><br><br>On Wed, Jun 27, 2012 at 3:17 PM, Peter Olsson<br>&lt;<a href="mailto:peter.olsson@visionutveckling.se">peter.olsson@visionutveckling.se</a>&gt; wrote:<br><blockquote type="cite">Maybe this is what you are looking for? I think FS usually wants the endpoints to handle this during a bridge, setting this var should force it to stay enabled.<br></blockquote><blockquote type="cite"><br></blockquote><blockquote type="cite"><a href="http://wiki.freeswitch.org/wiki/Variable_sip_jitter_buffer_during_bridge">http://wiki.freeswitch.org/wiki/Variable_sip_jitter_buffer_during_bridge</a><br></blockquote><blockquote type="cite"><br></blockquote><blockquote type="cite">/Peter<br></blockquote><blockquote type="cite"><br></blockquote><blockquote type="cite">27 jun 2012 kl. 22:11 skrev "Jose Miguel Sucasas Mejuto" &lt;<a href="mailto:jmsucasas@me.com">jmsucasas@me.com</a>&lt;<a href="mailto:jmsucasas@me.com">mailto:jmsucasas@me.com</a>&gt;&gt;:<br></blockquote><blockquote type="cite"><br></blockquote><blockquote type="cite">Hello,<br></blockquote><blockquote type="cite"><br></blockquote><blockquote type="cite">I have installed Freeswitch from GIT (currenty I have installed 1.2.0-rc2+git~20120625T203158Z~7dc9a9cacc version). &nbsp;Because some users connects from 3G network using a smartphone, &nbsp;I try to activate JitterBuffer and Packet Loss Concealing in both directions (in a call with U1 and U2, &nbsp;I try to activate 90ms jitterbuffer in audio flow U1-&gt;U2 and another 90ms jitterbuffer in audio flow U2-&gt;U1). &nbsp;To achieve this, &nbsp;I have this in dialplan (default.xml file):<br></blockquote><blockquote type="cite"><br></blockquote><blockquote type="cite">&lt;action application="cng_plc"/&gt;<br></blockquote><blockquote type="cite">&lt;!-- A-leg JitterBuffer --&gt;<br></blockquote><blockquote type="cite">&lt;action application="set" data="jitterbuffer_msec=90"/&gt;<br></blockquote><blockquote type="cite">&lt;action application="set" data="sip_jitter_buffer_during_bridge=true"/&gt;<br></blockquote><blockquote type="cite">&lt;!-- A-leg JitterBuffer debug, doesn't work --&gt;<br></blockquote><blockquote type="cite">&lt;action application="jitterbuffer" data="debug:${uuid}"/&gt;<br></blockquote><blockquote type="cite">&lt;!-- In bridge application, I try to activate B-leg JitterBuffer --&gt;<br></blockquote><blockquote type="cite">&lt;action application="bridge" data="{jitterbuffer_msec=90,absolute_codec_string='SILK@16000h,iLBC@30i,G729,AMR,AMR-WB,H263,H264'}user/${dialed_extension}@${domain_name}"/&gt;<br></blockquote><blockquote type="cite"><br></blockquote><blockquote type="cite">User 1002 is on the same network as Freeswitch box, &nbsp;connected by ethernet line, &nbsp;and user 1001 is on 3G, &nbsp;when user 1002 calls to user 1001 (both of them uses iLBC30 codec), &nbsp;on fs_cli it seems that JitterBuffer is activated (in bold green)<br></blockquote><blockquote type="cite"><br></blockquote><blockquote type="cite">2012-06-27 20:55:14.929462 [NOTICE] sofia.c:5930 Ring-Ready sofia/internal/sip:1001@10.10.57.82:50203!<br></blockquote><blockquote type="cite">2012-06-27 20:55:14.929462 [INFO] switch_ivr_originate.c:1156 Sending early media<br></blockquote><blockquote type="cite">2012-06-27 20:55:14.929462 [INFO] switch_nat.c:590 NAT port mapping disabled<br></blockquote><blockquote type="cite">2012-06-27 20:55:14.929462 [INFO] switch_nat.c:590 NAT port mapping disabled<br></blockquote><blockquote type="cite">2012-06-27 20:55:14.929462 [DEBUG] sofia.c:5838 Channel sofia/internal/sip:1001@10.10.57.82:50203 entering state [proceeding][180]<br></blockquote><blockquote type="cite">2012-06-27 20:55:14.929462 [DEBUG] sofia_glue.c:3269 AUDIO RTP [sofia/internal/1002@sukmad.dyndns-home.com:58180] 79.150.184.57 port 11154 -&gt; 192.168.0.15 port 10000 codec: 98 ms: 30<br></blockquote><blockquote type="cite">2012-06-27 20:55:14.929462 [DEBUG] switch_rtp.c:1861 Starting timer [soft] 240 bytes per 30ms<br></blockquote><blockquote type="cite">2012-06-27 20:55:14.929462 [DEBUG] switch_rtp.c:2207 RTCP send rate is: 5000 and packet rate is: 30000 Remote Port: 10001<br></blockquote><blockquote type="cite">2012-06-27 20:55:14.929462 [DEBUG] switch_rtp.c:1230 Setting RTCP remote addr to 192.168.0.15:10001<br></blockquote><blockquote type="cite">2012-06-27 20:55:14.929462 [DEBUG] sofia_glue.c:3491 Setting Jitterbuffer to 90ms (3 frames)<br></blockquote><blockquote type="cite">2012-06-27 20:55:14.929462 [DEBUG] sofia_glue.c:3533 Set 2833 dtmf send payload to 101<br></blockquote><blockquote type="cite">2012-06-27 20:55:14.929462 [DEBUG] sofia_glue.c:3539 Set 2833 dtmf receive payload to 101<br></blockquote><blockquote type="cite">2012-06-27 20:55:14.929462 [DEBUG] sofia_glue.c:3566 sofia/internal/1002@sukmad.dyndns-home.com:58180 Set rtp dtmf delay to 40<br></blockquote><blockquote type="cite">2012-06-27 20:55:14.929462 [DEBUG] mod_sofia.c:2606 Ring SDP:<br></blockquote><blockquote type="cite">v=0<br></blockquote><blockquote type="cite">o=FreeSWITCH 1340812160 1340812161 IN IP4 79.150.184.57<br></blockquote><blockquote type="cite">s=FreeSWITCH<br></blockquote><blockquote type="cite">c=IN IP4 79.150.184.57<br></blockquote><blockquote type="cite">t=0 0<br></blockquote><blockquote type="cite">m=audio 11154 RTP/AVP 98 101<br></blockquote><blockquote type="cite">a=rtpmap:98 iLBC/8000<br></blockquote><blockquote type="cite">a=fmtp:98 mode=30<br></blockquote><blockquote type="cite">a=rtpmap:101 telephone-event/8000<br></blockquote><blockquote type="cite">a=fmtp:101 0-16<br></blockquote><blockquote type="cite">a=silenceSupp:off - - - -<br></blockquote><blockquote type="cite">a=ptime:30<br></blockquote><blockquote type="cite">a=sendrecv<br></blockquote><blockquote type="cite"><br></blockquote><blockquote type="cite">2012-06-27 20:55:14.929462 [NOTICE] mod_sofia.c:2609 Pre-Answer sofia/internal/1002@sukmad.dyndns-home.com:58180!<br></blockquote><blockquote type="cite">2012-06-27 20:55:14.929462 [DEBUG] switch_channel.c:3042 (sofia/internal/1002@sukmad.dyndns-home.com:58180) Callstate Change RINGING -&gt; EARLY<br></blockquote><blockquote type="cite">2012-06-27 20:55:14.929462 [DEBUG] switch_core_session.c:778 Send signal sofia/internal/1002@sukmad.dyndns-home.com:58180 [BREAK]<br></blockquote><blockquote type="cite">2012-06-27 20:55:14.929462 [DEBUG] switch_ivr_originate.c:1205 Raw Codec Activation Success L16@8000hz 1 channel 30ms<br></blockquote><blockquote type="cite">2012-06-27 20:55:14.929462 [DEBUG] switch_core_codec.c:219 sofia/internal/1002@sukmad.dyndns-home.com:58180 Push codec L16:70<br></blockquote><blockquote type="cite">2012-06-27 20:55:14.929462 [DEBUG] switch_ivr_originate.c:1268 Play Ringback Tone [%(2000,4000,440,480)]<br></blockquote><blockquote type="cite">2012-06-27 20:55:14.929462 [DEBUG] switch_core_session.c:924 Send signal sofia/internal/1002@sukmad.dyndns-home.com:58180 [BREAK]<br></blockquote><blockquote type="cite">2012-06-27 20:55:14.929462 [DEBUG] sofia.c:5831 Channel sofia/internal/1002@sukmad.dyndns-home.com:58180 skipping state [early][183]<br></blockquote><blockquote type="cite">2012-06-27 20:55:14.939460 [DEBUG] switch_core_session.c:924 Send signal sofia/internal/sip:1001@31.4.238.246:22268 [BREAK]<br></blockquote><blockquote type="cite">2012-06-27 20:55:14.939460 [DEBUG] switch_core_session.c:924 Send signal sofia/internal/sip:1001@31.4.238.246:22268 [BREAK]<br></blockquote><blockquote type="cite">2012-06-27 20:55:14.939460 [DEBUG] sofia.c:5838 Channel sofia/internal/sip:1001@31.4.238.246:22268 entering state [proceeding][180]<br></blockquote><blockquote type="cite">2012-06-27 20:55:14.939460 [NOTICE] sofia.c:5930 Ring-Ready sofia/internal/sip:1001@31.4.238.246:22268!<br></blockquote><blockquote type="cite">2012-06-27 20:55:15.029459 [DEBUG] switch_core_session.c:924 Send signal sofia/internal/sip:1001@31.4.238.246:22268 [BREAK]<br></blockquote><blockquote type="cite">2012-06-27 20:55:15.029459 [DEBUG] switch_core_session.c:924 Send signal sofia/internal/sip:1001@31.4.238.246:22268 [BREAK]<br></blockquote><blockquote type="cite">2012-06-27 20:55:15.029459 [DEBUG] sofia.c:5838 Channel sofia/internal/sip:1001@31.4.238.246:22268 entering state [proceeding][180]<br></blockquote><blockquote type="cite">2012-06-27 20:55:15.069457 [DEBUG] switch_rtp.c:3527 Correct ip/port confirmed.<br></blockquote><blockquote type="cite"><br></blockquote><blockquote type="cite">When user 1001 answer the call, JitterBuffer is paused (in bold red):<br></blockquote><blockquote type="cite"><br></blockquote><blockquote type="cite">2012-06-27 20:55:26.079458 [DEBUG] switch_core_session.c:924 Send signal sofia/internal/sip:1001@10.10.57.82:50203 [BREAK]<br></blockquote><blockquote type="cite">2012-06-27 20:55:26.079458 [DEBUG] switch_core_session.c:924 Send signal sofia/internal/sip:1001@10.10.57.82:50203 [BREAK]<br></blockquote><blockquote type="cite">2012-06-27 20:55:26.079458 [DEBUG] sofia.c:5838 Channel sofia/internal/sip:1001@10.10.57.82:50203 entering state [completing][200]<br></blockquote><blockquote type="cite">2012-06-27 20:55:26.079458 [DEBUG] sofia.c:5849 Remote SDP:<br></blockquote><blockquote type="cite">v=0<br></blockquote><blockquote type="cite">o=- 3549812097 3549812099 IN IP4 10.10.57.82<br></blockquote><blockquote type="cite">s=cpc_med<br></blockquote><blockquote type="cite">c=IN IP4 10.10.57.82<br></blockquote><blockquote type="cite">b=AS:226<br></blockquote><blockquote type="cite">t=0 0<br></blockquote><blockquote type="cite">m=audio 22010 RTP/AVP 99 101<br></blockquote><blockquote type="cite">a=rtpmap:99 iLBC/8000<br></blockquote><blockquote type="cite">a=fmtp:99 mode=30<br></blockquote><blockquote type="cite">a=rtpmap:101 telephone-event/8000<br></blockquote><blockquote type="cite">a=fmtp:101 0-15<br></blockquote><blockquote type="cite">m=video 0 RTP/AVP 103<br></blockquote><blockquote type="cite">c=IN IP4 10.10.57.82<br></blockquote><blockquote type="cite">b=AS:200000<br></blockquote><blockquote type="cite">a=rtpmap:103 H264/90000<br></blockquote><blockquote type="cite"><br></blockquote><blockquote type="cite">2012-06-27 20:55:26.079458 [DEBUG] sofia_glue.c:3941 Looking for zrtp-hash<br></blockquote><blockquote type="cite">2012-06-27 20:55:26.079458 [DEBUG] sofia_glue.c:3919 Deciding whether to pass zrtp-hash between legs<br></blockquote><blockquote type="cite">2012-06-27 20:55:26.079458 [DEBUG] sofia_glue.c:3921 CF_ZRTP_PASSTHRU_REQ not set, so not propagating zrtp-hash<br></blockquote><blockquote type="cite">2012-06-27 20:55:26.079458 [DEBUG] switch_core_session.c:924 Send signal sofia/internal/sip:1001@10.10.57.82:50203 [BREAK]<br></blockquote><blockquote type="cite">2012-06-27 20:55:26.079458 [DEBUG] switch_core_session.c:924 Send signal sofia/internal/sip:1001@10.10.57.82:50203 [BREAK]<br></blockquote><blockquote type="cite">2012-06-27 20:55:26.079458 [DEBUG] sofia.c:5838 Channel sofia/internal/sip:1001@10.10.57.82:50203 entering state [ready][200]<br></blockquote><blockquote type="cite">2012-06-27 20:55:26.079458 [DEBUG] sofia_glue.c:3941 Looking for zrtp-hash<br></blockquote><blockquote type="cite">2012-06-27 20:55:26.079458 [DEBUG] sofia_glue.c:3919 Deciding whether to pass zrtp-hash between legs<br></blockquote><blockquote type="cite">2012-06-27 20:55:26.079458 [DEBUG] sofia_glue.c:3921 CF_ZRTP_PASSTHRU_REQ not set, so not propagating zrtp-hash<br></blockquote><blockquote type="cite">2012-06-27 20:55:26.079458 [DEBUG] sofia_glue.c:5034 Audio Codec Compare [iLBC:99:8000:30:0]/[SILK:119:16000:20:30000]<br></blockquote><blockquote type="cite">2012-06-27 20:55:26.079458 [DEBUG] sofia_glue.c:5034 Audio Codec Compare [telephone-event:101:8000:20:0]/[SILK:119:16000:20:30000]<br></blockquote><blockquote type="cite">2012-06-27 20:55:26.079458 [DEBUG] sofia_glue.c:5148 Set 2833 dtmf send payload to 101<br></blockquote><blockquote type="cite">2012-06-27 20:55:26.079458 [DEBUG] sofia_glue.c:5034 Audio Codec Compare [iLBC:99:8000:30:0]/[iLBC:97:8000:30:13330]<br></blockquote><blockquote type="cite">2012-06-27 20:55:26.079458 [DEBUG] sofia_glue.c:3020 Set Codec sofia/internal/sip:1001@10.10.57.82:50203 iLBC/8000 30 ms 240 samples 13330 bits<br></blockquote><blockquote type="cite">2012-06-27 20:55:26.079458 [DEBUG] switch_core_codec.c:111 sofia/internal/sip:1001@10.10.57.82:50203 Original read codec set to iLBC:97<br></blockquote><blockquote type="cite">2012-06-27 20:55:26.079458 [DEBUG] sofia_glue.c:5148 Set 2833 dtmf send payload to 101<br></blockquote><blockquote type="cite">2012-06-27 20:55:26.079458 [DEBUG] sofia_glue.c:3269 AUDIO RTP [sofia/internal/sip:1001@10.10.57.82:50203] 79.150.184.57 port 10388 -&gt; 10.10.57.82 port 22010 codec: 99 ms: 30<br></blockquote><blockquote type="cite">2012-06-27 20:55:26.079458 [DEBUG] switch_rtp.c:1861 Starting timer [soft] 240 bytes per 30ms<br></blockquote><blockquote type="cite">2012-06-27 20:55:26.089461 [DEBUG] switch_rtp.c:2207 RTCP send rate is: 5000 and packet rate is: 30000 Remote Port: 22011<br></blockquote><blockquote type="cite">2012-06-27 20:55:26.089461 [DEBUG] switch_rtp.c:1230 Setting RTCP remote addr to 10.10.57.82:22011<br></blockquote><blockquote type="cite">2012-06-27 20:55:26.089461 [DEBUG] sofia_glue.c:3491 Setting Jitterbuffer to 90ms (3 frames)<br></blockquote><blockquote type="cite">2012-06-27 20:55:26.089461 [DEBUG] sofia_glue.c:3533 Set 2833 dtmf send payload to 101<br></blockquote><blockquote type="cite">2012-06-27 20:55:26.089461 [DEBUG] sofia_glue.c:3539 Set 2833 dtmf receive payload to 101<br></blockquote><blockquote type="cite">2012-06-27 20:55:26.089461 [DEBUG] sofia_glue.c:3566 sofia/internal/sip:1001@10.10.57.82:50203 Set rtp dtmf delay to 40<br></blockquote><blockquote type="cite">2012-06-27 20:55:26.089461 [DEBUG] switch_channel.c:3301 (sofia/internal/sip:1001@10.10.57.82:50203) Callstate Change RINGING -&gt; ACTIVE<br></blockquote><blockquote type="cite">2012-06-27 20:55:26.089461 [DEBUG] switch_channel.c:3313 Send signal sofia/internal/1002@sukmad.dyndns-home.com:58180 [BREAK]<br></blockquote><blockquote type="cite">2012-06-27 20:55:26.089461 [NOTICE] sofia.c:6573 Channel [sofia/internal/sip:1001@10.10.57.82:50203] has been answered<br></blockquote><blockquote type="cite">2012-06-27 20:55:26.109459 [DEBUG] switch_core_codec.c:244 sofia/internal/1002@sukmad.dyndns-home.com:58180 Restore previous codec iLBC:97.<br></blockquote><blockquote type="cite">2012-06-27 20:55:26.109459 [DEBUG] switch_channel.c:2899 (sofia/internal/sip:1001@192.168.0.11:50199) Callstate Change RINGING -&gt; HANGUP<br></blockquote><blockquote type="cite">2012-06-27 20:55:26.109459 [NOTICE] switch_ivr_originate.c:3257 Hangup sofia/internal/sip:1001@192.168.0.11:50199 [CS_CONSUME_MEDIA] [LOSE_RACE]<br></blockquote><blockquote type="cite">2012-06-27 20:55:26.109459 [DEBUG] switch_channel.c:2922 Send signal sofia/internal/sip:1001@192.168.0.11:50199 [KILL]<br></blockquote><blockquote type="cite">2012-06-27 20:55:26.109459 [DEBUG] switch_core_session.c:1229 Send signal sofia/internal/sip:1001@192.168.0.11:50199 [BREAK]<br></blockquote><blockquote type="cite">2012-06-27 20:55:26.109459 [DEBUG] switch_core_state_machine.c:385 (sofia/internal/sip:1001@192.168.0.11:50199) Running State Change CS_HANGUP<br></blockquote><blockquote type="cite">2012-06-27 20:55:26.109459 [DEBUG] switch_channel.c:2899 (sofia/internal/sip:1001@31.4.238.246:22268) Callstate Change RINGING -&gt; HANGUP<br></blockquote><blockquote type="cite">2012-06-27 20:55:26.109459 [NOTICE] switch_ivr_originate.c:3257 Hangup sofia/internal/sip:1001@31.4.238.246:22268 [CS_CONSUME_MEDIA] [LOSE_RACE]<br></blockquote><blockquote type="cite">2012-06-27 20:55:26.109459 [DEBUG] switch_channel.c:2922 Send signal sofia/internal/sip:1001@31.4.238.246:22268 [KILL]<br></blockquote><blockquote type="cite">2012-06-27 20:55:26.109459 [DEBUG] switch_core_state_machine.c:625 (sofia/internal/sip:1001@192.168.0.11:50199) State HANGUP<br></blockquote><blockquote type="cite">2012-06-27 20:55:26.109459 [DEBUG] switch_core_session.c:1229 Send signal sofia/internal/sip:1001@31.4.238.246:22268 [BREAK]<br></blockquote><blockquote type="cite">2012-06-27 20:55:26.109459 [DEBUG] mod_sofia.c:469 Channel sofia/internal/sip:1001@192.168.0.11:50199 hanging up, cause: LOSE_RACE<br></blockquote><blockquote type="cite">2012-06-27 20:55:26.109459 [DEBUG] switch_core_state_machine.c:385 (sofia/internal/sip:1001@31.4.238.246:22268) Running State Change CS_HANGUP<br></blockquote><blockquote type="cite">2012-06-27 20:55:26.109459 [DEBUG] mod_sofia.c:527 Sending CANCEL to sofia/internal/sip:1001@192.168.0.11:50199<br></blockquote><blockquote type="cite">2012-06-27 20:55:26.109459 [DEBUG] switch_core_state_machine.c:47 sofia/internal/sip:1001@192.168.0.11:50199 Standard HANGUP, cause: LOSE_RACE<br></blockquote><blockquote type="cite">2012-06-27 20:55:26.109459 [DEBUG] switch_core_state_machine.c:625 (sofia/internal/sip:1001@192.168.0.11:50199) State HANGUP going to sleep<br></blockquote><blockquote type="cite">2012-06-27 20:55:26.109459 [DEBUG] switch_core_state_machine.c:416 (sofia/internal/sip:1001@192.168.0.11:50199) State Change CS_HANGUP -&gt; CS_REPORTING<br></blockquote><blockquote type="cite">2012-06-27 20:55:26.109459 [DEBUG] switch_core_session.c:1229 Send signal sofia/internal/sip:1001@192.168.0.11:50199 [BREAK]<br></blockquote><blockquote type="cite">2012-06-27 20:55:26.109459 [DEBUG] switch_core_state_machine.c:385 (sofia/internal/sip:1001@192.168.0.11:50199) Running State Change CS_REPORTING<br></blockquote><blockquote type="cite">2012-06-27 20:55:26.109459 [DEBUG] switch_core_state_machine.c:685 (sofia/internal/sip:1001@192.168.0.11:50199) State REPORTING<br></blockquote><blockquote type="cite">2012-06-27 20:55:26.109459 [DEBUG] switch_core_state_machine.c:79 sofia/internal/sip:1001@192.168.0.11:50199 Standard REPORTING, cause: LOSE_RACE<br></blockquote><blockquote type="cite">2012-06-27 20:55:26.109459 [DEBUG] switch_core_state_machine.c:685 (sofia/internal/sip:1001@192.168.0.11:50199) State REPORTING going to sleep<br></blockquote><blockquote type="cite">2012-06-27 20:55:26.109459 [DEBUG] switch_core_state_machine.c:625 (sofia/internal/sip:1001@31.4.238.246:22268) State HANGUP<br></blockquote><blockquote type="cite">2012-06-27 20:55:26.109459 [DEBUG] mod_sofia.c:469 Channel sofia/internal/sip:1001@31.4.238.246:22268 hanging up, cause: LOSE_RACE<br></blockquote><blockquote type="cite">2012-06-27 20:55:26.109459 [DEBUG] switch_core_state_machine.c:410 (sofia/internal/sip:1001@192.168.0.11:50199) State Change CS_REPORTING -&gt; CS_DESTROY<br></blockquote><blockquote type="cite">2012-06-27 20:55:26.109459 [DEBUG] switch_core_session.c:1229 Send signal sofia/internal/sip:1001@192.168.0.11:50199 [BREAK]<br></blockquote><blockquote type="cite">2012-06-27 20:55:26.109459 [DEBUG] switch_core_session.c:1429 Session 15 (sofia/internal/sip:1001@192.168.0.11:50199) Locked, Waiting on external entities<br></blockquote><blockquote type="cite">2012-06-27 20:55:26.109459 [INFO] switch_nat.c:590 NAT port mapping disabled<br></blockquote><blockquote type="cite">2012-06-27 20:55:26.109459 [DEBUG] mod_sofia.c:527 Sending CANCEL to sofia/internal/sip:1001@31.4.238.246:22268<br></blockquote><blockquote type="cite">2012-06-27 20:55:26.109459 [DEBUG] mod_sofia.c:754 Local SDP sofia/internal/1002@sukmad.dyndns-home.com:58180:<br></blockquote><blockquote type="cite">v=0<br></blockquote><blockquote type="cite">o=FreeSWITCH 1340812160 1340812162 IN IP4 79.150.184.57<br></blockquote><blockquote type="cite">s=FreeSWITCH<br></blockquote><blockquote type="cite">c=IN IP4 79.150.184.57<br></blockquote><blockquote type="cite">t=0 0<br></blockquote><blockquote type="cite">m=audio 11154 RTP/AVP 98 101<br></blockquote><blockquote type="cite">a=rtpmap:98 iLBC/8000<br></blockquote><blockquote type="cite">a=fmtp:98 mode=30<br></blockquote><blockquote type="cite">a=rtpmap:101 telephone-event/8000<br></blockquote><blockquote type="cite">a=fmtp:101 0-16<br></blockquote><blockquote type="cite">a=silenceSupp:off - - - -<br></blockquote><blockquote type="cite">a=ptime:30<br></blockquote><blockquote type="cite">a=sendrecv<br></blockquote><blockquote type="cite">m=video 10766 RTP/AVP 34 103<br></blockquote><blockquote type="cite">a=rtpmap:34 H263/90000<br></blockquote><blockquote type="cite">a=rtpmap:103 H264/90000<br></blockquote><blockquote type="cite"><br></blockquote><blockquote type="cite">2012-06-27 20:55:26.109459 [DEBUG] switch_core_state_machine.c:47 sofia/internal/sip:1001@31.4.238.246:22268 Standard HANGUP, cause: LOSE_RACE<br></blockquote><blockquote type="cite">2012-06-27 20:55:26.109459 [DEBUG] switch_core_state_machine.c:625 (sofia/internal/sip:1001@31.4.238.246:22268) State HANGUP going to sleep<br></blockquote><blockquote type="cite">2012-06-27 20:55:26.109459 [DEBUG] switch_core_state_machine.c:416 (sofia/internal/sip:1001@31.4.238.246:22268) State Change CS_HANGUP -&gt; CS_REPORTING<br></blockquote><blockquote type="cite">2012-06-27 20:55:26.109459 [DEBUG] switch_core_session.c:1229 Send signal sofia/internal/sip:1001@31.4.238.246:22268 [BREAK]<br></blockquote><blockquote type="cite">2012-06-27 20:55:26.109459 [DEBUG] switch_core_state_machine.c:385 (sofia/internal/sip:1001@31.4.238.246:22268) Running State Change CS_REPORTING<br></blockquote><blockquote type="cite">2012-06-27 20:55:26.109459 [DEBUG] switch_core_session.c:778 Send signal sofia/internal/1002@sukmad.dyndns-home.com:58180 [BREAK]<br></blockquote><blockquote type="cite">2012-06-27 20:55:26.109459 [DEBUG] switch_channel.c:3301 (sofia/internal/1002@sukmad.dyndns-home.com:58180) Callstate Change EARLY -&gt; ACTIVE<br></blockquote><blockquote type="cite">2012-06-27 20:55:26.109459 [DEBUG] switch_core_state_machine.c:685 (sofia/internal/sip:1001@31.4.238.246:22268) State REPORTING<br></blockquote><blockquote type="cite">2012-06-27 20:55:26.109459 [DEBUG] switch_core_state_machine.c:79 sofia/internal/sip:1001@31.4.238.246:22268 Standard REPORTING, cause: LOSE_RACE<br></blockquote><blockquote type="cite">2012-06-27 20:55:26.109459 [DEBUG] switch_core_state_machine.c:685 (sofia/internal/sip:1001@31.4.238.246:22268) State REPORTING going to sleep<br></blockquote><blockquote type="cite">2012-06-27 20:55:26.109459 [NOTICE] switch_ivr_originate.c:3284 Channel [sofia/internal/1002@sukmad.dyndns-home.com:58180] has been answered<br></blockquote><blockquote type="cite">2012-06-27 20:55:26.109459 [DEBUG] switch_core_state_machine.c:410 (sofia/internal/sip:1001@31.4.238.246:22268) State Change CS_REPORTING -&gt; CS_DESTROY<br></blockquote><blockquote type="cite">2012-06-27 20:55:26.109459 [DEBUG] switch_core_session.c:1229 Send signal sofia/internal/sip:1001@31.4.238.246:22268 [BREAK]<br></blockquote><blockquote type="cite">2012-06-27 20:55:26.109459 [DEBUG] switch_core_session.c:1429 Session 17 (sofia/internal/sip:1001@31.4.238.246:22268) Locked, Waiting on external entities<br></blockquote><blockquote type="cite">2012-06-27 20:55:26.109459 [DEBUG] switch_core_session.c:924 Send signal sofia/internal/1002@sukmad.dyndns-home.com:58180 [BREAK]<br></blockquote><blockquote type="cite">2012-06-27 20:55:26.109459 [DEBUG] sofia.c:5838 Channel sofia/internal/1002@sukmad.dyndns-home.com:58180 entering state [completed][200]<br></blockquote><blockquote type="cite">2012-06-27 20:55:26.109459 [DEBUG] switch_ivr_originate.c:3341 Originate Resulted in Success: [sofia/internal/sip:1001@10.10.57.82:50203]<br></blockquote><blockquote type="cite">2012-06-27 20:55:26.109459 [NOTICE] switch_core_session.c:1447 Session 15 (sofia/internal/sip:1001@192.168.0.11:50199) Ended<br></blockquote><blockquote type="cite">2012-06-27 20:55:26.109459 [NOTICE] switch_core_session.c:1447 Session 17 (sofia/internal/sip:1001@31.4.238.246:22268) Ended<br></blockquote><blockquote type="cite">2012-06-27 20:55:26.109459 [NOTICE] switch_core_session.c:1449 Close Channel sofia/internal/sip:1001@192.168.0.11:50199 [CS_DESTROY]<br></blockquote><blockquote type="cite">2012-06-27 20:55:26.109459 [NOTICE] switch_core_session.c:1449 Close Channel sofia/internal/sip:1001@31.4.238.246:22268 [CS_DESTROY]<br></blockquote><blockquote type="cite">2012-06-27 20:55:26.109459 [DEBUG] switch_core_state_machine.c:514 (sofia/internal/sip:1001@31.4.238.246:22268) Callstate Change HANGUP -&gt; DOWN<br></blockquote><blockquote type="cite">2012-06-27 20:55:26.109459 [DEBUG] switch_core_state_machine.c:514 (sofia/internal/sip:1001@192.168.0.11:50199) Callstate Change HANGUP -&gt; DOWN<br></blockquote><blockquote type="cite">2012-06-27 20:55:26.109459 [DEBUG] switch_core_state_machine.c:517 (sofia/internal/sip:1001@31.4.238.246:22268) Running State Change CS_DESTROY<br></blockquote><blockquote type="cite">2012-06-27 20:55:26.109459 [DEBUG] switch_core_state_machine.c:527 (sofia/internal/sip:1001@31.4.238.246:22268) State DESTROY<br></blockquote><blockquote type="cite">2012-06-27 20:55:26.109459 [DEBUG] mod_sofia.c:374 sofia/internal/sip:1001@31.4.238.246:22268 SOFIA DESTROY<br></blockquote><blockquote type="cite">2012-06-27 20:55:26.109459 [DEBUG] switch_core_state_machine.c:86 sofia/internal/sip:1001@31.4.238.246:22268 Standard DESTROY<br></blockquote><blockquote type="cite">2012-06-27 20:55:26.109459 [DEBUG] switch_core_state_machine.c:517 (sofia/internal/sip:1001@192.168.0.11:50199) Running State Change CS_DESTROY<br></blockquote><blockquote type="cite">2012-06-27 20:55:26.109459 [DEBUG] switch_core_state_machine.c:527 (sofia/internal/sip:1001@31.4.238.246:22268) State DESTROY going to sleep<br></blockquote><blockquote type="cite">2012-06-27 20:55:26.109459 [DEBUG] switch_core_state_machine.c:527 (sofia/internal/sip:1001@192.168.0.11:50199) State DESTROY<br></blockquote><blockquote type="cite">2012-06-27 20:55:26.109459 [DEBUG] mod_sofia.c:374 sofia/internal/sip:1001@192.168.0.11:50199 SOFIA DESTROY<br></blockquote><blockquote type="cite">2012-06-27 20:55:26.109459 [DEBUG] switch_core_state_machine.c:86 sofia/internal/sip:1001@192.168.0.11:50199 Standard DESTROY<br></blockquote><blockquote type="cite">2012-06-27 20:55:26.109459 [DEBUG] switch_core_state_machine.c:527 (sofia/internal/sip:1001@192.168.0.11:50199) State DESTROY going to sleep<br></blockquote><blockquote type="cite">2012-06-27 20:55:26.109459 [DEBUG] switch_ivr_originate.c:3341 Originate Resulted in Success: [sofia/internal/sip:1001@10.10.57.82:50203]<br></blockquote><blockquote type="cite">2012-06-27 20:55:26.109459 [DEBUG] mod_sofia.c:1603 sofia/internal/sip:1001@10.10.57.82:50203 PAUSE Jitterbuffer<br></blockquote><blockquote type="cite">2012-06-27 20:55:26.109459 [DEBUG] switch_core_session.c:778 Send signal sofia/internal/sip:1001@10.10.57.82:50203 [BREAK]<br></blockquote><blockquote type="cite">2012-06-27 20:55:26.109459 [DEBUG] switch_core_session.c:778 Send signal sofia/internal/1002@sukmad.dyndns-home.com:58180 [BREAK]<br></blockquote><blockquote type="cite">2012-06-27 20:55:26.109459 [DEBUG] switch_ivr_bridge.c:1359 (sofia/internal/sip:1001@10.10.57.82:50203) State Change CS_CONSUME_MEDIA -&gt; CS_EXCHANGE_MEDIA<br></blockquote><blockquote type="cite">2012-06-27 20:55:26.109459 [DEBUG] switch_core_session.c:1229 Send signal sofia/internal/sip:1001@10.10.57.82:50203 [BREAK]<br></blockquote><blockquote type="cite">2012-06-27 20:55:26.109459 [DEBUG] switch_core_state_machine.c:385 (sofia/internal/sip:1001@10.10.57.82:50203) Running State Change CS_EXCHANGE_MEDIA<br></blockquote><blockquote type="cite">2012-06-27 20:55:26.109459 [DEBUG] switch_core_state_machine.c:443 (sofia/internal/sip:1001@10.10.57.82:50203) State EXCHANGE_MEDIA<br></blockquote><blockquote type="cite">2012-06-27 20:55:26.109459 [DEBUG] mod_sofia.c:582 SOFIA EXCHANGE_MEDIA<br></blockquote><blockquote type="cite">2012-06-27 20:55:26.109459 [DEBUG] switch_core_session.c:924 Send signal sofia/internal/1002@sukmad.dyndns-home.com:58180 [BREAK]<br></blockquote><blockquote type="cite">2012-06-27 20:55:26.109459 [DEBUG] switch_core_session.c:924 Send signal sofia/internal/1002@sukmad.dyndns-home.com:58180 [BREAK]<br></blockquote><blockquote type="cite">2012-06-27 20:55:26.109459 [DEBUG] switch_core_session.c:924 Send signal sofia/internal/1002@sukmad.dyndns-home.com:58180 [BREAK]<br></blockquote><blockquote type="cite">2012-06-27 20:55:26.109459 [DEBUG] sofia.c:5838 Channel sofia/internal/1002@sukmad.dyndns-home.com:58180 entering state [ready][200]<br></blockquote><blockquote type="cite">2012-06-27 20:55:26.109459 [DEBUG] switch_core_session.c:840 Send signal sofia/internal/sip:1001@10.10.57.82:50203 [BREAK]<br></blockquote><blockquote type="cite">2012-06-27 20:55:26.109459 [DEBUG] switch_core_session.c:840 Send signal sofia/internal/1002@sukmad.dyndns-home.com:58180 [BREAK]<br></blockquote><blockquote type="cite">2012-06-27 20:55:26.469460 [INFO] switch_rtp.c:3510 Auto Changing port from 10.10.57.82:22010 to 31.4.238.246:22267<br></blockquote><blockquote type="cite">2012-06-27 20:55:26.469460 [DEBUG] switch_rtp.c:1230 Setting RTCP remote addr to 31.4.238.246:22268<br></blockquote><blockquote type="cite">2012-06-27 20:55:38.009460 [DEBUG] sofia_reg.c:371 Registered <a href="http://sip.netelip.com">sip.netelip.com</a>&lt;<a href="http://sip.netelip.com">http://sip.netelip.com</a>&gt;<br></blockquote><blockquote type="cite"><br></blockquote><blockquote type="cite"><br></blockquote><blockquote type="cite">I try a lot of test and all of them have the same issue, &nbsp;Why JitterBuffer is paused?. &nbsp;Is it possible to force JitterBuffer?<br></blockquote><blockquote type="cite"><br></blockquote><blockquote type="cite"><br></blockquote><blockquote type="cite">Thanks in advance,<br></blockquote><blockquote type="cite"><br></blockquote><blockquote type="cite">Regards<br></blockquote><blockquote type="cite"><br></blockquote><blockquote type="cite"><br></blockquote><blockquote type="cite"><br></blockquote><blockquote type="cite">!DSPAM:4feb659c32769194324459!<br></blockquote><blockquote type="cite">_________________________________________________________________________<br></blockquote><blockquote type="cite">Professional FreeSWITCH Consulting Services:<br></blockquote><blockquote type="cite"><a href="mailto:consulting@freeswitch.org">consulting@freeswitch.org</a>&lt;<a href="mailto:consulting@freeswitch.org">mailto:consulting@freeswitch.org</a>&gt;<br></blockquote><blockquote type="cite"><a href="http://www.freeswitchsolutions.com">http://www.freeswitchsolutions.com</a><br></blockquote><blockquote type="cite"><br></blockquote><blockquote type="cite">FreeSWITCH-powered IP PBX: The CudaTel Communication Server<br></blockquote><blockquote type="cite"><a href="http://www.cudatel.com">http://www.cudatel.com</a><br></blockquote><blockquote type="cite"><br></blockquote><blockquote type="cite">Official FreeSWITCH Sites<br></blockquote><blockquote type="cite"><a href="http://www.freeswitch.org">http://www.freeswitch.org</a><br></blockquote><blockquote type="cite"><a href="http://wiki.freeswitch.org">http://wiki.freeswitch.org</a><br></blockquote><blockquote type="cite"><a href="http://www.cluecon.com">http://www.cluecon.com</a><br></blockquote><blockquote type="cite"><br></blockquote><blockquote type="cite">Join Us At ClueCon - Aug 7-9, 2012<br></blockquote><blockquote type="cite"><br></blockquote><blockquote type="cite">FreeSWITCH-users mailing list<br></blockquote><blockquote type="cite"><a href="mailto:FreeSWITCH-users@lists.freeswitch.org">FreeSWITCH-users@lists.freeswitch.org</a>&lt;<a href="mailto:FreeSWITCH-users@lists.freeswitch.org">mailto:FreeSWITCH-users@lists.freeswitch.org</a>&gt;<br></blockquote><blockquote type="cite"><a href="http://lists.freeswitch.org/mailman/listinfo/freeswitch-users">http://lists.freeswitch.org/mailman/listinfo/freeswitch-users</a><br></blockquote><blockquote type="cite">UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users<br></blockquote><blockquote type="cite"><a href="http://www.freeswitch.org">http://www.freeswitch.org</a><br></blockquote><blockquote type="cite"><br></blockquote><blockquote type="cite"><br></blockquote><blockquote type="cite">!DSPAM:4feb659c32769194324459!<br></blockquote><blockquote type="cite"><br></blockquote><blockquote type="cite">_________________________________________________________________________<br></blockquote><blockquote type="cite">Professional FreeSWITCH Consulting Services:<br></blockquote><blockquote type="cite"><a href="mailto:consulting@freeswitch.org">consulting@freeswitch.org</a><br></blockquote><blockquote type="cite"><a href="http://www.freeswitchsolutions.com">http://www.freeswitchsolutions.com</a><br></blockquote><blockquote type="cite"><br></blockquote><blockquote type="cite">FreeSWITCH-powered IP PBX: The CudaTel Communication Server<br></blockquote><blockquote type="cite"><a href="http://www.cudatel.com">http://www.cudatel.com</a><br></blockquote><blockquote type="cite"><br></blockquote><blockquote type="cite">Official FreeSWITCH Sites<br></blockquote><blockquote type="cite"><a href="http://www.freeswitch.org">http://www.freeswitch.org</a><br></blockquote><blockquote type="cite"><a href="http://wiki.freeswitch.org">http://wiki.freeswitch.org</a><br></blockquote><blockquote type="cite"><a href="http://www.cluecon.com">http://www.cluecon.com</a><br></blockquote><blockquote type="cite"><br></blockquote><blockquote type="cite">Join Us At ClueCon - Aug 7-9, 2012<br></blockquote><blockquote type="cite"><br></blockquote><blockquote type="cite">FreeSWITCH-users mailing list<br></blockquote><blockquote type="cite"><a href="mailto:FreeSWITCH-users@lists.freeswitch.org">FreeSWITCH-users@lists.freeswitch.org</a><br></blockquote><blockquote type="cite"><a href="http://lists.freeswitch.org/mailman/listinfo/freeswitch-users">http://lists.freeswitch.org/mailman/listinfo/freeswitch-users</a><br></blockquote><blockquote type="cite">UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users<br></blockquote><blockquote type="cite"><a href="http://www.freeswitch.org">http://www.freeswitch.org</a><br></blockquote><br><br><br>-- <br>Anthony Minessale II<br><br>FreeSWITCH <a href="http://www.freeswitch.org/">http://www.freeswitch.org/</a><br>ClueCon <a href="http://www.cluecon.com/">http://www.cluecon.com/</a><br>Twitter: <a href="http://twitter.com/FreeSWITCH_wire">http://twitter.com/FreeSWITCH_wire</a><br><br>AIM: anthm<br>MSN:anthony_minessale@hotmail.com<br>GTALK/JABBER/PAYPAL:anthony.minessale@gmail.com<br>IRC: <a href="http://irc.freenode.net">irc.freenode.net</a> #freeswitch<br><br>FreeSWITCH Developer Conference<br><a href="sip:888@conference.freeswitch.org">sip:888@conference.freeswitch.org</a><br>googletalk:conf+888@conference.freeswitch.org<br>pstn:+19193869900<br><br><br><br><br>_______________________________________________<br>FreeSWITCH-users mailing list<br>FreeSWITCH-users@lists.freeswitch.org<br>http://lists.freeswitch.org/mailman/listinfo/freeswitch-users<br>UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users<br>http://www.freeswitch.org<br></blockquote></div><br></body></html>