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).
- 09:08, 2 April 2025 Administrator talk contribs created page SendMmsAndWaitDelivery (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
- 13:14, 24 October 2022 Administrator talk contribs created page SendMmsAndWaitDelivery (Created page with "==DESCRIPTION== This command allows to send a specified MMS message from the specified GSM port. It requires that Data session on the specified GSM port be already up on the appropriate APN and MMS parameters set for sending MMS. 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 M...")