From 34c55e8e7c87a92181fca3e0101dc456eef2475b Mon Sep 17 00:00:00 2001 From: Terry Wilson Date: Mon, 13 Feb 2012 17:27:06 +0000 Subject: Opaquify char * and char[] in ast_channel Review: https://reviewboard.asterisk.org/r/1733/ git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@354968 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- apps/app_osplookup.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'apps/app_osplookup.c') diff --git a/apps/app_osplookup.c b/apps/app_osplookup.c index 4ce2846cf..a74d1b501 100644 --- a/apps/app_osplookup.c +++ b/apps/app_osplookup.c @@ -2296,7 +2296,7 @@ static int ospauth_exec( res = osp_auth(provider, &handle, source, S_COR(chan->caller.id.number.valid, chan->caller.id.number.str, NULL), - chan->exten, token, &timelimit); + ast_channel_exten(chan), token, &timelimit); if (res > 0) { status = AST_OSP_SUCCESS; } else { -- cgit v1.2.3