summaryrefslogtreecommitdiff
path: root/apps/app_qcall.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/app_qcall.c')
-rwxr-xr-xapps/app_qcall.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/app_qcall.c b/apps/app_qcall.c
index e876f0ae3..879b1c8ad 100755
--- a/apps/app_qcall.c
+++ b/apps/app_qcall.c
@@ -219,8 +219,8 @@ time_t t;
channel = ast_request(dialstr,AST_FORMAT_SLINEAR,tele);
if (channel)
{
- ast_set_read_format(channel,AST_FORMAT_SLINEAR);
- ast_set_write_format(channel,AST_FORMAT_SLINEAR);
+ ast_set_read_format(channel,AST_FORMAT_SLINEAR, 1);
+ ast_set_write_format(channel,AST_FORMAT_SLINEAR, 1);
#ifdef OURCLID
if (channel->callerid)
free(channel->callerid);