mpt_string
{ mpt_string, "dial_command", { &dial_command }, { "ATDT%s\r" } },
{ mpt_string, "hangup_command", { &hangup_command }, { "ATH\r", } },
{ mpt_string, "echo_off_command", { &echo_off_command }, { "ATE0\r" } },
{ mpt_string, "reset_command", { &reset_command }, { "ATZ\r" } },
{ mpt_string, "init_string", { &init_string }, { "AT{ &F\r", } },
{ mpt_string, "escape_sequence", { &escape_sequence }, { "+++" } },
case mpt_string: