📖
API Documentation
  • About
  • Version History
  • Introduction
    • Account Setup
    • Platform Features
    • Mid Call Divert/Mid Call Conference
    • Call Whisper
    • Conferencing
    • Percentage Distribution Algorthm
    • Call Queueing
    • Call Recording
    • Outbound Call
    • IVR Voicemail Retrieval Telephone Service
    • IVR Service Switcher Telephone Service
    • Web Service Security
    • Web Service Definition Language
      • Using a development environment other than the .NET Platform
    • Web Service Error Handling
    • Real-Time Multi-leg Call Data Records
      • Pseudo Code
      • Real-Time Multi-Leg CDR Call Types
    • Status Code Table
    • Default Audio
    • Development Guidelines
      • Development LAB Platform Test Harness
    • Post Call
    • DTMF Controlling Party
    • Data Rentention Policy
    • API Availability
    • Dynamic Call Agent (DCA)
      • Status Code Table
      • Call Outcome Table
      • Call Status Table
      • IVR Dynamic Call Agent Service
      • Apology Modes
    • JSON API
    • Emails
      • Custom Email Settings
      • Not Receiving Emails
      • Global Email Variables
      • Using Custom Service Variables within your emails
      • Email Content Type
      • Email Address HTML encoding
    • TimeZone Offset Setting
      • TimeZone Offset Table
      • Daylight Saving Time Changes
    • Public IP Addresses
    • Default Email Settings
    • Scheduled Call Feature
      • How to create a Scheduled Call request
      • What CLI be presented to the called parties
      • How to check the progress of a Scheduled Call request
      • How to retrieve the call statistics for my Scheduled Calls
      • How to delete a queued Scheduled Call request
      • How many simultaneous Scheduled Calls can be in progress
      • How many Scheduled Call requests can be created
  • Service Creation
    • Node XML structure
    • Service XML structure
    • Custom Service Variables
    • Variable Scope
    • Node Security
    • Graphical Representation of a Sample Service
    • Sample Service XML
    • Sub Plans
    • Sub Plan Example XML
  • Web Service Authentication
  • Service Audio
  • Node Reference
    • Start
    • Page 1
  • Security Methods
  • Service Management Methods
  • Audio Management Methods
  • General Methods
  • File Management Methods
  • Real-Time Data Methods
  • Service Number Activation Methods
  • Number Group Methods
  • Account Methods
  • Payphone Barring
  • Dynamic Call Agent Methods
  • Tiff to Fax Methods
  • Call Barring Methods
  • Platform Logging Methods
  • Platform Logging
  • Data Tables
  • Scheduled Call
  • External Number Management Methods
  • Phone Book Management Methods
  • Origin List Management Methods
  • Private SIP Management Methods
  • Bulk Configuration
  • Appendix
Powered by GitBook
On this page

Was this helpful?

  1. Introduction

Status Code Table

Application level errors and invalid parameters are indicated using status codes. Additional error information is returned in the errorXML output parameter.

Status Code
Description

1

Success

2

Invalid Service Number

3

Service Number Is Assigned To a Previous Platform Version

4

Invalid Username or Password

5

Invalid Security Token

6

Invalid ServiceID

7

Invalid AudioFileType

8

Invalid Audio Byte Array

9

Invalid AudioFile Identifier

10

Invalid CallID

11

Invalid VoicemailID

12

Invalid CallRecordingID

13

Invalid FaxID

14

Invalid ConferenceID

15

Invalid NodeID

16

Audio File In Use

17

Invalid Status

18

Invalid PIN

19

Invalid Service Number Activation Action

20

Service Number Activation Not Supported

21

Previous Activation Request Pending

22

Login Disabled

23

Token Expired

24

Account Locked

25

No Active Service

26

Invalid Page Size

27

Invalid Date

28

Invalid Filter Type

29

Invalid Group Identifier

30

Invalid SubAccountType

31

Invalid SubAccountID

32

Invalid UserID or PIN

33

Previous Audio Update Request Pending

34

Upgrade Service Number Failed

35

PlanID Already Exists

36

Invalid Time

37

Service Number upgraded successfully. Service audio is now queued waiting to be upgraded to the new platform.

38

Data Table is in use

55

Previous Bulk Configuration Request Pending

56

Invalid Tiff file

57

Invalid Target Number

58

Invalid TiffToFax RequestID

59

Service Number Array Size Exceeded

60

Invalid VoiceCaptureID

61

Call Barring Not Permitted

88

Too many requests to this method

89

Error Condition

90

API Unavailable

93

Invalid Payphone Barring Action

94

Previous Payphone Barring Request Pending

95

Payphone Barring Not Allowed

96

Invalid Parameter

97

Missing Parameter

98

Invalid Web API User

99

Unauthorised access

100

Unexpected Error

PreviousReal-Time Multi-Leg CDR Call TypesNextDefault Audio

Last updated 2 months ago

Was this helpful?