Name
	sccp set maxdatamessage 

SYNOPSIS
	sccp set maxdatamessage <maxdatamessage> stackname <stack-name>

DESCRIPTION
	Sets Max available SCCP message data for all message types. Range is 2560 to 3952.
    If passed value is less than 2560, it sets to 2560 and if passed value is greater
    than 3952, it sets to 3952.
	
PARAMETERS

	Standard Parameters

	<maxdatamessage>	-	Maximum data message size.
	
	Optional Parameters

	<stack-name>	-	Name of the stack on which this command is executed. 
					If not passed, the first stack configured in ShellExecutor
					will be used.	

EXAMPLES
	sccp set maxdatamessage 30000