[asterisk-commits] jdixon: branch jdixon/chan_usbradio-1.4 r115607 - /team/jdixon/chan_usbradio-...

SVN commits to the Asterisk project asterisk-commits at lists.digium.com
Mon May 12 00:25:42 CDT 2008


Author: jdixon
Date: Mon May 12 00:25:40 2008
New Revision: 115607

URL: http://svn.digium.com/view/asterisk?view=rev&rev=115607
Log:
Put back normal newkey sending for a moment

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=115607&r1=115606&r2=115607
==============================================================================
--- team/jdixon/chan_usbradio-1.4/apps/app_rpt.c (original)
+++ team/jdixon/chan_usbradio-1.4/apps/app_rpt.c Mon May 12 00:25:40 2008
@@ -5658,7 +5658,7 @@
 static void send_newkey(struct ast_channel *chan)
 {
 
-	ast_safe_sleep(chan,10);
+	/* ast_safe_sleep(chan,10); */
 	ast_sendtext(chan,newkeystr);
 	return;
 }




More information about the asterisk-commits mailing list