SetMmsParameters: Difference between revisions
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:MMS using HotCat) |
||
(One intermediate revision by the same user not shown) | |||
Line 18: | Line 18: | ||
~# SetMmsParameters 0 "http://mmsc.mobilecompany.org/" | ~# SetMmsParameters 0 "http://mmsc.mobilecompany.org/" | ||
</syntaxhighlight> | </syntaxhighlight> | ||
[[Category:R2D2]] | |||
[[Category:MMS]] |
Latest 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/"