From d14ce4c739b8a89811bf27532628c8cc7ce8d6e9 Mon Sep 17 00:00:00 2001 From: tilghman Date: Thu, 23 Feb 2006 23:12:41 +0000 Subject: Bug 6417 - Allow retrieval of raw CDR values git-svn-id: http://svn.digium.com/svn/asterisk/trunk@10953 f38db490-d61c-443f-a65b-d21fe96a405b --- apps/app_directed_pickup.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'apps/app_directed_pickup.c') diff --git a/apps/app_directed_pickup.c b/apps/app_directed_pickup.c index 3255ade9f..632ac326d 100644 --- a/apps/app_directed_pickup.c +++ b/apps/app_directed_pickup.c @@ -82,7 +82,7 @@ static int pickup_exec(struct ast_channel *chan, void *data) origin = ast_get_channel_by_exten_locked(exten, context); if (origin) { ast_cdr_getvar(origin->cdr, "dstchannel", &tmp, workspace, - sizeof(workspace), 0); + sizeof(workspace), 0, 0); if (tmp) { /* We have a possible channel... now we need to find it! */ target = ast_get_channel_by_name_locked(tmp); -- cgit v1.2.3