All public logs
Jump to navigation
Jump to search
Combined display of all available logs of Opale Wiki. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
- 23:03, 2 May 2024 Administrator talk contribs created page 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:01, 2 May 2024 Administrator talk contribs created page 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:59, 2 May 2024 Administrator talk contribs created page 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:56, 2 May 2024 Administrator talk contribs created page 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:55, 2 May 2024 Administrator talk contribs created page 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:52, 2 May 2024 Administrator talk contribs created page 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:49, 2 May 2024 Administrator talk contribs created page 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:43, 2 May 2024 Administrator talk contribs created page HTTP API - Push Event (Created page with "In the latest version, the gateway can push some events such as SMS, SMS sending results and SMS delivery status to your web server. none|thumb|594x594px Once you selected push SMS, all SMS messages received by the gateway will be pushed to your web server. The context of SMS pushing is very similar to the response of '''querying incoming sms'''. {"sn":"xxxx-xxxx-xxxx-xxxx","sms":[{"incoming_sms_id":1,"port": 1,"number":"6717","smsc":"...") Tag: Visual edit
- 22:42, 2 May 2024 Administrator talk contribs created page File:HTTP API Push Event.png
- 22:42, 2 May 2024 Administrator talk contribs uploaded File:HTTP API Push Event.png
- 22:37, 2 May 2024 Administrator talk contribs created page 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:34, 2 May 2024 Administrator talk contribs created page 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:31, 2 May 2024 Administrator talk contribs created page 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:29, 2 May 2024 Administrator talk contribs created page 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:26, 2 May 2024 Administrator talk contribs created page 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
- 22:23, 2 May 2024 Administrator talk contribs created page HTTP API - Set Port Information of Gateway (Created page with "==== 9.1 Request ==== '''GET <nowiki>https://gateway_ip/api/set_port_info</nowiki>''' ==== 9.2 Request Parameter ==== {| class="wikitable" |'''Parameter''' |'''Type''' |'''Description''' |- | colspan="3" |'''Required Parameter''' |- |action |String |Action could be slot, reset or power Slot: choose a slot (when the gateway is a multi-sim gateway) Reset: reset the gsm/cdma/wcdma module Power: turn on or turn off the gsm/cdma/wcdma modul...") Tag: Visual edit
- 22:19, 2 May 2024 Administrator talk contribs created page HTTP API - Get Port Information of Gateway (Created page with "==== 9.1 Request ==== '''GET <nowiki>https://gateway_ip/api/get_port_info</nowiki>''' '''9.2 Request Parameter''' {| class="wikitable" |'''Parameter''' |'''Type''' |'''Description''' |- | colspan="3" |'''Required Parameter''' |- |info_type |Array of Strings |Strings; each string cloud be any of the following strings: type,imei,imsi,iccid,number,reg,slot,callstate, signal,gprs,remain_credit,remain_monthly_credit,remain _daily_credit,remain_dai...") Tag: Visual edit
- 22:17, 2 May 2024 Administrator talk contribs created page HTTP API - Stop SMS Sending Task (Created page with "==== 9.1 Request ==== '''GET <nowiki>https://gateway_ip/api/stop_sms</nowiki>''' ==== 9.2 Request Parameter ==== {| class="wikitable" |'''Parameter''' |'''Type''' |'''Description''' |- | colspan="3" |'''Required Parameter''' |- |task_id |Integer |The ID of the task to be stopped, which corresponds with the task-id carried in the response of SMS sending request |} ==== 9.3 Response Parameter ==== {| class="wikitable" |'''Parameter''' |'''Type''' |''...") Tag: Visual edit
- 22:12, 2 May 2024 Administrator talk contribs created page HTTP API - Query USSD Reply (Created page with "8.1 '''Request''' '''GET <nowiki>https://gateway_ip/api/query_ussd_reply</nowiki>''' ==== 8.2 Request Parameter ==== {| class="wikitable" |'''Parameter''' |'''Type''' |'''Description''' |- | colspan="3" |'''Required Parameter''' |- |port |Array |Port(s) for querying USSD reply Each port should be an integer ranging from 0 to 31 |} ==== 8.3 Response Parameter ==== {| class="wikitable" |'''Parameter''' |'''Type''' |'''Description''' |- |error_cod...") Tag: Visual edit
- 22:07, 2 May 2024 Administrator talk contribs created page HTTP API - Send USSD (Created page with "==== 4.1 Request ==== '''POST <nowiki>https://gateway_ip/api/send_ussd</nowiki>''' ==== 4.2 Request Parameter ==== {| class="wikitable" |'''Parameter''' |'''Type''' |'''Description''' |- | colspan="3" |'''Required Parameter''' |- |text |String |The content of SMS message to be sent; its length should not exceed 60 bytes. When command is "send", text should not be empty; when command is "cancel", text can be empty. |- |port |Array of Integers |Port(s) f...") Tag: Visual edit
- 21:53, 2 May 2024 Administrator talk contribs created page Gw Docs:Privacy policy (Created page with "Privacy Policy.") Tag: Visual edit
- 21:35, 2 May 2024 Administrator talk contribs created page Gw Docs:General disclaimer (Created page with "You may only use our name and marks (meaning our logos, mascots, and copyrighted images) according to our Brand Guidelines. You may not alter or remove any proprietary notices in our marks. You won’t use our name or marks in your Integration name or logo, or in any way that implies an endorsement by us (that includes putting your logo on Freddie). If you use our marks to create your logo or name, you’ll immediately assign those rights to us at no expense. Disclaimer...")
- 21:22, 2 May 2024 Administrator talk contribs changed group membership for Philippe from bureaucrat to writer
- 18:52, 2 May 2024 Administrator talk contribs created page Gw Docs:About (Created page with "(C) Ultiroam SAS and Its Partners. Information provided by Partners under the own copyright informations.") Tag: Visual edit
- 18:30, 2 May 2024 Administrator talk contribs changed group membership for Philippe from writer to bureaucrat
- 17:32, 2 May 2024 User account Phlippe talk contribs was created
- 23:08, 1 May 2024 Administrator talk contribs created page HTTP API - Receive SMS (Created page with "==== 4.1 Request ==== '''GET <nowiki>https://gateway_ip/api/query_incoming_sms</nowiki>''' 4.2 Request Parameter {| class="wikitable" |'''Parameter''' |'''Type''' |'''Description''' |- | colspan="3" |'''Optional Parameter''' |- |incoming_sms_id |Integer |It is an integer greater than 0 When a SMS server/client request for SMS messages, the gateway will return the messages whose ID are greater than this value to SMS server/client Default value is 0 |-...") Tag: Visual edit
- 23:03, 1 May 2024 Administrator talk contribs created page HTTP API - Query Number of SMS Messages to Be Sent (Created page with "'''GET <nowiki>https://gateway_ip/api/query_sms_in_queue</nowiki>''' ==== 4.2 Request Parameter ==== None ==== 4.3 Response Parameter ==== {| class="wikitable" |'''Parameter''' |'''Type''' |'''Description''' |- |error_code |Integer |Codes that may be returned: 200:Request has been accepted and processed 500: Other errors |- |sn |String |SN of the gateway |- |in_queue |Integer |Number of SMS messages waiting to be sent |} ==== 4.4 Example of...") Tag: Visual edit
- 22:53, 1 May 2024 Administrator talk contribs created page HTTP API - Query SMS Delivery Status (Created page with "3.1 '''Request''' = 2 Query SMS Sending Result = '''POST <nowiki>https://gateway_ip/api/query_sms_result</nowiki>''' ==== 3.2 Request Parameters ==== {| class="wikitable" |'''Parameter''' |'''Type''' |'''Description''' |- | colspan="3" |'''Optional Parameter''' |- |number |Array of Strings |The number of the string arrays should not exceed 32, while the length of each string should not be more than 24 bytes. |- |port |Array...") Tag: Visual edit
- 22:43, 1 May 2024 Administrator talk contribs created page HTTP API - FAQ (Created page with "==== 9.1 How can you specify a port for sending SMS? ==== When you need to specify a port for sending SMS, you can set port parameter in the SMS sending request. If you don’t need to send SMS through a specific port, port parameter is not necessary. ==== 9.2 How to match an SMS sending result with an SMS sending request? ==== It is advised to use user_id in the SMS sending request. You can use different user id when SMS is sent to a different t...") Tag: Visual edit
- 22:32, 1 May 2024 Administrator talk contribs created page File:API config.png
- 22:32, 1 May 2024 Administrator talk contribs uploaded File:API config.png
- 22:14, 1 May 2024 Administrator talk contribs created page HTTP API - Introduction (Created page with "border|left|thumb") Tag: Visual edit
- 22:13, 1 May 2024 Administrator talk contribs created page File:API Overview.png
- 22:13, 1 May 2024 Administrator talk contribs uploaded File:API Overview.png
- 16:44, 1 May 2024 Administrator talk contribs deleted page File:Execute.PNG
- 14:47, 1 May 2024 Administrator talk contribs created page File:Ultiroam UBOX200-Preliminary.pdf
- 14:47, 1 May 2024 Administrator talk contribs uploaded File:Ultiroam UBOX200-Preliminary.pdf
- 09:45, 1 May 2024 Administrator talk contribs created page File:UR GSM Gateway HTTP API-v202401.pdf
- 09:45, 1 May 2024 Administrator talk contribs uploaded File:UR GSM Gateway HTTP API-v202401.pdf
- 08:44, 1 May 2024 Administrator talk contribs deleted page File:Goto List.png
- 08:44, 1 May 2024 Administrator talk contribs deleted page File:Tests tab.png
- 08:40, 1 May 2024 Administrator talk contribs created page File:UR VG-VoIP Gateway User Manual v3.pdf (Gateway User Manual)
- 08:40, 1 May 2024 Administrator talk contribs uploaded File:UR VG-VoIP Gateway User Manual v3.pdf (Gateway User Manual)
- 08:39, 1 May 2024 Administrator talk contribs created page PDF Documentation (Created page with "[https://www.dropbox.com/scl/fi/cc4k2089w532tscwu7qtt/UR-VG-VoIP-Gateway-User-Manual-v3.pdf?rlkey=ntbgtv9u3tpwuenrosc8531nz&dl=0]") Tag: Visual edit
- 08:29, 1 May 2024 Administrator talk contribs created page MediaWiki:Loginreqpagetext (Created page with "Please $1 to view other pages. Coucou !") Tag: 2017 source edit
- 23:16, 30 April 2024 Administrator talk contribs imported HTTP API - Query SMS Sending Result by file upload (1 revision)
- 23:16, 30 April 2024 Administrator talk contribs imported HTTP API - Send SMS by file upload (1 revision)
- 23:16, 30 April 2024 Administrator talk contribs imported UR - Digit Map Syntax by file upload (1 revision)
- 23:12, 30 April 2024 Administrator talk contribs created page 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