aboutsummaryrefslogtreecommitdiffstats
path: root/channels
diff options
context:
space:
mode:
authorcrichter <crichter@f38db490-d61c-443f-a65b-d21fe96a405b>2007-11-16 10:06:55 +0000
committercrichter <crichter@f38db490-d61c-443f-a65b-d21fe96a405b>2007-11-16 10:06:55 +0000
commitdb7fa2657cfe39af1042ecac83d660aacb834668 (patch)
tree79ef7017380cbe3c2bd497e24451dcef6073488c /channels
parent0cb2dd923953174db5f0342af268a1a3a5039d5e (diff)
fixed #10631, about one way audio. thanks IgorG again.
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@89321 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'channels')
-rw-r--r--channels/chan_misdn.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/channels/chan_misdn.c b/channels/chan_misdn.c
index 4996bfb41..9d43309aa 100644
--- a/channels/chan_misdn.c
+++ b/channels/chan_misdn.c
@@ -2856,6 +2856,7 @@ static struct ast_frame *misdn_read(struct ast_channel *ast)
return NULL;
}
+ tmp->frame.frametype = AST_FRAME_VOICE;
tmp->frame.subclass = AST_FORMAT_ALAW;
tmp->frame.datalen = len;
tmp->frame.samples = len;