SetMmsParameters: Difference between revisions

From Opale Wiki
Jump to navigation Jump to search
(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>")
 
m (added Category:R2D2 using HotCat)
Line 18: Line 18:
~# SetMmsParameters 0 "http://mmsc.mobilecompany.org/"
~# SetMmsParameters 0 "http://mmsc.mobilecompany.org/"
</syntaxhighlight>
</syntaxhighlight>
[[Category:R2D2]]

Revision as of 09:18, 2 April 2025

This command sets MMS Center address, MMS proxy address, MMS expiration time and sending timeout for the specified GSM port.

COMMAND

Command Line Arguments Returns
SetMmsParameters Port index, MMSC URL, [MMS Proxy Expiry, Timeout] Error Code in case of error.

OUTPUT

None

EXAMPLE

~# SetMmsParameters 0 "http://mmsc.mobilecompany.org/"