From 5a1584cd91b0dd8e568c21a0ca648044802ca10f Mon Sep 17 00:00:00 2001 From: Johan Hedberg Date: Sat, 29 Nov 2008 01:58:26 +0200 Subject: Add some common phone number type definitions --- audio/telephony.h | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/audio/telephony.h b/audio/telephony.h index 0eb0f44e..ac7625ea 100644 --- a/audio/telephony.h +++ b/audio/telephony.h @@ -92,6 +92,13 @@ #define OPERATOR_MODE_DEREGISTER 2 #define OPERATOR_MODE_MANUAL_AUTO 4 +/* Some common number types */ +#define NUMBER_TYPE_UNKNOWN 128 +#define NUMBER_TYPE_TELEPHONY 129 +#define NUMBER_TYPE_INTERNATIONAL 145 +#define NUMBER_TYPE_NATIONAL 161 +#define NUMBER_TYPE_VOIP 255 + /* Extended Audio Gateway Error Result Codes */ typedef enum { CME_ERROR_NONE = -1, -- cgit