Advanced Search
Search Results
147 total results found
Common API - call record callback parameters
call record callback parameters Bill callback needs to be configured with a callback address for the corresponding account. Callback address configuration of bills: The customer provides an interface address that can receive json data, which can be configured ...
Interface Description
Interface Description Important Notes: The message content (UTF-8 encoded) needs to be converted to hexadecimal code before sending, for example, "你好" converts to "e4bda0e5a5bd" Phone numbers must include international country codes (e.g., 00628131565741) Pas...
Single SMS Sending
Single SMS Sending Request URL https://{domain}/sms/send?spid=xx&pwd=xx&das=xx×tamp=xx&sm=x Request Method GET Parameter Description Field Type Name Description spid string Interface account pwd string Encrypted password Important note 3 das ...
Multiple SMS Sending
Multiple SMS Sending Request URL https://{domain}/sms/rsend Request Method POST Content-Type: application/x-www-form-urlencoded Parameter Description Field Type Name Description spid string Interface account pwd string Password Important note 3 ...
SMS Delivery Status Query
SMS Delivery Status Query Request URL https://{domain}/sms/state?spid=xx&pwd=xx×tamp=xx&msgid=xx Request Method GET Parameter Description Field Type Name Description spid string Interface account pwd string Password Important note 3 timestamp...
Appendix-Hexadecimal conversion in Java and PHP
Appendix Java String to Hexadecimal public static String strToHex(String str) { String st = ""; try { byte[] by = str.getBytes("utf8"); for (int i = 0; i < by.length; i++) { String strs = Integer.toHexString(by[i]); ...
Voice Call API - Get extension call status
Get extension call status Interface Description: Get the extension list information owned by the user. Request method: POST, form-data format request parameters parameter name type Is it necessary illustrate service string yes App.Sip_Status.GetSipCallS...
Voice Call API - Get extension enabled status
Get extension enabled status Interface Description: Get the extension list information owned by the user. Request method: POST, form-data format request parameters parameter name type Is it necessary illustrate service string yes App.Sip_Status.GetSipVa...
Voice Call API - Get extension list information
Get extension list information Interface Description: Get the extension list information owned by the user. Request method: POST, form-data format request parameters parameter name type Is it necessary illustrate service string yes App.Sip_Sipnum.GetSip...
Voice Call API - Get extension registration information
Get extension registration information Interface Description: Get the extension list information owned by the user. Request method: POST, form-data format request parameters parameter name type Is it necessary illustrate service string yes App.Sip_Statu...
Voice Call API - Make a voice call
Make a voice call Interface Description: Initiate a call directly to a number, most of which are applicable to calling the interface after clicking "Call" on the web page. Request method: POST, form-data format request parameters parameter name type Is it n...
Voice Call API - Voice call API access process
Voice call API access process
Voice Menu - Create extension group
Create extension group Interface Description: Create extension group Request method: POST, form-data format request parameters parameter name type Is it necessary illustrate service string yes App.Sip_Extgroup.AddExtgroup token string yes The token ob...
Voice Menu - Extension check-in extension group
Extension check-in extension group Interface Description: Sign in an extension under the current user to an extension group owned by the user Request method: POST, form-data format request parameters parameter name type Is it necessary illustrate servic...
Voice Menu - Extension checkout extension group
Extension checkout extension group Interface Description: Check out the extension under the current user from the extension group Request method: POST, form-data format request parameters parameter name type Is it necessary illustrate service string yes...
Voice Menu - Extension idle and busy state setting
Extension idle and busy state setting Interface Description: Set the free/busy status of the extension Request method: POST, form-data format request parameters parameter name type Is it necessary illustrate service string yes App.Sip_Extgroup.EditExtnu...
Voice Menu - Get extension call status
Get extension call status Interface Description: Get the extension list information owned by the user。 Request method: POST, form-data format request parameters parameter name type Is it necessary illustrate service string yes App.Sip_Status.GetSipCallS...
Voice Menu - Get extension idle(busy status)
Get extension idle(busy status) Interface Description: Get the extension status in the extension group Request method: POST, form-data format request parameters parameter name type Is it necessary illustrate service string yes App.Sip_Extgroup.GetGroupE...
Voice Menu - Get extension enabled status
Get extension enabled status Interface Description: Get the extension list information owned by the user。 Request method: POST, form-data format request parameters parameter name type Is it necessary illustrate service string yes App.Sip_Status.GetSipVa...
Voice Menu - Get extension list information
Get extension list information Interface Description: Get the extension list information owned by the user。 Request method: POST, form-data format request parameters parameter name type Is it necessary illustrate service string yes App.Sip_Sipnum.GetSip...