mirror of
https://github.com/asterisk/asterisk.git
synced 2025-10-12 15:45:18 +00:00
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
This commit is contained in:
@@ -155,6 +155,8 @@ struct ast_channel {
|
||||
char *rdnis;
|
||||
/*! Hide callerid from user */
|
||||
int restrictcid;
|
||||
/*! Callerid presentation/screening */
|
||||
int callingpres;
|
||||
|
||||
|
||||
/*! Current extension context */
|
||||
|
Reference in New Issue
Block a user