[asterisk-commits] pcadach: branch pcadach/chan_h323-live r41649 -
in /team/pcadach/chan_h323-li...
asterisk-commits at lists.digium.com
asterisk-commits at lists.digium.com
Thu Aug 31 14:17:45 MST 2006
Author: pcadach
Date: Thu Aug 31 16:17:45 2006
New Revision: 41649
URL: http://svn.digium.com/view/asterisk?rev=41649&view=rev
Log:
Merged revisions 41647-41648 via svnmerge from
https://origsvn.digium.com/svn/asterisk/trunk
........
r41647 | anthonyl | 2006-09-01 03:06:07 +0600 (Птн, 01 Сен 2006) | 1 line
small typo
........
r41648 | anthonyl | 2006-09-01 03:12:26 +0600 (Птн, 01 Сен 2006) | 1 line
spacing update
........
Modified:
team/pcadach/chan_h323-live/ (props changed)
team/pcadach/chan_h323-live/apps/app_record.c
Propchange: team/pcadach/chan_h323-live/
------------------------------------------------------------------------------
--- svnmerge-integrated (original)
+++ svnmerge-integrated Thu Aug 31 16:17:45 2006
@@ -1,1 +1,1 @@
-/trunk:1-41645
+/trunk:1-41648
Modified: team/pcadach/chan_h323-live/apps/app_record.c
URL: http://svn.digium.com/view/asterisk/team/pcadach/chan_h323-live/apps/app_record.c?rev=41649&r1=41648&r2=41649&view=diff
==============================================================================
--- team/pcadach/chan_h323-live/apps/app_record.c (original)
+++ team/pcadach/chan_h323-live/apps/app_record.c Thu Aug 31 16:17:45 2006
@@ -303,8 +303,9 @@
} else if ((f->frametype == AST_FRAME_DTMF) &&
(f->subclass == terminator)) {
res = ast_writestream(s,f);
- if(res) {
- ast_log(LOG_WARNING,"Problem writing final recoard frame\n");
+
+ if (res) {
+ ast_log(LOG_WARNING,"Problem writing final record frame\n");
}
ast_frfree(f);
break;
More information about the asterisk-commits
mailing list