From cacfd42960591a18dc9238f09dc41069a4210318 Mon Sep 17 00:00:00 2001 From: Martin Pycko Date: Wed, 1 Oct 2003 15:59:26 +0000 Subject: Add usecallingpres keyword to zapata.conf for PRI to PRI call so that we would take the presentation mode and send it to outbound call. git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@1595 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- include/asterisk/channel.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'include') diff --git a/include/asterisk/channel.h b/include/asterisk/channel.h index 16a148302..d90be73e6 100755 --- a/include/asterisk/channel.h +++ b/include/asterisk/channel.h @@ -155,6 +155,8 @@ struct ast_channel { char *rdnis; /*! Hide callerid from user */ int restrictcid; + /*! Callerid presentation/screening */ + int callingpres; /*! Current extension context */ -- cgit v1.2.3