Dear Guys,
 
Can anyone help me on these:
 
    1.    From the log I notice bearbox returning the following message:
    2003-08-18 17:52:41 [7] WARNING: EMI2[free]: received neither ACK nor NACK for message 8 in 60 seconds, resending message
What does it mean? Does it mean the connection failed?
    2.    I need to increase the timeout for http request to our application machine. Please advise me, on how to do it.
 
    3.    We have tried to send out Unicode to the gateway but it failed to catch the udh. Besides that, I notice the message was not complete. For Example:
       
            2003-08-19 14:31:29 Receive SMS [SMSC:free] [SVC:] [ACT:] [from:2293434851] [to:21221] [flags:0:1:0:0:0] [msg:14:cam
 
          What we have tried here, is to append a unicode after the word Cam.
 
    4.    How can we include two different URL strings to point to application server for unicode service and normal text messages? Please check if this coding is correct:
group = sms-service
accepted-smsc = free
keyword = speed
get-url = "" href="http://192.168.0.199/smspull.asp?username=xxx&password=xxx&keyword=%k&sndkeyword=%s&text=%r&allmsg=%a&binary=%b&timestamp=%t&from=%p&to=%P">http://192.168.0.199/smspull.asp?username=xxx&password=xxx&keyword=%k&sndkeyword=%s&text=%r&allmsg=%a&binary=%b&timestamp=%t&from=%p&to=%P
concatenation = true
omit-empty=true
          group = sms-service
          accepted-smsc = free
          keyword = CChat    #chinese chat
          concatenation = true
          omit-empty=true
       
          Take note on the second  get-url, I am using %C for unicode.
       
I would really appreciate, if anyone could advise me on how to solve the above problems.
 
Thank you,
 
Regards

Reply via email to