summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJohan Hedberg <johan.hedberg@nokia.com>2008-11-29 01:58:26 +0200
committerJohan Hedberg <johan.hedberg@nokia.com>2008-11-29 01:58:26 +0200
commit5a1584cd91b0dd8e568c21a0ca648044802ca10f (patch)
treece97f90bbab7ec3141f0c8e0d0cbb34f6af35a0b
parentbea40f5a1ea001da686a745b3a7a2bddd2582c26 (diff)
Add some common phone number type definitions
-rw-r--r--audio/telephony.h7
1 files changed, 7 insertions, 0 deletions
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,