witam mam taki kod

begin 
  if not SmsStartSend('sms://+5550000', 'Hello!') then Halt; 
   
    while SmsIsSending do // wait for the message to be sent 
      Delay(100); 

      if not SmsWasSuccessfull then Halt; // check if the message was sent                       //successfully 
     
end.
 


 

on powinien wysyłać smsa do numeru podanego w kodzie i mam problem ponieważ spyta mi się czy wysłać sms nacisnę zezwalaj a i tak go nie wyśle
jeśli ktoś wie to niech napisze. z góry dziękuje.