User contributions for Administrator
A user with 4,172 edits. Account created on 9 April 2020.
5 May 2024
- 09:0709:07, 5 May 2024 diff hist +90,854 UR - Gateway User Guide No edit summary current Tag: Visual edit
- 08:4808:48, 5 May 2024 diff hist +1,584 MediaWiki:Sidebar No edit summary Tag: 2017 source edit
4 May 2024
- 23:4323:43, 4 May 2024 diff hist 0 N Category:HTTP API - SMS Changed categories. current
- 22:0622:06, 4 May 2024 diff hist +65 MediaWiki:Gadget-HotCat No edit summary current Tag: 2017 source edit
- 22:0522:05, 4 May 2024 diff hist +54 MediaWiki:Gadgets-definition No edit summary current Tag: 2017 source edit
- 21:4721:47, 4 May 2024 diff hist +1,159 MediaWiki:Gadget-HotCat.js/local defaults No edit summary current Tag: 2017 source edit
- 21:2521:25, 4 May 2024 diff hist +121 N MediaWiki:Gadget-HotCat.js Created page with "importScriptURI('//commons.wikimedia.org/w/index.php?title=MediaWiki:Gadget-HotCat.js&action=raw&ctype=text/javascript');" current
- 21:1421:14, 4 May 2024 diff hist +74 MediaWiki:Common.js No edit summary current
3 May 2024
- 23:2923:29, 3 May 2024 diff hist +1,524 HTTP API - Set Port Information of Gateway No edit summary current Tag: 2017 source edit
- 23:2523:25, 3 May 2024 diff hist +3,862 HTTP API - Get Port Information of Gateway No edit summary Tag: Visual edit
- 23:1123:11, 3 May 2024 diff hist +816 HTTP API - Stop SMS Sending Task No edit summary current Tag: Visual edit
- 23:0223:02, 3 May 2024 diff hist +1,139 HTTP API - Query USSD Reply No edit summary current Tag: Visual edit
- 22:5422:54, 3 May 2024 diff hist +1,658 HTTP API - Send USSD No edit summary current Tag: Visual edit
- 22:4822:48, 3 May 2024 diff hist +2,486 HTTP API - Receive SMS No edit summary current Tag: Visual edit
- 22:2022:20, 3 May 2024 diff hist +640 HTTP API - Query Number of SMS Messages to Be Sent No edit summary Tag: Visual edit
- 22:1422:14, 3 May 2024 diff hist +2,381 HTTP API - Query SMS Delivery Status No edit summary Tag: Visual edit
- 21:2721:27, 3 May 2024 diff hist +2,586 HTTP API - Send SMS No edit summary Tag: Visual edit
- 21:2221:22, 3 May 2024 diff hist +560 MediaWiki:Vector.css No edit summary current
- 17:5517:55, 3 May 2024 diff hist +122 MediaWiki:Common.css No edit summary current
- 17:3417:34, 3 May 2024 diff hist +2,421 HTTP API - Push Event No edit summary Tag: 2017 source edit
- 09:2009:20, 3 May 2024 diff hist +108 Gw Docs:About No edit summary Tag: Visual edit
- 09:0409:04, 3 May 2024 diff hist +903 Gw Docs:General disclaimer No edit summary current Tag: Visual edit
- 08:2208:22, 3 May 2024 diff hist +722 MediaWiki:Vector-2022.css No edit summary current
2 May 2024
- 23:0823:08, 2 May 2024 diff hist +1,327 N HTTP API - NAT Created 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 Proxy Created 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 Status Created 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 MMS Created 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 Upload Created 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 Configuration Created 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 Configuration Created 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 Configuration Created 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 Forward Created 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.png No edit summary current
- 22:3722:37, 2 May 2024 diff hist +1,134 N HTTP API - Get Device Status Created 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 ID Created 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 Operation Created 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 Info Created 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 CDR Created 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 policy Created page with "Privacy Policy." current Tag: Visual edit
1 May 2024
- 22:4622:46, 1 May 2024 diff hist +2,919 HTTP API - FAQ No edit summary current Tag: Visual edit
- 22:3722:37, 1 May 2024 diff hist +1,388 HTTP API - Introduction No edit summary Tag: Visual edit
- 22:3222:32, 1 May 2024 diff hist +25 N File:API config.png No edit summary current
- 22:1322:13, 1 May 2024 diff hist +17 N File:API Overview.png No edit summary current
- 21:5021:50, 1 May 2024 diff hist +601 PDF Documentation No edit summary Tag: Manual revert
- 09:4509:45, 1 May 2024 diff hist 0 N File:UR GSM Gateway HTTP API-v202401.pdf No edit summary current
- 08:4008:40, 1 May 2024 diff hist +33 N File:UR VG-VoIP Gateway User Manual v3.pdf Gateway User Manual current
- 08:3608:36, 1 May 2024 diff hist +191 MediaWiki:Loginreqpagetext No edit summary current Tag: 2017 source edit
30 April 2024
- 23:1623:16, 30 April 2024 diff hist +3,075 m HTTP API - Query SMS Sending Result 1 revision imported current
- 23:1623:16, 30 April 2024 diff hist +2,324 m UR - Digit Map Syntax 1 revision imported current
- 23:1223:12, 30 April 2024 diff hist +237 N Main Page Created page with "This WIKI gives technical information about Ultiroam products: * Technical documentations * User manuals * API documentations You can contact us if any remark or comment at https://support.ultiroam.com or mail to: support@ultiroam.com." Tag: Visual edit