Ultrasonic sensor with GSM board - calling within a distance

// Sets the trigPin on HIGH state for 10 micro seconds
digitalWrite(trigPin, HIGH);
delay(1000);
digitalWrite(trigPin, LOW);

You think 1000ms == 10 us.?