documentation updates

git-svn-id: svn://192.168.202.10@270 3d104415-ff17-0410-8863-d5cf3c621b8a
This commit is contained in:
mattf
2006-09-12 18:42:56 +00:00
parent d5b879621f
commit 38abcc0b4e
5 changed files with 40 additions and 46 deletions
-22
View File
@@ -1,22 +0,0 @@
--- ./channel.c 2006-09-11 12:05:39.000000000 -0400
+++ ./channel.c-fixed 2006-09-11 11:58:52.000000000 -0400
@@ -45,7 +45,7 @@
#include "asterisk.h"
-ASTERISK_FILE_VERSION(__FILE__, "$Revision: 38310 $")
+ASTERISK_FILE_VERSION(__FILE__, "$Revision: 37361 $")
#include "asterisk/pbx.h"
#include "asterisk/frame.h"
@@ -2328,10 +2328,6 @@
int native;
int res;
- /* if already in the desired format nothing to do here */
- if (*format == fmt)
- return 0;
-
native = chan->nativeformats;
/* Find a translation path from the native format to one of the desired formats */
if (!direction)