summaryrefslogtreecommitdiff
path: root/main/channel.c
diff options
context:
space:
mode:
authorRussell Bryant <russell@russellbryant.com>2009-03-24 22:00:58 +0000
committerRussell Bryant <russell@russellbryant.com>2009-03-24 22:00:58 +0000
commit2ad737608c8de101bb4db9b184ee13d044c753df (patch)
treebea619d5fec9b45b9e443ba62326cab4e4dab316 /main/channel.c
parent7460afdd46d7b0808751f24e75aee1262ad8103d (diff)
Put siren7 and siren14 in ast_best_codec() just so they're in there somewhere.
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@184043 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'main/channel.c')
-rw-r--r--main/channel.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/main/channel.c b/main/channel.c
index 719e9f669..42ea4bfb3 100644
--- a/main/channel.c
+++ b/main/channel.c
@@ -718,6 +718,8 @@ int ast_best_codec(int fmts)
AST_FORMAT_ULAW,
/*! Unless of course, you're a silly European, so then prefer ALAW */
AST_FORMAT_ALAW,
+ AST_FORMAT_SIREN14,
+ AST_FORMAT_SIREN7,
/*! G.722 is better then all below, but not as common as the above... so give ulaw and alaw priority */
AST_FORMAT_G722,
/*! Okay, well, signed linear is easy to translate into other stuff */