<h1>Project "FreeSWITCH Source" received a push.</h1>

<h2>branch: master updated</h2>
<pre>
       via: b041edc8581d5d6729c3a8068df426a9e2ac70da (commit)
      from: 695402333b16d6730e98606de2db33c81c7dadc7 (commit)


</pre>= COMMIT LOG ===========================================================
<div class="highlight"><pre>committer: Brian West
comments: 
 swigall

<span style="color: #000080; font-weight: bold">diff --git a/src/mod/languages/mod_managed/freeswitch_wrap.cxx b/src/mod/languages/mod_managed/freeswitch_wrap.cxx</span>
<span style="color: #000080; font-weight: bold">index 1c6adf9..7a5cda8 100644</span>
<span style="color: #A00000">--- a/src/mod/languages/mod_managed/freeswitch_wrap.cxx</span>
<span style="color: #00A000">+++ b/src/mod/languages/mod_managed/freeswitch_wrap.cxx</span>
<span style="color: #800080; font-weight: bold">@@ -29533,13 +29533,14 @@ SWIGEXPORT int SWIGSTDCALL CSharp_switch_rtp_activate_rtcp(void * jarg1, int jar</span>
 }
 
 
<span style="color: #A00000">-SWIGEXPORT int SWIGSTDCALL CSharp_switch_rtp_activate_jitter_buffer(void * jarg1, unsigned long jarg2, unsigned long jarg3, unsigned long jarg4, unsigned long jarg5) {</span>
<span style="color: #00A000">+SWIGEXPORT int SWIGSTDCALL CSharp_switch_rtp_activate_jitter_buffer(void * jarg1, unsigned long jarg2, unsigned long jarg3, unsigned long jarg4, unsigned long jarg5, unsigned long jarg6) {</span>
   int jresult ;
   switch_rtp_t *arg1 = (switch_rtp_t *) 0 ;
   uint32_t arg2 ;
   uint32_t arg3 ;
   uint32_t arg4 ;
   uint32_t arg5 ;
<span style="color: #00A000">+  uint32_t arg6 ;</span>
   switch_status_t result;
   
   arg1 = (switch_rtp_t *)jarg1; 
<span style="color: #800080; font-weight: bold">@@ -29547,7 +29548,8 @@ SWIGEXPORT int SWIGSTDCALL CSharp_switch_rtp_activate_jitter_buffer(void * jarg1</span>
   arg3 = (uint32_t)jarg3; 
   arg4 = (uint32_t)jarg4; 
   arg5 = (uint32_t)jarg5; 
<span style="color: #A00000">-  result = (switch_status_t)switch_rtp_activate_jitter_buffer(arg1,arg2,arg3,arg4,arg5);</span>
<span style="color: #00A000">+  arg6 = (uint32_t)jarg6; </span>
<span style="color: #00A000">+  result = (switch_status_t)switch_rtp_activate_jitter_buffer(arg1,arg2,arg3,arg4,arg5,arg6);</span>
   jresult = result; 
   return jresult;
 }
<span style="color: #000080; font-weight: bold">diff --git a/src/mod/languages/mod_managed/managed/swig.cs b/src/mod/languages/mod_managed/managed/swig.cs</span>
<span style="color: #000080; font-weight: bold">index e1d81a8..ea9c621 100644</span>
<span style="color: #A00000">--- a/src/mod/languages/mod_managed/managed/swig.cs</span>
<span style="color: #00A000">+++ b/src/mod/languages/mod_managed/managed/swig.cs</span>
<span style="color: #800080; font-weight: bold">@@ -4753,8 +4753,8 @@ public class freeswitch {</span>
     return ret;
   }
 
<span style="color: #A00000">-  public static switch_status_t switch_rtp_activate_jitter_buffer(SWIGTYPE_p_switch_rtp rtp_session, uint queue_frames, uint max_queue_frames, uint samples_per_packet, uint samples_per_second) {</span>
<span style="color: #A00000">-    switch_status_t ret = (switch_status_t)freeswitchPINVOKE.switch_rtp_activate_jitter_buffer(SWIGTYPE_p_switch_rtp.getCPtr(rtp_session), queue_frames, max_queue_frames, samples_per_packet, samples_per_second);</span>
<span style="color: #00A000">+  public static switch_status_t switch_rtp_activate_jitter_buffer(SWIGTYPE_p_switch_rtp rtp_session, uint queue_frames, uint max_queue_frames, uint samples_per_packet, uint samples_per_second, uint max_drift) {</span>
<span style="color: #00A000">+    switch_status_t ret = (switch_status_t)freeswitchPINVOKE.switch_rtp_activate_jitter_buffer(SWIGTYPE_p_switch_rtp.getCPtr(rtp_session), queue_frames, max_queue_frames, samples_per_packet, samples_per_second, max_drift);</span>
     return ret;
   }
 
<span style="color: #800080; font-weight: bold">@@ -12711,7 +12711,7 @@ class freeswitchPINVOKE {</span>
   public static extern int switch_rtp_activate_rtcp(HandleRef jarg1, int jarg2, ushort jarg3);
 
   [DllImport(&quot;mod_managed&quot;, EntryPoint=&quot;CSharp_switch_rtp_activate_jitter_buffer&quot;)]
<span style="color: #A00000">-  public static extern int switch_rtp_activate_jitter_buffer(HandleRef jarg1, uint jarg2, uint jarg3, uint jarg4, uint jarg5);</span>
<span style="color: #00A000">+  public static extern int switch_rtp_activate_jitter_buffer(HandleRef jarg1, uint jarg2, uint jarg3, uint jarg4, uint jarg5, uint jarg6);</span>
 
   [DllImport(&quot;mod_managed&quot;, EntryPoint=&quot;CSharp_switch_rtp_debug_jitter_buffer&quot;)]
   public static extern int switch_rtp_debug_jitter_buffer(HandleRef jarg1, string jarg2);
<span style="color: #800080; font-weight: bold">@@ -24951,6 +24951,8 @@ public enum switch_event_types_t {</span>
   SWITCH_EVENT_NAT,
   SWITCH_EVENT_RECORD_START,
   SWITCH_EVENT_RECORD_STOP,
<span style="color: #00A000">+  SWITCH_EVENT_PLAYBACK_START,</span>
<span style="color: #00A000">+  SWITCH_EVENT_PLAYBACK_STOP,</span>
   SWITCH_EVENT_CALL_UPDATE,
   SWITCH_EVENT_FAILURE,
   SWITCH_EVENT_SOCKET_DATA,
<span style="color: #000080; font-weight: bold">diff --git a/src/mod/languages/mod_perl/mod_perl_wrap.cpp b/src/mod/languages/mod_perl/mod_perl_wrap.cpp</span>
<span style="color: #000080; font-weight: bold">index 9be0385..079bec0 100644</span>
<span style="color: #A00000">--- a/src/mod/languages/mod_perl/mod_perl_wrap.cpp</span>
<span style="color: #00A000">+++ b/src/mod/languages/mod_perl/mod_perl_wrap.cpp</span>
<span style="color: #800080; font-weight: bold">@@ -9899,17 +9899,17 @@ XS(SWIG_init) {</span>
   SWIG_TypeClientData(SWIGTYPE_p_IVRMenu, (void*) &quot;freeswitch::IVRMenu&quot;);
   SWIG_TypeClientData(SWIGTYPE_p_API, (void*) &quot;freeswitch::API&quot;);
   SWIG_TypeClientData(SWIGTYPE_p_input_callback_state, (void*) &quot;freeswitch::input_callback_state_t&quot;);
<span style="color: #A00000">-  /*@SWIG:/usr/local/share/swig/1.3.35/perl5/perltypemaps.swg,64,%set_constant@*/ do {</span>
<span style="color: #00A000">+  /*@SWIG:/usr/share/swig/1.3.35/perl5/perltypemaps.swg,64,%set_constant@*/ do {</span>
     SV *sv = get_sv((char*) SWIG_prefix &quot;S_HUP&quot;, TRUE | 0x2 | GV_ADDMULTI);
     sv_setsv(sv, SWIG_From_int  SWIG_PERL_CALL_ARGS_1(static_cast&lt; int &gt;(S_HUP)));
     SvREADONLY_on(sv);
   } while(0) /*@SWIG@*/;
<span style="color: #A00000">-  /*@SWIG:/usr/local/share/swig/1.3.35/perl5/perltypemaps.swg,64,%set_constant@*/ do {</span>
<span style="color: #00A000">+  /*@SWIG:/usr/share/swig/1.3.35/perl5/perltypemaps.swg,64,%set_constant@*/ do {</span>
     SV *sv = get_sv((char*) SWIG_prefix &quot;S_FREE&quot;, TRUE | 0x2 | GV_ADDMULTI);
     sv_setsv(sv, SWIG_From_int  SWIG_PERL_CALL_ARGS_1(static_cast&lt; int &gt;(S_FREE)));
     SvREADONLY_on(sv);
   } while(0) /*@SWIG@*/;
<span style="color: #A00000">-  /*@SWIG:/usr/local/share/swig/1.3.35/perl5/perltypemaps.swg,64,%set_constant@*/ do {</span>
<span style="color: #00A000">+  /*@SWIG:/usr/share/swig/1.3.35/perl5/perltypemaps.swg,64,%set_constant@*/ do {</span>
     SV *sv = get_sv((char*) SWIG_prefix &quot;S_RDLOCK&quot;, TRUE | 0x2 | GV_ADDMULTI);
     sv_setsv(sv, SWIG_From_int  SWIG_PERL_CALL_ARGS_1(static_cast&lt; int &gt;(S_RDLOCK)));
     SvREADONLY_on(sv);
</pre></div>
========================================================================<pre>

Summary of changes:
 src/mod/languages/mod_managed/freeswitch_wrap.cxx |    6 ++++--
 src/mod/languages/mod_managed/managed/swig.cs     |    8 +++++---
 src/mod/languages/mod_perl/mod_perl_wrap.cpp      |    6 +++---
 3 files changed, 12 insertions(+), 8 deletions(-)
</pre>
<p>this email was generated because of /git/your-repo.git/hooks/post-receive by the file /git-core/contrib/hooks/post-receive-email<br />
For more info, see <a href="http://blog.chomperstomp.com/?p=630">http://blog.chomperstomp.com/?p=630</a>
-- <br />
FreeSWITCH Source</p>