New pages

Jump to navigation Jump to search
New pages
Hide registered users | Hide bots | Show redirects
(newest | oldest) View (newer 50 | ) (20 | 50 | 100 | 250 | 500)
  • 22:18, 3 April 2025Opale Wiki:Privacy policy (hist | edit) ‎[2,220 bytes]Administrator (talk | contribs) (Created page with "Privacy Policy.") Tag: Visual edit
  • 22:17, 3 April 2025Opale Wiki:General disclaimer (hist | edit) ‎[901 bytes]Administrator (talk | contribs) (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. '''Disclaimer''' To the maximum extent permitted by law, we provide the APIs as-is. That means we don’t provide warranties of any kind, either express or implied, i...") Tag: Visual edit
  • 22:15, 3 April 2025Opale Wiki:About (hist | edit) ‎[115 bytes]Administrator (talk | contribs) (Created page with "(C) Opale Systems SAS and/or Its Partners. Information provided by Partners under their own copyright information.") Tag: Visual edit
  • 10:20, 2 April 2025RouteSipToGsmPort (hist | edit) ‎[1,445 bytes]Administrator (talk | contribs) (Created page with "This command creates or deletes rule for routing incoming SIP call from the specified SIP device on the specified GSM Port. SIP device is identified with its IP address, port_index parameter defines which GSM port will be used for outgoing calls. sip_device_ip_address and port_index may have value "ANY" which means that incoming SIP call will be accepted from ANY SIP device and will be routed on ANY available GSM port. Last optional parameter (default : "ADD") defines i...") Tag: Visual edit
  • 10:15, 2 April 2025RouteGsmPortToSip (hist | edit) ‎[1,235 bytes]Administrator (talk | contribs) (Created page with "This command creates or deletes rule for routing incoming call on GSM port defined by port_index on given SIP device. SIP device is defined with parameter sip_device_ip_address which is in format: IPAddress[:listeningPort]. Called number is defined with parameter destination_number (this number will be used in the SIP To header in INVITE message). Last parameter in the command defines if rule will be created ("ADD") or deleted ("REMOVE"). It is optional and its default...") Tag: Visual edit
  • 10:10, 2 April 2025GsmRoutePrint (hist | edit) ‎[432 bytes]Administrator (talk | contribs) (Created page with "This command suppresses pin code lock on the SIM. '''COMMAND''' {| class="wikitable" !Command !Line Arguments !Returns |- |'''DisablePinLock''' |Port index, PINCode |Error Code in case of error. |} '''OUTPUT''' None '''EXAMPLE'''<syntaxhighlight lang="text"> ~# DisablePinLock 0 "1234" OK </syntaxhighlight> Category:R2D2 Category:SIM") Tag: 2017 source edit
  • 10:09, 2 April 2025SetVolteParameters (hist | edit) ‎[1,119 bytes]Administrator (talk | contribs) (Created page with "This command allows to set all VoLTE parameters for a dedicated port and restart the modem if it is mandatory. For voice call, the modem can be configured to either (CSFB, VOLTE or AUTO) : * accept the fallback in circuit switch (2G/3G), * force in VoLTE * automatic mode. IMS APN, UserName, Password, Authentication type and the PDP Type are optional parameters. The Authentication type can be NONE, PAP, CHAP or PAP_CHAP and the PDP type can take the value IPV4 or...") Tag: Visual edit
  • 09:56, 2 April 2025SetSimLocation (hist | edit) ‎[1,108 bytes]Administrator (talk | contribs) (Created page with "This command allocates a remote SIM card to a specified GSM port. Depending on the allocation mode, ICCID, IMSI or Remote SIM IP address,location and sublocationshould be specified. Available Modes are SIM_ICCID, SIM_LOCATION, SIM_EMUL or SIM_UNALLOCATE. Mode SIM_EMUL is used when 2G Full Simulation is configured for specified GSM port; in this case emulated ICCID and IMSI are specified. '''COMMAND''' {| class="wikitable" !Command !Line Arguments !Returns |- |'...") Tag: Visual edit
  • 09:49, 2 April 2025SetDefaultPinCode (hist | edit) ‎[729 bytes]Administrator (talk | contribs) (Created page with "This command sets a default PIN code for the specified GSM port. '''COMMAND''' {| class="wikitable" !Command !Line Arguments !Returns |- |'''SetDefaultPinCode''' |Port index, PINCode |Error Code in case of error. |} '''OUTPUT''' Command status in the following format: "%s\n", command_status '''EXAMPLE'''<syntaxhighlight lang="text"> ~# SetDefaultPinCode 0 "0000" OK </syntaxhighlight>'''COMMAND''' {| class="wikitable" !Command !Line Arguments !R...") Tag: Visual edit
  • 09:45, 2 April 2025GetSimTMSI (hist | edit) ‎[401 bytes]Administrator (talk | contribs) (Created page with "This command gets TMSI number of the SIM card allocated on the specified GSM port. '''COMMAND''' {| class="wikitable" !Command !Line Arguments !Returns |- |'''DisablePinLock''' |Port index, PINCode |Error Code in case of error. |} '''OUTPUT''' None '''EXAMPLE'''<syntaxhighlight lang="text"> ~# DisablePinLock 0 "1234" OK </syntaxhighlight> Category:R2D2 Category:SIM") Tag: 2017 source edit
  • 09:44, 2 April 2025GetSimLocation (hist | edit) ‎[501 bytes]Administrator (talk | contribs) (Created page with "This command provides remote SIM location information on the specified GSM port. (Requires RemoteSIM Licence) '''COMMAND''' {| class="wikitable" !Command !Line Arguments !Returns |- |'''GetSimLocation''' |Port index |RemoteSIM IP address, loc/subloc |} '''OUTPUT''' Command output in the following format: “%s %d %d\n”, sim_rack_ip_addr, board, slot '''EXAMPLE'''<syntaxhighlight lang="text"> ~# GetSimLocation 2 10.58.45.6 2 1 </syntaxhighlight>") Tag: Visual edit
  • 09:39, 2 April 2025GetSimIMSI (hist | edit) ‎[401 bytes]Administrator (talk | contribs) (Created page with "This command suppresses pin code lock on the SIM. '''COMMAND''' {| class="wikitable" !Command !Line Arguments !Returns |- |'''DisablePinLock''' |Port index, PINCode |Error Code in case of error. |} '''OUTPUT''' None '''EXAMPLE'''<syntaxhighlight lang="text"> ~# DisablePinLock 0 "1234" OK </syntaxhighlight>") Tag: Visual edit
  • 09:37, 2 April 2025GetSimICCID (hist | edit) ‎[411 bytes]Administrator (talk | contribs) (Created page with "This command suppresses pin code lock on the SIM. '''COMMAND''' {| class="wikitable" !Command !Line Arguments !Returns |- |'''DisablePinLock''' |Port index, PINCode |Error Code in case of error. |} '''OUTPUT''' None '''EXAMPLE'''<syntaxhighlight lang="text"> ~# DisablePinLock 0 "1234" OK </syntaxhighlight> Category:R2D2 Category:SIM") Tag: 2017 source edit
  • 09:34, 2 April 2025GetPinLockStatus (hist | edit) ‎[443 bytes]Administrator (talk | contribs) (Created page with "This command gives the status of the pin code lock on the SIM. '''COMMAND''' {| class="wikitable" !Command !Line Arguments !Returns |- |'''GetPinLockStatus''' |Port index |PIN locking status |} '''OUTPUT''' PinLock status in the following format: "%s\n", status '''EXAMPLE'''<syntaxhighlight lang="text"> ~# GetPinLockStatus 0 PIN LOCK ENABLED ~# GetPinLockStatus 1 PIN LOCK DISABLED </syntaxhighlight>") Tag: Visual edit
  • 09:33, 2 April 2025GetIMEI (hist | edit) ‎[378 bytes]Administrator (talk | contribs) (Created page with "This command gets module IMEI number for the specified GSM port. '''COMMAND''' {| class="wikitable" !Command !Line Arguments !Returns |- |'''GetIMEI''' |Port index |GSM port IMEI |} '''OUTPUT''' Command output in the following format: "%s\n", imei '''EXAMPLE'''<syntaxhighlight lang="text"> ~# GetIMEI 1 895825000699682 </syntaxhighlight>") Tag: Visual edit
  • 09:31, 2 April 2025EnterPUKCode (hist | edit) ‎[376 bytes]Administrator (talk | contribs) (Created page with "This command allows to enter a PUK code. '''COMMAND''' {| class="wikitable" !Command !Line Arguments !Returns |- |'''EnterPUKCode''' |Port index, PIN code, PUK code |Error Code in case of error. |} '''OUTPUT''' None '''EXAMPLE'''<syntaxhighlight lang="text"> ~# EnterPUKCode 0 "12345678" "1234" OK </syntaxhighlight>") Tag: Visual edit
  • 09:29, 2 April 2025EnablePinLock (hist | edit) ‎[366 bytes]Administrator (talk | contribs) (Created page with "This command activates pin code lock on the SIM. '''COMMAND''' {| class="wikitable" !Command !Line Arguments !Returns |- |'''DisablePinLock''' |Port index, PINCode |Error Code in case of error. |} '''OUTPUT''' None '''EXAMPLE'''<syntaxhighlight lang="text"> ~# DisablePinLock 0 "1234" OK </syntaxhighlight> Category:R2D2 Category:SIM") Tag: 2017 source edit
  • 09:27, 2 April 2025DisablePinLock (hist | edit) ‎[369 bytes]Administrator (talk | contribs) (Created page with "This command suppresses pin code lock on the SIM. '''COMMAND''' {| class="wikitable" !Command !Line Arguments !Returns |- |'''SendMms''' |Port index, Destination number, FilePath1, [FilePath2, FilePath3, FilePath4, Subject, Timeout, CcNUmbers, BccNUmbers] |Error Code in case of error. |} '''OUTPUT''' None '''EXAMPLE'''<syntaxhighlight lang="text"> ~# SendSMmsText 0 0612345678 "/mnt/sdcard/data/testmms" SMS SENT </syntaxhighlight> Category:R2D...") Tag: 2017 source edit
  • 09:24, 2 April 2025SendMmsMessage (hist | edit) ‎[2,222 bytes]Administrator (talk | contribs) (Created page with "This command sends a specified MMS message from the specified GSM port. Data session should be UP on the specified GSM port with appropriate APN and MMS parameters set to send MMS out. MMS message is composed from the content of the specified media files that cab be of the following File Type: UTF8, UTF16, UCS2, US_ASCII, JPEG, GIF, TIFF, PNG, WBMP, SMIL or SPECIFIC. Up to four media files can be specified. All email and number parameters can contain multiple addresses...") Tag: Visual edit
  • 09:18, 2 April 2025SetMmsParameters (hist | edit) ‎[499 bytes]Administrator (talk | contribs) (Created page with "This command sets MMS Center address, MMS proxy address, MMS expiration time and sending timeout for the specified GSM port. '''COMMAND''' {| class="wikitable" !Command !Line Arguments !Returns |- |'''SetMmsParameters''' |Port index, MMSC URL, [MMS Proxy Expiry, Timeout] |Error Code in case of error. |} '''OUTPUT''' None '''EXAMPLE'''<syntaxhighlight lang="text"> ~# SetMmsParameters 0 "http://mmsc.mobilecompany.org/" </syntaxhighlight>") Tag: Visual edit
  • 09:16, 2 April 2025SendMmsTextAndWaitDelivery (hist | edit) ‎[1,128 bytes]Administrator (talk | contribs) (Created page with "This command sends a specified MMS message from the specified GSM port. Data session should be UP on the specified GSM port with appropriate APN and MMS parameters set to send MMS out. This command sends MMS text to the specified destination number, with specified text (entered between double quotes, coded as UTF-8), from the specified GSM port. The MMS title can be specified as an optional parameter. For this MMS the Delivery Report is requested. Command waits until...") Tag: Visual edit
  • 09:12, 2 April 2025SendMmsText (hist | edit) ‎[930 bytes]Administrator (talk | contribs) (Created page with " This command sends a specified MMS message from the specified GSM port. Data session should be UP on the specified GSM port with appropriate APN and MMS parameters set to send MMS out. This command sends MMS to the specified destination number, with specified text (entered between double quotes, coded as UTF-8), from the specified GSM port. The MMS title can be specified as an optional parameter. Command exits as soon as the MMS is submitted to MMSC. '''COMMAND''' {|...") Tag: 2017 source edit
  • 09:08, 2 April 2025SendMmsAndWaitDelivery (hist | edit) ‎[929 bytes]Administrator (talk | contribs) (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:R2D2|R2...") Tag: 2017 source edit
  • 09:06, 2 April 2025SendMms (hist | edit) ‎[800 bytes]Administrator (talk | contribs) (Created page with "This command sends a specified MMS message from the specified GSM port. Data session should be UP on the specified GSM port with appropriate APN and MMS parameters set to send MMS out. MMS is sent to the specified destination number, with up to 4 media files. This command allows optionally to set a subject and CC number and BCC back as destinations. '''COMMAND''' {| class="wikitable" !Command !Line Arguments !Returns |- |'''SendMms''' |Port index, Destination number...") Tag: Visual edit
  • 22:32, 1 April 2025SetUSSDTimeout (hist | edit) ‎[385 bytes]Administrator (talk | contribs) (Created page with "This command sets the USSD Timeout value for the specified GSM port. '''COMMAND''' {| class="wikitable" !Command !Line Arguments !Returns |- |'''SetUSSDTimeout''' |PortIndex, USSD Timeout |Error Code in case of error. |} '''OUTPUT''' None '''EXAMPLE'''<syntaxhighlight lang="text"> ~# SetUSSDTimeout 0 60 </syntaxhighlight>") Tag: Visual edit
  • 22:31, 1 April 2025SendUSSDCommand (hist | edit) ‎[483 bytes]Administrator (talk | contribs) (Created page with "This command sends specified USSD string to the existing USSD session on the specified GSM port. Optional character set can be specified (GSM, HEX or UCS2). '''COMMAND''' {| class="wikitable" !Command !Line Arguments !Returns |- |'''SendUSSDCommand''' |PortIndex, USSD String, charset |Error Code in case of error. |} '''OUTPUT''' None '''EXAMPLE'''<syntaxhighlight lang="text"> ~# SendUSSDCommand 0 "2" </syntaxhighlight>") Tag: Visual edit
  • 22:29, 1 April 2025OpenUSSDSession (hist | edit) ‎[487 bytes]Administrator (talk | contribs) (Created page with "This command opens a new USSD session and sends specified USSD string on the specified GSM port. Optional character set can be specified (GSM, HEX or UCS2) '''COMMAND''' {| class="wikitable" !Command !Line Arguments !Returns |- |'''OpenUSSDSession''' |PortIndex, USSD string, charset |Error Code in case of error. |} '''OUTPUT''' None '''EXAMPLE'''<syntaxhighlight lang="text"> ~# OpenUSSDSession 0 "*111#" </syntaxhighlight>") Tag: Visual edit
  • 22:28, 1 April 2025GetUSSDTimeout (hist | edit) ‎[386 bytes]Administrator (talk | contribs) (Created page with "This command gets the USSD Timeout value for the specified GSM port. '''COMMAND''' {| class="wikitable" !Command !Line Arguments !Returns |- |'''GetUSSDTimeout''' |PortIndex |USSD Timeout |} '''OUTPUT''' Command output in the following format: "%d\n", timeout '''EXAMPLE'''<syntaxhighlight lang="text"> ~# GetUSSDTimeout 0 60 </syntaxhighlight>") Tag: Visual edit
  • 22:26, 1 April 2025GetUSSDResponse (hist | edit) ‎[826 bytes]Administrator (talk | contribs) (Created page with "This command gets response from the existing USSD session on the specified GSM port. Command waits until USSD response is received or optional timeout (entered in seconds) expired or general timeout expired. Response text is displayed as GSM7 or UCS2 coded string. In the case of UCS2 coding each character is displayed as 2 hexadecimal digits. '''COMMAND''' {| class="wikitable" !Command !Line Arguments !Returns |- |'''GetUSSDResponse''' |PortIndex, [Timeout] |USSD respon...") Tag: Visual edit
  • 22:24, 1 April 2025GetUSSDPush (hist | edit) ‎[764 bytes]Administrator (talk | contribs) (Created page with "This command gets USSD data pushed by Network to the specified GSM port. Optional flag can be specified to remove this received data from port internal buffer. Response text is displayed as GSM7 or UCS2 coded string. In the case of UCS2 coding each character is displayed as 2 hexadecimal digits. '''COMMAND''' {| class="wikitable" !Command !Line Arguments !Returns |- |'''GetUSSDPush''' |PortIndex, [ResetFlag] |USSD data string |} '''OUTPUT''' USSD...") Tag: Visual edit
  • 22:22, 1 April 2025CloseUSSDSession (hist | edit) ‎[376 bytes]Administrator (talk | contribs) (Created page with "This command closes the existing USSD session on the specified GSM port. '''COMMAND''' {| class="wikitable" !Command !Line Arguments !Returns |- |'''CloseUSSDSession''' |PortIndex |Error Code in case of error. |} '''OUTPUT''' None '''EXAMPLE'''<syntaxhighlight lang="text"> ~# CloseUSSDSession 0 </syntaxhighlight>") Tag: Visual edit
  • 22:21, 1 April 2025SwitchCall (hist | edit) ‎[553 bytes]Administrator (talk | contribs) (Created page with "This command enables or disables call waiting supplementary service for the specified GSM port. '''COMMAND''' {| class="wikitable" !Command !Line Arguments !Returns |- |'''SwitchCall''' |PortIndex |Call State |} '''OUTPUT''' GSM port waiting calls state in the following format: "Call 1 : %s\nCall 2: %s\n", 1stcall_state, 2ndcall_state '''EXAMPLE'''<syntaxhighlight lang="text"> ~# SwitchCall 0 Call 1 : HELD Call 2 : CONNECTED ~# SwitchCall 1 Call 1 : HELD Call 2 :...") Tag: Visual edit
  • 22:19, 1 April 2025SetCallWaiting (hist | edit) ‎[562 bytes]Administrator (talk | contribs) (Created page with "This command enables or disables call waiting supplementary service for the specified GSM port. '''COMMAND''' {| class="wikitable" !Command !Line Arguments !Returns |- |'''SetCallWaiting''' |PortIndex, Call Waiting flag |Error Code in case of error. |} '''OUTPUT''' GSM port callwaiting status in the following format: "%s\n", callwaiting_status '''EXAMPLE'''<syntaxhighlight lang="text"> ~# SetCallWaiting 0 ENABLE ENABLED ~# SetCallWaiting 0 DIS...") Tag: Visual edit
  • 22:18, 1 April 2025RegisterCallForwarding (hist | edit) ‎[936 bytes]Administrator (talk | contribs) (Created page with "This command registers and enables call forwarding for the specified GSM port, under specified conditions, on the specified phone number, for optional specified call class. Condition could be UNCONDITIONAL, BUSY, NO_REPLY, NOT_REACHABLE, ALL or ALL_CONDITIONAL, and for NO_REPLY the delay time (in seconds) should be specified. Call class could be VOICE, DATA, FAX, SMS, ALL_CALLS or ALL. If call class is omitted call forwarding will be set for ALL. '''COMMAND''' {| class...") Tag: Visual edit
  • 22:16, 1 April 2025GetCallWaiting (hist | edit) ‎[538 bytes]Administrator (talk | contribs) (Created page with "This command writes to the standard output the call waiting supplementary service status (ENABLED or DISABLED) of the specified GSM port. '''COMMAND''' {| class="wikitable" !Command !Line Arguments !Returns |- |'''GetCallWaiting''' |PortIndex |CallWaiting status |} '''OUTPUT''' GSM port callwaiting status in the following format: "%s\n", callwaiting_status '''EXAMPLE'''<syntaxhighlight lang="text"> ~# GetCallWaiting 0 DISABLED ~# GetCallWaiting 1 ENABLED </syntaxhi...") Tag: Visual edit
  • 22:14, 1 April 2025GetCallBarringStatus (hist | edit) ‎[527 bytes]Administrator (talk | contribs) (Created page with "This command writes to the standard output the call barring status. '''COMMAND''' {| class="wikitable" !Command !Line Arguments !Returns |- |'''GetCallBarringStatus''' |PortIndex |Error Code in case of error. |} '''OUTPUT''' GSM port barring call information in the following format: "%s\n%s\n%s\n", voice_facility, data_facility, fax_facility '''EXAMPLE'''<syntaxhighlight lang="text"> ~# GetCallBarringStatus 0 BAOC NONE BAIC </syntaxhighlight>") Tag: Visual edit
  • 22:13, 1 April 2025EnableCallForwarding (hist | edit) ‎[872 bytes]Administrator (talk | contribs) (Created page with "This command enables call forwarding for the specified GSM port, under specified conditions, for optional specified call class. Condition could be UNCONDITIONAL, BUSY, NO_REPLY, NOT_REACHABLE, ALL or ALL_CONDITIONAL. Call class could be VOICE, DATA, FAX, SMS, ALL_CALLS or ALL. If call class is omitted call forwarding will be enabled for ALL. Prior to enable or disable call forwarding in has to be registered using RegisterCallForwarding command. '''COMMAND''' {| class="...") Tag: Visual edit
  • 22:12, 1 April 2025EnableCallBarring (hist | edit) ‎[699 bytes]Administrator (talk | contribs) (Created page with "This command enables call barring for the specified GSM port, under the specified lock type and for optional specified call class. Lock type could be BAOC, BOIC, BOIC_EX, BAIC or BIC_RO. Call class could be VOICE, DATA, FAX, ALL_CALLS or ALL. If call class is omitted call forwarding will be set for ALL. '''COMMAND''' {| class="wikitable" !Command !Line Arguments !Returns |- |'''EnableCallBarring''' |PortIndex, Lock type, [class] |Error Code in cas...") Tag: Visual edit
  • 22:10, 1 April 2025DisableCallForwarding (hist | edit) ‎[878 bytes]Administrator (talk | contribs) (Created page with "This command disables call forwarding for the specified GSM port, under specified conditions, for optional specified call class. Condition could be UNCONDITIONAL, BUSY, NO_REPLY, NOT_REACHABLE, ALL or ALL_CONDITIONAL. Call class could be VOICE, DATA, FAX, SMS, ALL_CALLS or ALL. If call class is omitted call forwarding will be disabled for ALL. Prior to enable or disable call forwarding in has to be registered using RegisterCallForwarding command. '''COMMAND''' {| class...") Tag: Visual edit
  • 22:07, 1 April 2025DisableCallBarring (hist | edit) ‎[399 bytes]Administrator (talk | contribs) (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:SMS|R2D...") Tag: 2017 source edit
  • 22:04, 1 April 2025ClearCallForwarding (hist | edit) ‎[564 bytes]Administrator (talk | contribs) (Created page with "This command allows to accept an incoming call once presented on the specified port. '''COMMAND''' {| class="wikitable" !Command !Line Arguments !Returns |- |'''ClearCallForwarding''' |PortIndex, Forward condition, [ Call class ] |Error Code in case of error. |} '''OUTPUT''' Command status: "%s\n", status (CONNECTED or NO INCOMING CALL) '''EXAMPLE'''<syntaxhighlight lang="text"> ~# ClearCallForwarding 0 UNCONDITIONAL ALL ~# ClearCallForwarding 1...") Tag: Visual edit
  • 22:02, 1 April 2025CheckForwardings (hist | edit) ‎[977 bytes]Administrator (talk | contribs) (Created page with "This command checks call forwarding for the specified GSM port, for 4 conditions BUSY, NO_REPLY, NOT_REACHABLE and UNCONDITIONAL, for optional specified call class. Call class could be VOICE, DATA, FAX, SMS, ALL_CALLS or ALL. If call class is omitted call forwarding will be check for ALL. '''COMMAND''' {| class="wikitable" !Command !Line Arguments !Returns |- |'''CheckForwardings''' |<nowiki>PortIndex, |Call class ]</nowiki> |Forward Status - R2D2 Error Codes|Error Co...") Tag: Visual edit
  • 22:00, 1 April 2025CheckCallForwarding (hist | edit) ‎[862 bytes]Administrator (talk | contribs) (Created page with "This command checks call forwarding for the specified GSM port, under specified conditions, for optional specified call class. Condition could be UNCONDITIONAL, BUSY, NO_REPLY, NOT_REACHABLE, ALL or ALL_CONDITIONAL. Call class could be VOICE, DATA, FAX, SMS, ALL_CALLS or ALL. If call class is omitted call forwarding will be check for ALL. '''COMMAND''' {| class="wikitable" !Command !Line Arguments !Returns |- |'''CheckCallForwarding''' |PortIndex, Forward condition, [...") Tag: Visual edit
  • 21:58, 1 April 2025GetVolteStatus (hist | edit) ‎[514 bytes]Administrator (talk | contribs) (Created page with "This command shows the IMS and VoLTE connection status. It displays also, the connection APN and the IPv4 or IPv6 address. '''COMMAND''' {| class="wikitable" !Command !Line Arguments !Returns |- |'''GetVolteStatus''' |PortIndex |Error Code in case of error. |} '''OUTPUT''' Command status '''EXAMPLE'''<syntaxhighlight lang="text"> ~ # GetVolteStatus 0 IMS : ENABLED VoLTE: READY APN : ims IP : 2a04:cec0:9ea:e4b5:0:55:72cc:4201 </syntaxhighlight>") Tag: Visual edit
  • 21:49, 1 April 2025WaitVolteRegistration (hist | edit) ‎[411 bytes]Administrator (talk | contribs) (Created page with "This command allows to wait until VoLTE registration is done. '''COMMAND''' {| class="wikitable" !Command !Line Arguments !Returns |- |'''WaitVolteRegistration''' |PortIndex,TimeoutVolteMode |Error Code in case of error. |} '''OUTPUT''' Command status '''EXAMPLE'''<syntaxhighlight lang="text"> ~# WaitVolteRegistration 0 180 OK </syntaxhighlight>") Tag: Visual edit
  • 21:48, 1 April 2025UploadMbnFile (hist | edit) ‎[520 bytes]Administrator (talk | contribs) (Created page with "This command uploads LTE configuration MBN file and adds it to the list of LTE profiles for the specified LTE port. It is available only for the LTE ports equipped with Quectel modems. '''COMMAND''' {| class="wikitable" !Command !Line Arguments !Returns |- |'''UploadMbnFile''' |PortIndex,MbnFile |Error Code in case of error. |} '''OUTPUT''' Command status '''EXAMPLE'''<syntaxhighlight lang="text"> ~# UploadMbnFile 0 bouygues.mbn OK </syntaxhig...") Tag: Visual edit
  • 21:47, 1 April 2025GetVolteParameters (hist | edit) ‎[484 bytes]Administrator (talk | contribs) (Created page with "This command shows the VoLTE parameters configured for a specific port. '''COMMAND''' {| class="wikitable" !Command !Line Arguments !Returns |- |'''GetVolteParameters''' |PortIndex |Error Code in case of error. |} '''OUTPUT''' Command status '''EXAMPLE'''<syntaxhighlight lang="text"> ~ # GetVolteParameters 1 VolteMode: VOLTE APN: ims Username: Password: AuthType: NONE PDPType: IPV4 MbnProfile: AUTO </syntaxhighlight>") Tag: Visual edit
  • 21:45, 1 April 2025GetMbnList (hist | edit) ‎[1,693 bytes]Administrator (talk | contribs) (Created page with "This command gets a list of the LTE configuration MBN profiles for the specified LTE port. It is available only for the LTE ports equipped with Quectel modems. '''COMMAND''' {| class="wikitable" !Command !Line Arguments !Returns |- |'''GetMbnList''' |PortIndex |Error Code in case of error. |} '''OUTPUT''' List of the LTE configuration MBN profiles '''EXAMPLE'''<syntaxhighlight lang="text"> ~# GetMbnList 4 +QMBNCFG: "List",0,1,1,"ROW_Generic_3GPP"...") Tag: Visual edit
  • 21:43, 1 April 2025ConfigureVolte (hist | edit) ‎[479 bytes]Administrator (talk | contribs) (Created page with "This command selects LTE MBN profile for the specified LTE port. It is available only for the LTE ports equipped with Quectel modems. '''COMMAND''' {| class="wikitable" !Command !Line Arguments !Returns |- |'''ConfigureVolte''' |PortIndex, Profile |Error Code in case of error. |} '''OUTPUT''' Command status '''EXAMPLE'''<syntaxhighlight lang="text"> ~# ConfigureVolte 0 Bouygues_France_VoLTE OK </syntaxhighlight>") Tag: Visual edit
  • 21:39, 1 April 2025SetServingCell (hist | edit) ‎[1,695 bytes]Administrator (talk | contribs) (Created page with "This command locks specified GSM port to the specified Cell, for the specified Access Technology. The serving cell is defined by the channel (ARFCN on 2G, UARCFN on 3G and EARCFN on 4G), and optionally by cell identity (BSIC on 2G, PSC on 3G and PCID on 4G). This command is available only on the Sierra Wireless and Quectel GSM adapters. '''COMMAND''' {| class="wikitable" !Command !Line Arguments !Returns |- |'''SetServingCell''' |PortIndex,Access Technology, Channel, [C...") Tag: Visual edit
(newest | oldest) View (newer 50 | ) (20 | 50 | 100 | 250 | 500)