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).
- 17:20, 26 March 2025 Administrator talk contribs created page R2D2 - PlaceCallAndWaitConnect (Created page with " This command allows to accept an incoming call once presented on the specified port. '''COMMAND''' {| class="wikitable" !Command !Line Arguments !Returns |- |AcceptCall |PortIndex |Error Code in case of error. |} '''OUTPUT''' Command status: <br> "%s\n", status (CONNECTED or NO INCOMING CALL) '''EXAMPLE''' <syntaxhighlight lang="text"> ~# AcceptCall 0<br> CONNECTED<br> ~# AcceptCall 2<br> NO INCOMING CALL </syntaxhighlight> Category:Voice") Tag: 2017 source edit
- 17:19, 26 March 2025 Administrator talk contribs created page R2D2 - PlaceCallAndPlay (Created page with "This command places a new call from the specified GSM port and plays a voice WAV file (sample rate 8kHz, mono, 8 bits per sample, block-align 1, A-LAW coding). The PlaceCallAndPlay command return once the call is connected and voice starts to play. Voice Wav file is played continuously until specified call duration or optional timeout expire. '''COMMAND''' {| class="wikitable" !Command !Line Arguments !Returns |- |PlaceCallAndPlay |PortIndex, Destination number, Voi...") Tag: 2017 source edit
- 17:08, 26 March 2025 Administrator talk contribs created page R2D2 - PlaceCall (Created page with " This command allows to accept an incoming call once presented on the specified port. '''COMMAND''' {| class="wikitable" !Command !Line Arguments !Returns |- |PlaceCall |PortIndex |Error Code in case of error. |} '''OUTPUT''' Command status: <br> "%s\n", status (CONNECTED or NO INCOMING CALL) '''EXAMPLE''' <syntaxhighlight lang="text"> ~# PlaceCall 0 0612345678<br> </syntaxhighlight> Category:Voice") Tag: 2017 source edit
- 17:05, 26 March 2025 Administrator talk contribs created page R2D2 : HangupCall (Created page with "This command hangs up the call on the specified GSM port. '''COMMAND''' {| class="wikitable" !Command !Line Arguments !Returns |- |HangupCall |PortIndex |Error Code in case of error. |} '''OUTPUT''' None '''EXAMPLE'''<syntaxhighlight lang="text"> ~# HangupCall 1 </syntaxhighlight>") Tag: Visual edit
- 17:01, 26 March 2025 Administrator talk contribs created page R2D2 - GetGsmAudioMode (Created page with " This command allows to get the audio mode configuration on a given port. '''COMMAND''' {| class="wikitable" !Command !Line Arguments !Returns |- |GetGsmAudioMode |PortIndex |Error Code in case of error. |} '''OUTPUT''' Audio mode currently configured on the specified port. '''EXAMPLE''' <syntaxhighlight lang="text"> ~ # GetGsmAudioMode 1 USB </syntaxhighlight> Category:Voice") Tag: 2017 source edit
- 16:23, 26 March 2025 Administrator talk contribs created page R2D2 - AcceptCall (Created page with " This command allows to accept an incoming call once presented on the specified port. == COMMAND == {| class="wikitable" !Command !Input arguments !Returns {{:AcceptCall Synopsis}} |} == OUTPUT == Command status: "%s\n", status (CONNECTED or NO INCOMING CALL) == EXAMPLE == ~# AcceptCall 0 CONNECTED ~# AcceptCall 2 NO INCOMING CALL {{Voice Call}}") Tag: Visual edit
- 12:40, 14 January 2025 Administrator talk contribs created page File:Image Load Firmware.png
- 12:40, 14 January 2025 Administrator talk contribs uploaded File:Image Load Firmware.png
- 13:15, 22 December 2024 Administrator talk contribs uploaded a new version of File:SIMCloud User Manual - v2.1-UR.pdf
- 00:04, 22 December 2024 Administrator talk contribs created page File:SIMCloud User Manual - v2.1-UR.pdf
- 00:04, 22 December 2024 Administrator talk contribs uploaded File:SIMCloud User Manual - v2.1-UR.pdf
- 08:46, 19 August 2024 Administrator talk contribs undeleted page UR - Gateway Telnet Traces (5 revisions)
- 08:45, 19 August 2024 Administrator talk contribs deleted page UR - Gateway Telnet Traces (content was: "'''Firstly you need to create a Telnet session to the UR Gateway.''' Then enter the following commands:<syntaxhighlight lang="text"> ROS>en ROS#sh detail ROS#^config ROS(config)#deb port all ROS(config)#ex ROS#^ada ROS(ada)#cmd 53 19 x y 0 ROS(ADA)#turnon 84 ROS(ADA)#turnon 53 </syntaxhighlight>'''x''' and '''y''' values above have to be replaced by '''fi...", and the only contributor was "Administrator" (talk))
- 08:44, 19 August 2024 Administrator talk contribs moved page UR - Debug Gateway to UR - Gateway Telnet Traces
- 14:38, 13 August 2024 Administrator talk contribs created page UR - Debug Gateway (Created page with "Firstly you need to create a Telnet session to the UR Gateway. Then enter the following commands:") Tag: 2017 source edit
- 15:21, 17 June 2024 Administrator talk contribs created page File:Gateway stats.png
- 15:21, 17 June 2024 Administrator talk contribs uploaded File:Gateway stats.png
- 15:15, 17 June 2024 Administrator talk contribs created page UR - Firmware Update (Created page with "This explains how to upgrade an UR Gateway: * First, you should have received a firmware file from us, but mail or through a support ticket, * You must have access to the gateway that need to be upgrade, and have access to is web management interface, * then, Save the received firmware file in a local directory of your PC. border|left|thumb|671x671px") Tag: Visual edit
- 15:15, 17 June 2024 Administrator talk contribs created page File:Gateway update.png
- 15:15, 17 June 2024 Administrator talk contribs uploaded File:Gateway update.png
- 23:45, 8 June 2024 Administrator talk contribs created page R2D2 - DisconnectData (Created page with "This command establishes data session on the specified port. The command waits until the data session is established or the expiration of a timeout value. The timeout value is the greater from the General timeout value or the timeout value specified in the SetDataParameters command. '''COMMAND:''' {| class="wikitable" !Command !Input Arguments !Returns |- |ConnectData |Port index |In case of Error, returns Error Codes |} '''OUTPUT:''' None. ''...") Tag: 2017 source edit
- 23:41, 8 June 2024 Administrator talk contribs created page R2D2 - GetDataParameters (Created page with "This command send a specified text as a SMS to a specified destination number. Text should be entered with double quotes, coded as UTF-8. The SMS Center number can be specified as an optional parameter as well as an optionnal Timeout value in seconds. Command exits as soon as the SMS is sent. '''COMMAND:''' {| class="wikitable" !Command !Input Arguments !Returns |- |GetDataParameters |PortIndex |In case of Error, returns Error Codes |} '''OUTPUT:...") Tag: Visual edit
- 23:32, 8 June 2024 Administrator talk contribs created page R2D2 - SetDataParameters (Created page with "This command configures PDP parameters for data session on the specified GSM port; APN Name, PDP User Name, PDP password, connection timeout (seconds), PDP Header Compression flag, PDP Data Compression flag, IP Address, IP Network Mask, Primary DNS and Secondary DNS. These parameters are used in all further Data sessions. '''COMMAND:''' {| class="wikitable" !Command !Input Arguments !Returns |- |SetDataParameters |Port index APN, UserName Password [Timeout PDP_Header_Co...") Tag: Visual edit
- 23:02, 8 June 2024 Administrator talk contribs created page R2D2 - GetDataStatus (Created page with "This command returns status of data session on the specified GSM port. If GSM port is not registered to mobile network, command returns status of GSM port. '''COMMAND:''' {| class="wikitable" !Command !Input Arguments !Returns |- |GetDataStatus |Port index |In case of Error, returns Error Codes |} '''OUTPUT:''' None. '''EXAMPLE:'''<syntaxhighlight lang="text"> ~# GetDataStatus 0 CONNECTED Address: 10.157.160.161 Dns1: 212.27.40.240 Dns2: 212.27.4...") Tag: Visual edit
- 21:44, 8 June 2024 Administrator talk contribs created page R2D2 - ConnectData (Created page with "This command connect the data on the selected port. '''COMMAND:''' {| class="wikitable" !Command !Input Arguments !Returns |- |ConnectData |Port index |In case of Error, returns Error Codes |} '''OUTPUT:''' None. '''EXAMPLE:'''<syntaxhighlight lang="text"> ~# ConnectData 0 DATA UP: IP Address: 10.157.160.161 IP Netmask: 255.255.255.252 IP Default Gateway: 10.157.160.161 IP DNS1: 212.27.40.240 IP DNS2: 212.27.40.241 </syntaxhighlight>") Tag: Visual edit
- 23:15, 5 June 2024 Administrator talk contribs created page R2D2 - SetSmsCenter (Created page with "This command gets SMS Center number set in the robot and the one set in the SIM for the specified GSM port. {| class="wikitable" !Command !Input Arguments !Returns |- |SetSmsCenter |PortIndex SMSCenter |SMS Center values defined |} '''OUTPUT:''' SMSC number sets in R2D2 device followed by the SMSC number sets in the SIM used by the robot. '''EXAMPLE:''' ~# GetSMSCenter 0 +333600100100 / +333600100100 OR '''OR:''' ~# GetSMSCenter 0 SMSC not set / +33689004000") Tag: Visual edit
- 22:59, 5 June 2024 Administrator talk contribs created page R2D2 - GetSmsCenter (Created page with "DESCRIPTION[edit | edit source] This command gets SMS Center number set in the robot and in the SIM for the specified GSM port. COMMAND[edit | edit source] Command Input arguments Returns GetSmsCenter Port index SMS Center OUTPUT[edit | edit source] SMSC number sets in R2D2 device and SMSC number sets in the SIM used by the robot. EXAMPLE[edit | edit source] ~# GetSMSCenter 0 +333600100100 / +333600100100 ~# GetSMSCenter 7 +333600100100 / SMSC unknown GetSmsCenter Remote") Tag: 2017 source edit
- 22:29, 5 June 2024 Administrator talk contribs created page R2D2 - SendSmsText (Created page with "{{API}}") Tag: Visual edit
- 22:25, 5 June 2024 Administrator talk contribs created page Template:API (Created page with "This places an AT Command to the specified modem port. '''COMMAND:''' {| class="wikitable" !Command !Input Arguments !Returns |- |SendAtCommand |Port index, ATCommand (*) |Issue an AT Command to the specified module. |} (*) Note that the ATCommand must be entered with quotes if the AT Command itself includes double quotes or spaces. See below. '''OUTPUT:''' Response from the modem to the AT command. '''EXAMPLE:'''<syntaxhighlight lang="text"> ~# SendAtCommand 0, "...") Tag: 2017 source edit
- 12:28, 4 June 2024 Administrator talk contribs created page R2D2 - SendAtCommand (Created page with "This command sets/gets GSM auto registration mode. If it is enabled GSM port will automatically try to register to GSM network, otherwise will wait explicit command (SelectGsmOperator) in order to do this. If mode parameter is not specified command will return current auto registration mode. '''COMMAND:''' {| class="wikitable" !Command !Input Arguments !Returns |- |GsmRegistrationMode |Port index, [Registration mode] |Command status or the actual Registration mode...") Tag: 2017 source edit
- 18:24, 3 June 2024 Administrator talk contribs created page R2D2 HTTP API (Created page with "The R2D2 API can be accessed through a HTTP Interface. F") Tag: Visual edit
- 14:52, 31 May 2024 Administrator talk contribs created page SMS Application List (Created page with "You will find here a list of available SMS Applications from the Market either paid or free. '''Note that this list is purely indicative.''' '''The fact that any application is or not listed here, shall not constitute a warranty of any kind'''. {| class="wikitable" !Application Name !Commercial Y/N !Operating System !Link to site |- |Ozeko |Yes |Windows |[https://ozeki.hu/p_1156-ozeki-sms-server.html Ozeki SMS Server] |- | | | | |- | | | | |} To request a change/addit...") Tag: Visual edit
- 16:07, 30 May 2024 Administrator talk contribs deleted page File:Image2.png (content was: "R2D2 Architecture", and the only contributor was "Administrator" (talk))
- 15:30, 30 May 2024 Administrator talk contribs created page File:Image.png
- 15:30, 30 May 2024 Administrator talk contribs uploaded File:Image.png
- 16:04, 26 May 2024 Administrator talk contribs created page UR Gateways - FAQ (Created page with "==== 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. ==== 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 telephone number, and then SMS se...") Tag: 2017 source edit
- 13:07, 26 May 2024 Administrator talk contribs moved page Sales resources to Sales Resources
- 12:58, 26 May 2024 Administrator talk contribs created page Sales resources (Created page with "CGV EN CGV FR") Tag: 2017 source edit
- 10:32, 25 May 2024 Administrator talk contribs moved page CGV EN to CGV FR
- 10:22, 25 May 2024 Administrator talk contribs created page CGV EN (Created page with "'''Conditions générales de ventes Ultiroam France''' NOS VENTES SONT SOUMISES AUX PRESENTES CONDITIONS GENERALES, DONT UN EXEMPLAIRE EST SYSTEMATIQUEMENT REMIS A CHAQUE CLIENT POUR LUI PERMETTRE DE PASSER COMMANDE. PAR CONSEQUENT, LE FAIT DE PASSER COMMANDE IMPLIQUE L’ADHESION ENTIERE ET SANS RESERVE DU CLIENT AUX PRESENTES CONDITIONS GENERALES DE VENTE. LES PRESENTES CONDITIONS GENERALES DE VENTE PREVALENT SUR TOUT AUTRE FORMULAIRE OU DOCUMENT. # '''Prise de com...") Tag: 2017 source edit
- 08:19, 15 May 2024 Administrator talk contribs moved page R2D2 RDR File to R2D2 - RDR File
- 08:13, 15 May 2024 Administrator talk contribs created page R2D2 RDR File (Created page with "=== R2D2 RDR File === R2D2 generates also GSM Authentication log file (/var/log/R2D2.RDR); each time one port/SIM is authenticated by Network a line is written in this log: authentication_date; authentication_time; port; SIM_ICCID; PLMN Example: 25-02-2014;07:40:08:319;5;8938105213114235613;22005 25-10-2012;08:57:50:345;1;89381030000161069457;0<ref name="PLMN_null">PLMN is 0 on the first GSM Authentication</ref> 25-10-2012;13:37:38:963;1;89381030000161069457;0<ref n...") Tag: 2017 source edit
- 23:02, 14 May 2024 Administrator talk contribs created page CME Error (Created page with "{| class="wikitable" |- ! '''Error ''' || '''Description''' |- | 0||Phone failure |- | 1||No connection to phone |- | 2||Phone adapter link reserved |- | 3||Operation not allowed |- | 4||Operation not supported |- | 5||PH_SIM PIN required |- | 6||PH_FSIM PIN required |- | 7||PH_FSIM PUK required |- | 10||SIM not inserted |- | 11||SIM PIN req...") Tag: 2017 source edit
- 23:00, 14 May 2024 Administrator talk contribs created page R2D2 - CDR Data (Created page with "==R2D2 Data log file== IRON R2D2 generates a line in Data log file (/var/log/R2D2_DATA.CDR) for each Data (PDP) session, with the information from this session. Here is an example of such line from Data log file: 13-12-2012;14:17:48;3;SFR;10.110.136.95;0;4096;126641;147;8935299574110426123;;22002;52001;32334;WCDMA2100;270996211041234 {| class="wikitable" |- ! Index !! Field Name !! Description!! Example |- |1||Date||Local date of PDP session start||13-12-2012 |- |2||T...") Tag: 2017 source edit
- 22:47, 14 May 2024 Administrator talk contribs created page R2D2 - StopGsmPort (Created page with "This command starts the specified GSM port when a local sim card is used. '''COMMAND:''' {| class="wikitable" !Command !Input Arguments !Returns |- |StartGsmPort |PortIndex |Error Code in case of error |} '''OUTPUT:''' None. '''EXAMPLE:'''<BR>~# StartGsmPort 0") Tag: 2017 source edit
- 22:44, 14 May 2024 Administrator talk contribs created page R2D2 - StartGsmPort (Created page with "This command allows to attach a SIM to the GSM network. '''COMMAND:''' {| class="wikitable" !Command !Input Arguments !Returns |- |ImsiAttach |PortIndex |Error Code in case of error |} '''OUTPUT:''' None. '''EXAMPLE:''' ~#IMSIAttach 0 OK ~#IMSIAttach 1 IMSI NOT DETACHED<BR>") Tag: 2017 source edit
- 22:20, 14 May 2024 Administrator talk contribs moved page ImsiStatus to R2D2 - ImsiStatus
- 22:13, 14 May 2024 Administrator talk contribs created page ImsiStatus (Created page with "This command allows to attach a SIM to the GSM network. '''COMMAND:''' {| class="wikitable" !Command !Input Arguments !Returns |- |ImsiAttach |PortIndex |Error Code in case of error |} '''OUTPUT:''' None. '''EXAMPLE:''' ~#IMSIAttach 0 OK ~# IMSIAttach 1 IMSI NOT DETACHED<BR>") Tag: 2017 source edit
- 22:10, 14 May 2024 Administrator talk contribs created page R2D2 - ImsiDetach (Created page with "This command allows to attach a SIM to the GSM network. '''COMMAND:''' {| class="wikitable" !Command !Input Arguments !Returns |- |ImsiAttach |PortIndex |Error Code in case of error |} '''OUTPUT:''' None. '''EXAMPLE:''' ~#IMSIAttach 0 OK ~# IMSIAttach 1 IMSI NOT DETACHED<BR>") Tag: 2017 source edit
- 22:02, 14 May 2024 Administrator talk contribs created page R2D2 - ImsiAttach (Created page with "This command writes to the standard output the modem information (manufacturer, model type, firmware version) of the specified GSM port. '''COMMAND:''' {| class="wikitable" !Command !Input Arguments !Returns |- |GetModemInfo |PortIndex |Modem info (Manufacturer, Model type, Firmware version) |} '''OUTPUT:''' GSM port call information in the following format:<br> “Manufacturer: %s\nModem type: %s\nFirmware version: %s\n”,manufacturer, model, version '''EXAMPLE:'''...") Tag: 2017 source edit