Start a new topic

API realtime calls integration - CallDetailRecords

Hi, 

When trying to access the provided link (http://support.euphoria.co.za/support/solutions/articles/3000065244-dial-status- )

- I get an error:  "
You are not allowed to access this page!"

 


Can you please list all statuses or provide a working link?

We need the Dial Statuses that comes back in the response of GetCallDetailRecords Request

Please assist with the above

many thanks, 

1 Comment

Afternoon, 


Apologies for the delay, I will take a look as to why the page is restricted. In the meantime, please see below


if(Status == "0") termiateCause = "Unknown";

                    if(Status == "1") termiateCause = "Answered";

                    if(Status == "2") termiateCause = "Busy";

                    if(Status == "3") termiateCause = "No Answer";

                    if(Status == "4") termiateCause = "Canceled";

                    if(Status == "5") termiateCause = "Invalid (c)";    // CONGESTION

                    if(Status == "6") termiateCause = "Unavailable";    // CHANUNAVAIL

                    if(Status == "7") termiateCause = "DND";            // DONTCALL

                    if(Status == "8") termiateCause = "Huh??";          // TORTURE

                    if(Status == "9") termiateCause = "Invalid (a)";    // INVALIDARGS


                 if(Status == "20") termiateCause = "Inactive";

                 if(Status == "21") termiateCause = "Scrapped";

                 if(Status == "22") termiateCause = "Suspended";

                 if(Status == "23") termiateCause = "Expired";

                 if(Status == "24") termiateCause = "Int. blocked";

                 if(Status == "25") termiateCause = "Int. blocked";    // INT_TIME_BLOCK

                 if(Status == "26") termiateCause = "Max sim calls";   // MAX_SIM_CALLS

                 if(Status == "27") termiateCause = "Max sim calls";   // MAX_SIM_INT_CALLS

                 if(Status == "28") termiateCause = "Max sim calls";   // MAX_SIM_EXT_CALLS

                 if(Status == "29") termiateCause = "Restrictions";

                 if(Status == "30") termiateCause = "No Trunk";    // TRUNK_NOT_FOUND

                 if(Status == "31") termiateCause = "Calling Credit";

                 if(Status == "32") termiateCause = "No Rate";    // RATE_NOT_FOUND

                 if(Status == "33") termiateCause = "Fraud check";   // FRAUD_CHECK_FAILED

Login or Signup to post a comment