GSM Shield - problem with sending sms

Hello,
I also tried this code, but it did not work, also.

  // send the message
    sms.beginSMS("0123456789");
    sms.print("Hello World");
    sms.endSMS();
    Serial.println("\nCOMPLETE!\);

Does anybody have an idea?