summaryrefslogtreecommitdiff
path: root/extensions
diff options
context:
space:
mode:
authorMikhail Zabaluev <mikhail.zabaluev@nokia.com>2008-02-27 16:39:51 +0000
committerMikhail Zabaluev <mikhail.zabaluev@nokia.com>2008-02-27 16:39:51 +0000
commit784f626eef156ec70d4d3d774a66b6ea22649a42 (patch)
tree020c7a5a74b03832aa518fea59733996e7ad1069 /extensions
parent468756fed5bc4cba93bb86ab862546c0337199aa (diff)
Updated the CallState interface specification to include the Queued flag
Diffstat (limited to 'extensions')
-rw-r--r--extensions/Channel_Interface_Call_State.xml14
1 files changed, 8 insertions, 6 deletions
diff --git a/extensions/Channel_Interface_Call_State.xml b/extensions/Channel_Interface_Call_State.xml
index 424c119..b0faa42 100644
--- a/extensions/Channel_Interface_Call_State.xml
+++ b/extensions/Channel_Interface_Call_State.xml
@@ -74,14 +74,9 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.</
</tp:member>
</tp:mapping>
- <tp:flags name="Channel_Call_State_Flags" type="u">
+ <tp:flags name="Channel_Call_State_Flags" value-prefix="Channel_Call_State" type="u">
<tp:docstring>
A set of flags representing call states.
-
- <tp:rationale>
- While there is currently only one flag, more flags are likely to be
- added later, for example for call-waiting.
- </tp:rationale>
</tp:docstring>
<tp:flag suffix="Ringing" value="1">
@@ -90,6 +85,13 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.</
(e.g. 180 Ringing in SIP).
</tp:docstring>
</tp:flag>
+
+ <tp:flag suffix="Queued" value="2">
+ <tp:docstring>
+ The contact is temporarily unavailable, and the call has been placed
+ in a queue (e.g. 182 Queued in SIP, or call-waiting in telephony).
+ </tp:docstring>
+ </tp:flag>
</tp:flags>
</interface>