Name
	ussd set dialogtimeouterrmssg

SYNOPSIS
	ussd set dialogtimeouterrmssg <message>

DESCRIPTION
	This command is used to set the error message to be displayed to the end user
	when a request timeout occurs. For example, if the dialed short code is *123#, and 
	the USSD Gateway is configured to route this request to a third party application
	'xyz' but the application 'xyz' takes longer than the time specified by the 
	value of the parameter 'dialogtimeout' to respond, then the USSD Gateway will kill
	the session and send an error message to be displayed to the user. This error 
	message displayed to the end user will be the value set for the parameter
	'dialogtimeouterrmssg'.

EXAMPLES
	ussd set dialogtimeouterrmssg Request timedout please try again after 
	sometime.

	The above command will set the value of the parameter 'dialogtimeouterrmssg' as 
	"Request timedout please try again after sometime." and the terminal will display 
	the message "Parameter has been successfully set". You can verify this by issuing
	the 'ussd get' command whose output will be as below:

	ussd get

	noroutingruleconfigerrmssg = Not valid short code. Please dial valid short code
	dialogtimeouterrmssg = Request timedout please try again after sometime
	dialogtimeout = 25000
	servererrmssg = null

SEE ALSO
	ussd set, ussd set noroutingruleconfigerrmssg, ussd set dialogtimeout, 
	ussd set servererrmssg, ussd get


