User contributions for Administrator

A user with 4,172 edits. Account created on 9 April 2020.
Jump to navigation Jump to search
Search for contributionsExpandCollapse
⧼contribs-top⧽
⧼contribs-date⧽
(newest | oldest) View ( | older 50) (20 | 50 | 100 | 250 | 500)

5 May 2024

4 May 2024

3 May 2024

2 May 2024

  • 23:0823:08, 2 May 2024 diff hist +1,327 N HTTP API - NATCreated page with "==== 9.1         Application Scenarios ==== DRP server can be used to communicate with the gateway behind NAT. ==== 9.2         Configuration section ==== (1)     Enable "Tools -> Remote Connection Configuration" in the gateway. (2)     Add gateway in DRP server. ==== 9.3         API Changes ==== Based on the IP and port (in the configuration file) that the DRP server is configured, the API client sends the request to that address; (1)  Connect to t..." Tag: Visual edit
  • 23:0523:05, 2 May 2024 diff hist +1,081 N HTTP API - Socks5 ProxyCreated page with "=== 9.1         Request === '''POST <nowiki>https://gateway_ip/api/socks5_proxy</nowiki>''' 9.2         '''Request Parameter''' {| class="wikitable" |'''Parameter''' |'''Type''' |'''Description''' |- | colspan="3" |'''Required Parameter''' |- |port |Interger | |- |state |String |It could be “on” or “off”. Use “on” to enable socks5 proxy on this port. Use “off” to disable socks5 proxy on this port. |} == 9.3         Response Paramet..." Tag: Visual edit
  • 23:0323:03, 2 May 2024 diff hist +963 N HTTP API - Query MMS Sending StatusCreated page with "=== 9.1         Request === '''GET <nowiki>https://gateway_ip/api/query_mms_sending_status</nowiki>''' 9.2         '''Request Parameter''' {| class="wikitable" |'''Parameter''' |'''Type''' |'''Description''' |- | colspan="3" |'''Required Parameter''' |- |mms_id |Interger | |} == 9.3         Response Parameter == {| class="wikitable" |'''Parameter''' |'''Type''' |'''Description''' |- |error_code |Integer |Codes that may be returned: 200: MMS has been..." Tag: Visual edit
  • 23:0123:01, 2 May 2024 diff hist +1,316 N HTTP API - Send MMSCreated page with "=== 9.1         Request === '''POST <nowiki>https://gateway_ip/api/send_mms</nowiki>''' 9.2         '''Request Parameter''' {| class="wikitable" |'''Parameter''' |'''Type''' |'''Description''' |- | colspan="3" |'''Required Parameter''' |- |port |Interger | |- |title |String | |- |number |String |The phone number of the receipient |- |file_id |Interger |file_id can be 0 to 31. Each file uploaded by user through “'''<nowiki>https://gateway_ip/api/mms_file/f</..." Tag: Visual edit
  • 22:5922:59, 2 May 2024 diff hist +372 N HTTP API - MMS File UploadCreated page with "=== 9.1         Request === '''POST <nowiki>https://gateway_ip/api/mms_file/file{0..31}</nowiki>''' '''Use HTTP Post to upload a file to the gateway, file name should be file0, file1, ...''' === 9.2         Example === ====== Request: ====== curl -H "Content-Type: multipart/form-data" -F "file=@filename"  <nowiki>http://gateway_ip/api/mms_file/file0</nowiki>" Tag: Visual edit
  • 22:5622:56, 2 May 2024 diff hist +1,610 N HTTP API - MMS ConfigurationCreated page with "=== 9.1         Request === '''POST <nowiki>https://gateway_ip/api/mms_configuration</nowiki>''' === 9.2         Request Parameter === {| class="wikitable" |'''Parameter''' |'''Type''' |'''Description''' |- | colspan="3" |'''Required Parameter''' |- |port |Integer |Port number is an integer ranging from 0 to 31 |- |configuration |Object |MMS Configuration |} Configuration Object {| class="wikitable" |'''Parameter''' |'''Type''' |'''Description''' |- | colsp..." Tag: Visual edit
  • 22:5522:55, 2 May 2024 diff hist +6,372 N HTTP API - Set ConfigurationCreated page with "== 9.1         Request == POST   http:// gateway /api/set_config == 9.2         Request Parameter == {| class="wikitable" |'''Parameter''' |'''Type''' |'''Description''' |- | colspan="3" |The request is an object in JSON format, the following is the description of the object content |- |sip_proxy |Array,contain s only one object |"domain":"172.18.25.31"            Domain/IP "port":5060                            Port "check_network_st..." Tag: Visual edit
  • 22:5222:52, 2 May 2024 diff hist +5,254 N HTTP API - Get ConfigurationCreated page with "== 9.1         Request == POST   http:// gateway /api/get_config == 9.2         Request Parameter == {| class="wikitable" |'''Parameter''' |'''Type''' |'''Description''' |- | colspan="3" |'''The following are the parameters included in the object, select at least one''' |- |sip_proxy |Array |Contents of the array can only be empty |- |sip_trunk |Array |Content is plastic, the value is 0-31, empty means all |- |ip_to_tel_routing |Array |Content is plastic,..." Tag: Visual edit
  • 22:4922:49, 2 May 2024 diff hist +1,824 N HTTP API - CALL ForwardCreated page with "== 9.1          Set Call Forward Request == '''GET <nowiki>https://gateway_ip/api/set_port_info</nowiki>''' == 9.2          Request Parameter == {| class="wikitable" |'''Parameter''' |'''Type''' |'''Description''' |- | colspan="3" |'''Required Parameter''' |- |port |Integer | |- |action |String |Should be “CallForward” |- |param |String |Could be like Uncondational,NoReply, Busy, Not_Reachable,CancelAll |- |number |String |Phone Number |} == 9...." Tag: Visual edit
  • 22:4222:42, 2 May 2024 diff hist +44 N File:HTTP API Push Event.pngNo edit summary current
  • 22:3722:37, 2 May 2024 diff hist +1,134 N HTTP API - Get Device StatusCreated page with "=== 9.1         Request === '''POST <nowiki>https://gateway_ip/api/get_status</nowiki>''' === 9.2         Request Parameter === {| class="wikitable" |'''Parameter''' |'''Type''' |'''Description''' |- | colspan="3" |'''Required Parameter''' |- |performance | | |} == 9.3         Response Parameter == {| class="wikitable" |'''Parameter''' |'''Type''' |'''Description''' |- |cpu_used |String |CPU usage |- |flash_total |String |flash size |- |flash_used |Strin..." Tag: Visual edit
  • 22:3422:34, 2 May 2024 diff hist +616 N HTTP API - Query STK Frame IDCreated page with "==== 9.1         Request ==== '''GET <nowiki>https://gateway_ip/GetSTKCurrFrameIndex</nowiki>''' ==== 9.2         Request Parameter ==== {| class="wikitable" |'''Parameter''' |'''Type''' |'''Description''' |- | colspan="3" |'''Required Parameter''' |- |port |Integer | |} ==== 9.3         Response Parameter ==== {| class="wikitable" |'''Parameter''' |'''Type''' |'''Description''' |- |frame_id |Integer | |} ==== 9.4         Example of Querying Frame I..." Tag: Visual edit
  • 22:3122:31, 2 May 2024 diff hist +845 N HTTP API - STK OperationCreated page with "==== 9.1         Request ==== '''POST <nowiki>https://gateway_ip/STKGo</nowiki>''' ==== 9.2         Request Parameter ==== {| class="wikitable" |'''Parameter''' |'''Type''' |'''Description''' |- | colspan="3" |'''Required Parameter''' |- |port |Integer | |- | colspan="3" |'''Optional Parameter''' |- |item |Integer | |- |param |String | |- |action |String |“ok”, ”cancle”or ”home” |} ==== 9.3         Example of STK Operation ==== ====== Request..." Tag: Visual edit
  • 22:2922:29, 2 May 2024 diff hist +1,439 N HTTP API - Query STK InfoCreated page with "==== 9.1         Request ==== '''GET <nowiki>https://gateway_ip/GetSTKView</nowiki>''' ==== 9.2         Request Parameters ==== {| class="wikitable" |'''Parameter''' |'''Type''' |'''Description''' |- | colspan="3" |'''Required Parameter''' |- |port |Integer | |} ==== 9.3         Response Parameter ==== {| class="wikitable" |'''Parameter''' |'''Type''' |'''Description''' |- |title |String |The title of STK |- |text |String |The content of prompt during th..." Tag: Visual edit
  • 22:2622:26, 2 May 2024 diff hist +2,205 N HTTP API - Get CDRCreated page with "==== 9.1         Request ==== '''POST <nowiki>https://gateway_ip/api/get_cdr</nowiki>''' ==== 9.2         Request Parameter ==== {| class="wikitable" |'''Parameter''' |'''Type''' |'''Description''' |- | colspan="3" |'''Required Parameter''' |- | colspan="3" |'''Optional Parameter''' |- |port |Array |Port(s) whose CDR is to be queried; Each port number should be an integer ranging from 0 to 31. |- |time_after |String |String like "YYYY-MM-DD HH:MM:SS"; Query t..." Tag: Visual edit
  • 21:5321:53, 2 May 2024 diff hist +15 N Gw Docs:Privacy policyCreated page with "Privacy Policy." current Tag: Visual edit

1 May 2024

30 April 2024

(newest | oldest) View ( | older 50) (20 | 50 | 100 | 250 | 500)