[asterisk-commits] russell: branch 1.6.0 r166378 - in /branches/1.6.0: ./ res/res_musiconhold.c
SVN commits to the Asterisk project
asterisk-commits at lists.digium.com
Mon Dec 22 14:27:59 CST 2008
Author: russell
Date: Mon Dec 22 14:27:59 2008
New Revision: 166378
URL: http://svn.digium.com/view/asterisk?view=rev&rev=166378
Log:
Merged revisions 166377 via svnmerge from
https://origsvn.digium.com/svn/asterisk/trunk
........
r166377 | russell | 2008-12-22 14:26:48 -0600 (Mon, 22 Dec 2008) | 2 lines
Fix a bad typo.
........
Modified:
branches/1.6.0/ (props changed)
branches/1.6.0/res/res_musiconhold.c
Propchange: branches/1.6.0/
------------------------------------------------------------------------------
Binary property 'trunk-merged' - no diff available.
Modified: branches/1.6.0/res/res_musiconhold.c
URL: http://svn.digium.com/view/asterisk/branches/1.6.0/res/res_musiconhold.c?view=diff&rev=166378&r1=166377&r2=166378
==============================================================================
--- branches/1.6.0/res/res_musiconhold.c (original)
+++ branches/1.6.0/res/res_musiconhold.c Mon Dec 22 14:27:59 2008
@@ -1048,7 +1048,7 @@
#ifdef HAVE_DAHDI
/* Open /dev/zap/pseudo for timing... Is
there a better, yet reliable way to do this? */
- class->pseudofd = open("/dev/dahdi/psuedo", O_RDONLY);
+ class->pseudofd = open("/dev/dahdi/pseudo", O_RDONLY);
if (class->pseudofd < 0) {
ast_log(LOG_WARNING, "Unable to open pseudo channel for timing... Sound may be choppy.\n");
} else {
More information about the asterisk-commits
mailing list