summaryrefslogtreecommitdiff
path: root/spec/Channel_Interface_Call_State.xml
diff options
context:
space:
mode:
authorSimon McVittie <simon.mcvittie@collabora.co.uk>2008-02-27 16:01:42 +0000
committerSimon McVittie <simon.mcvittie@collabora.co.uk>2008-02-27 16:01:42 +0000
commit0afee4bd5373ffda69a5c26e3a68c01de9aad0f6 (patch)
tree86a9dd201bae882c1fff82bf9a8fc50b6c3e8922 /spec/Channel_Interface_Call_State.xml
parent0bbbb8811197a86826f929c817080c1d1fcca60d (diff)
Add Channel_Call_State_Queued
Diffstat (limited to 'spec/Channel_Interface_Call_State.xml')
-rw-r--r--spec/Channel_Interface_Call_State.xml12
1 files changed, 7 insertions, 5 deletions
diff --git a/spec/Channel_Interface_Call_State.xml b/spec/Channel_Interface_Call_State.xml
index 073772e3..b0faa42e 100644
--- a/spec/Channel_Interface_Call_State.xml
+++ b/spec/Channel_Interface_Call_State.xml
@@ -77,11 +77,6 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.</
<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>