summaryrefslogtreecommitdiff
path: root/channels/sig_pri.h
diff options
context:
space:
mode:
authorRichard Mudgett <rmudgett@digium.com>2009-08-18 23:53:55 +0000
committerRichard Mudgett <rmudgett@digium.com>2009-08-18 23:53:55 +0000
commit39c9838d7798f55f4489d14e031e79b0a7f6d8ba (patch)
tree391e19bc5cc2ebda4cb8a06cb4351f0d4b7e19fa /channels/sig_pri.h
parentcc21007de174e228efa1a349e0cada08be7537ca (diff)
Add COLP support to chan_dahdi/sig_pri.
Add Connected Line Presentation (COLP) support to chan_dahdi/libpri as an addition to issue 8824. This is the chan_dahdi/sig_pri portion. COLP support is now available for any switch for which libpri supports COLP (currently ETSI PTP, ETSI PTMP, and Q.SIG) with this patch. (closes issue #14068) Tested by: rmudgett Review: https://reviewboard.asterisk.org/r/340/ git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@213007 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'channels/sig_pri.h')
-rw-r--r--channels/sig_pri.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/channels/sig_pri.h b/channels/sig_pri.h
index 7179d5639..91de16f9a 100644
--- a/channels/sig_pri.h
+++ b/channels/sig_pri.h
@@ -139,8 +139,6 @@ struct sig_pri_chan {
char cid_name[AST_MAX_EXTENSION];
char cid_ani[AST_MAX_EXTENSION];
char exten[AST_MAX_EXTENSION];
- char lastcid_num[AST_MAX_EXTENSION];
- char lastcid_name[AST_MAX_EXTENSION];
/* Internal variables -- Don't touch */
/* Probably will need DS0 number, DS1 number, and a few other things */