Skip to content

Commit

Permalink
Merge pull request #117 from FabrizioMoggio/1.0.0
Browse files Browse the repository at this point in the history
Spring25-v1
  • Loading branch information
FabrizioMoggio authored Dec 17, 2024
2 parents c4c96f1 + e0fa4bc commit 9762d26
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions code/API_definitions/call-forwarding-signal.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ info:
get the general status of the Call Forwarding Service (inactive,
conditional, unconditional). If conditional call forwarding is active,
the differente type of settings are returned ('conditional_busy',
'conditional_unavailable', 'conditional_no_reply').\
'conditional_not_reachable', 'conditional_no_answer').\
\
**Example use cases:**\
\
Expand Down Expand Up @@ -132,19 +132,19 @@ info:
# FAQ's
(FAQs will be added in a later version of the documentation)
version: 0.2.0
version: wip
license:
name: Apache 2.0
url: https://www.apache.org/licenses/LICENSE-2.0.html
x-camara-commonalities: 0.4.0
x-camara-commonalities: 0.5.0
externalDocs:
description: Product documentation at CAMARA
url: https://github.com/camaraproject/CallForwardingSignal
############################################################################
# Servers #
############################################################################
servers:
- url: "{apiRoot}/call-forwarding-signal/v0.2"
- url: "{apiRoot}/call-forwarding-signal/vwip"
variables:
apiRoot:
default: http://localhost:9091
Expand Down Expand Up @@ -226,7 +226,7 @@ paths:
service active on a phone number (PhoneNumber)
description: This endpoint provides information about wich type of
call forwarding service is active. More than one service can be
active, e.g. conditional and unconditional. This endpoint exceeds
active, e.g. conditional and unconditional. This endpoit exceeds
the main scope of the CFS API, for this reason an error code 501
can be returned.
operationId: retrieveCallForwarding
Expand Down Expand Up @@ -312,22 +312,22 @@ components:
possible states are, 'inactive' (no call forwarding service activated),
'unconditional' (call forwarded independently from the device status),
'conditional_busy' (call forwarded if the device is on an active call),
'conditional_unavailable' (call forwarded if the device is not available
on the network), 'conditional_no_reply' (call forwarded if the device
doesn't answer the incoming call).
'conditional_not_reachable' (call forwarded if the device is not
reachable), 'conditional_no_answer' (call forwarded if the device doesn't
answer the incoming call).
type: array
items:
type: string
enum:
- 'inactive'
- 'unconditional'
- 'conditional_busy'
- 'conditional_unavailable'
- 'conditional_no_reply'
- 'conditional_not_reachable'
- 'conditional_no_answer'
example:
- 'unconditional'
- 'conditional_busy'
- 'conditional_no_reply'
- 'conditional_no_answer'
minItems: 1
############################################################################
# Request #
Expand Down

0 comments on commit 9762d26

Please sign in to comment.