Sending AT commands to Siemens CX65 cellphone

Hello, guys! I have Arduino mega 2560. The problem is that my phone don't wanna listen to AT commands (for example, Serial1.println("ATDT89162007839;"); .
I used cacharreoelectronico's implementation and code as a base.
(Cacharreo Electrónico)
But i do not have siemens data cable so i used a telephone line copper wire as connector to the phone's Rx pin, together with connector from power adapter for Siemens.
When i send AT commands to the phone it just turns on screen's background light, thats all. No call is made. When i dial this number from phone manually, it calls.
Same with cacharreoelectronico's example, i don't have phone's Tx connected. The only pins that are used are ground and power connected to power adapter and Rx.
The reason i dont use a bluetooth - it has high power consumption. I must leave this arduino for months during winter with solar battery. And i must have 24/7 opportunity to query it.
I have 1k resistor between Arduino's Tx and phone's Rx, and 2,5k resistor (2,2k+LED) between Tx->Rx and Arduino's ground. I attached Cirquit.jpg for details.
Pin map of my phone: http://pinouts.ru/CellularPhones-P-W/siemens_c55.shtml

Cirquit.jpg

Did you connect the ground pin? Also when the phone is successfully connected (just answers to Serial1.println("AT"):wink: try to call using Serial1.println("ATD+89162007839;");

My ground pin is connected to my power adapter (it is plugged to network of course), I also improved schematics adding 15k resistor to CTS DTS DCD as shown in cacharreo's scheme - still doesnt work :confused: . No answer to AT command also. my phone number is ok - when i call it from the phone it calls

Addition: All works. Telephone's connection is higly sensitive to wire contact quality. That was the problem. Im thinking of disassembling the phone and making direct solder of contacts. Thanks!