1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58
|
## SkySMS provider file - www.goldentelecom.ua ##
# Version 0.03
# Updated April, 1st 2002
# by Massy <mam@wol.it>
# www.delfanet.com
# SMSC: from Golden Telecom
# Error codes :
# 1 -> Destination Network unknown
# 2 -> Sorry, this direction was temporarily closed
# 3 -> Your daily quota of free SMS messages has been exceeded
# 4 -> Error sending message
# 5 -> Invalid Mobile Number
# 6 -> Daily Text-template limit reached
# TO DO: insert SMS originator.
NbParams 2
%Message Size=160 Convert : Your message.
%Tel Convert : International number
# SetCookie 1 /-/-UID=4F58ECC17C048B3
# SetCookie 1 gt.com.ua-/-UID=4F58ECC17C048B2
GetURL http://sms.gt.com.ua:80/
GO
# SetCookie 2 /-/-UID=4F58ECC17C048B1
# SetCookie 2 gt.com.ua-/-UID=4F58ECC17C048B0
# SetCookie 2 sms.gt.com.ua:8080-/-UID=4F58ECC17C048A5
PostURL http://sms.gt.com.ua:8080/SendSM.htm
Referer http://sms.gt.com.ua/
PostData SM=\%Message%&num=160&CS=s&MN=%2B\%Tel%
# SetCookie 2 sms.gt.com.ua-/-UID=4F58ECC17C048B3
Search Message sent
PrintMsg Message successfully sent
ElseSearch Sorry, this direction was temporarily closed
ErrorMsg 4 Sorry, this direction was temporarily closed
ElseSearch Daily Text-template limit reached
ErrorMsg 6 Daily Text-template limit reached. Please try tomorrow
ElseSearch Daily SM limit for this Subscriber is reached.
ErrorMsg 2 Your daily quota of free SMS messages has been exceeded (in this moment 2 for each mobile)
ElseSearch Destination Network unknown
ErrorMsg 1 Destination Network unknown
ElseSearch Invalid Mobile Number
ErrorMsg 5 Invalid Mobile Number
else
ErrorMsg 3 Error sending message
GO
|