Using the below method, a ring group can be created.

curl --request POST \
  --url https://api.acefone.co.uk/v1/ring_group \
  --header 'accept: application/json' \
  --header 'authorization: Authorization' \
  --header 'content-type: application/json'

Body Parameters

Variable NameDescriptionData Type
nameName of the ring groupString
descriptionDescription for ring groupString
ring_strategyStrategy to be followed by handling calls for ring groupFloat
prefixCaller ID prefix associated with ring groupFloat
skip_agentShould skip busy extensions in ring groupFloat
timeout_destination_typeType of destination where call should be routed (when someone in the ring group answer the call )String
timeout_destination_idUnique ID of destination where call should be routed (when someone in the ring group answer the call )Float
membersRing group members/destination associated with ring groupObject
typeSupported destinations type (extensions, specific numbers, IP addresses)String
numberCalls can be routed to a specific number for example 18XXXXXXXXFloat
timeoutTime in seconds for which call should ringFloat
ipIP address(should be valid sip proxy IP)String
enable_sticky_agentFloat
sticky_time_daysFloat
sticky_time_hoursFloat

Response

Variable NameDescriptionData Type
successRequest success statusBoolean
messageMessage corresponding success statusString
Language
Click Try It! to start a request and see the response here!