summaryrefslogtreecommitdiffstats
path: root/audio/telephony.h
diff options
context:
space:
mode:
authorJohan Hedberg <johan.hedberg@nokia.com>2008-10-02 15:00:14 +0300
committerJohan Hedberg <johan.hedberg@nokia.com>2008-10-02 15:00:14 +0300
commit3f0968edd3c7a220fe0a4413d5662921efa7a7b9 (patch)
treea8cc9fdd893fbb3044d3548a978f50c0497969a3 /audio/telephony.h
parent167c10dcff54bfc92a2bc86ac5a899ed04c3aa67 (diff)
Add support for subscriber number notification
Diffstat (limited to 'audio/telephony.h')
-rw-r--r--audio/telephony.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/audio/telephony.h b/audio/telephony.h
index 2cbcf055..81ed64de 100644
--- a/audio/telephony.h
+++ b/audio/telephony.h
@@ -82,6 +82,10 @@
#define CALL_MULTIPARTY_NO 0
#define CALL_MULTIPARTY_YES 1
+/* Subscriber number parameters */
+#define SUBSCRIBER_SERVICE_VOICE 4
+#define SUBSCRIBER_SERVICE_FAX 5
+
/* Extended Audio Gateway Error Result Codes */
typedef enum {
CME_ERROR_NONE = -1,
@@ -155,6 +159,8 @@ int telephony_ready_ind(uint32_t features, const struct indicator *indicators,
int telephony_list_current_call_ind(int idx, int dir, int status, int mode,
int mprty, const char *number,
int type);
+int telephony_subscriber_number_ind(const char *number, int type,
+ int service);
/* Helper function for quick indicator updates */
static inline int telephony_update_indicator(struct indicator *indicators,