[svn-commits] jdixon: branch jdixon/chan_usbradio-1.4 r138568 - /team/jdixon/chan_usbradio-...

SVN commits to the Digium repositories svn-commits at lists.digium.com
Mon Aug 18 01:47:59 CDT 2008


Author: jdixon
Date: Mon Aug 18 01:47:58 2008
New Revision: 138568

URL: http://svn.digium.com/view/asterisk?view=rev&rev=138568
Log:
fixed problem with phone dtmf not getting to rpt output

Modified:
    team/jdixon/chan_usbradio-1.4/apps/app_rpt.c

Modified: team/jdixon/chan_usbradio-1.4/apps/app_rpt.c
URL: http://svn.digium.com/view/asterisk/team/jdixon/chan_usbradio-1.4/apps/app_rpt.c?view=diff&rev=138568&r1=138567&r2=138568
==============================================================================
--- team/jdixon/chan_usbradio-1.4/apps/app_rpt.c (original)
+++ team/jdixon/chan_usbradio-1.4/apps/app_rpt.c Mon Aug 18 01:47:58 2008
@@ -21,7 +21,7 @@
 /*! \file
  *
  * \brief Radio Repeater / Remote Base program 
- *  version 0.122 7/30/08 2055 EDT
+ *  version 0.123 8/17/08 2055 EDT
  * 
  * \author Jim Dixon, WB6NIL <jim at lambdatel.com>
  *
@@ -374,7 +374,7 @@
 /*! Stop the tones from playing */
 void ast_playtones_stop(struct ast_channel *chan);
 
-static  char *tdesc = "Radio Repeater / Remote Base  version 0.122  7/30/2008";
+static  char *tdesc = "Radio Repeater / Remote Base  version 0.123  8/17/2008";
 
 static char *app = "Rpt";
 
@@ -7191,6 +7191,7 @@
 		}
 
 	}
+        else if (myrpt->p.propagate_phonedtmf) do_dtmf_local(myrpt,c);
 	rpt_mutex_unlock(&myrpt->lock);
 	return;
 }




More information about the svn-commits mailing list