How do I configure the modem initialization strings in SME?
The best solution consists in storing the strings directly in the memory of the modem, rather than to specify it with each connection. To store the initialization strings in the modem using the AT command set, use a program such as minicom and type commands similar to these examples: AT&F AT&C1&D2&Q0%C0 AT&W That gives the machine parameters, returns the desired parameters (AT&C1&D2&Q0%C0) and records the modifications (you can need orders AT&F0 and AT&W0; to see the handbook of the modem for specific AT commands). The ATZ commands will restore these parameters without any modification in the SME server configuration.