summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rwxr-xr-xinclude/asterisk/callerid.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/include/asterisk/callerid.h b/include/asterisk/callerid.h
index 8f8df457f..486c8100a 100755
--- a/include/asterisk/callerid.h
+++ b/include/asterisk/callerid.h
@@ -168,6 +168,16 @@ static inline float callerid_getcarrier(float *cr, float *ci, int bit)
return *cr;
}
+#define AST_PRES_ALLOWED_USER_NUMBER_NOT_SCREENED 0x00
+#define AST_PRES_ALLOWED_USER_NUMBER_PASSED_SCREEN 0x01
+#define AST_PRES_ALLOWED_USER_NUMBER_FAILED_SCREEN 0x02
+#define AST_PRES_ALLOWED_NETWORK_NUMBER 0x03
+#define AST_PRES_PROHIB_USER_NUMBER_NOT_SCREENED 0x20
+#define AST_PRES_PROHIB_USER_NUMBER_PASSED_SCREEN 0x21
+#define AST_PRES_PROHIB_USER_NUMBER_FAILED_SCREEN 0x22
+#define AST_PRES_PROHIB_NETWORK_NUMBER 0x23
+#define AST_PRES_NUMBER_NOT_AVAILABLE 0x43
+
#define PUT_BYTE(a) do { \
*(buf++) = (a); \
bytes++; \