[asterisk-commits] dhubbard: trunk r112714 - /trunk/main/asterisk.c
    SVN commits to the Asterisk project 
    asterisk-commits at lists.digium.com
       
    Thu Apr  3 19:57:33 CDT 2008
    
    
  
Author: dhubbard
Date: Thu Apr  3 19:57:33 2008
New Revision: 112714
URL: http://svn.digium.com/view/asterisk?view=rev&rev=112714
Log:
sleep long enough for the zaptel timer error message to display before exit
Modified:
    trunk/main/asterisk.c
Modified: trunk/main/asterisk.c
URL: http://svn.digium.com/view/asterisk/trunk/main/asterisk.c?view=diff&rev=112714&r1=112713&r2=112714
==============================================================================
--- trunk/main/asterisk.c (original)
+++ trunk/main/asterisk.c Thu Apr  3 19:57:33 2008
@@ -3207,6 +3207,7 @@
 					"\n\t3. If you need Zaptel services, you must correctly configure Zaptel."
 				};
 				ast_log(LOG_ERROR, "%s\n", zaptel_timer_error);
+				usleep(100);
 				exit(1);
 			}
 			close(fd);
    
    
More information about the asterisk-commits
mailing list