Is there a possible enter multiple init strings in “Modem init” options box in ppp interface ?
Especially I need two inits strings:
AT+CFUN=1
AT+COPS=1,0,“PLUS”
You should be able to chain AT commands like this:
AT +CFUN=1 +COPS=1,0,“PLUS”
At least, that’s how it worked “Way Back” in the modem/dialup days we used stuff like “AT E0 D 12345” to disable local echo and call “12345” at the same time.
There also used to be “AT &W” command (actually, AT &W0 and AT &W1), that store the current settings in non-volatile memory (AT Z will reset to those values, or AT Z0 and AT Z1 if you want to specify which configuration you want).