ABOUT US                              
 NEWS BOARD                        
 TECHNOLOGY & SERVICE      
 HOW TO START                     
 BUSINESS WITH AIS              
 CONTACT US                         
 WEB LINKS                             
 FAQ                                        
 UA Profile                             
 INFORMATION                       
 DOCUMENTS AND TOOLS    
 WEBBOARD                          
139599





What is Wap charging?
During the integration, why i got this "NO MSISDN or Invalid Subscriber"?
What is the meaning of "Invalid relevant parameters" ?
What is the meaning of "Internal Error"?
How "cname not found", does it happen?
How is content delivered to the customer
Can all mobile phone brands and models use the services?
How many predefined URLs must given to AIS to make the services life ?
What URL can Service Provider post the parameters to?
How much of the multimedia message (MMS) size can we compose?



   What is Wap charging?
Answer: Wap charging is an application gateway to delivery the content to mobile with charging machanism.

   During the integration, why i got this "NO MSISDN or Invalid Subscriber"?
Answer: The purpose of the system is designed to delivery the content to mobile with charging machanism so we need to verify the
MSISDN to restrice who can use the service and charing purpose

Correction:
  1. Access via AIS gateway or WAP APN
  2. Verify whether AIS's subscriber or not
  3. Restart your phone if 1 and 2 is matched
   What is the meaning of "Invalid relevant parameters" ?
Answer: Some paremeters have not found in the request
Correction: Verify whether which paramerters were lost

   What is the meaning of "Internal Error"?
Answer: Some modules are failure
Correction: Contact technical persons who take care of the system

   How "cname not found", does it happen?

Answer:
  1. The request might be posted to the wrong API
  2. "cname" may be not contained in the request
  3. Some fields may be larger than limitation
  4. Step missing
Correction:
  1. Check your API which you sent to
  2. Check your request whether contain cname or not
  3. Contact technical persons who take care of the system
  4. Check this document about the integration and following the sequence diagram in this document

   How is content delivered to the customer
Answer: At the moment, the system takes care of delivery the content to our customer a couple of choice depeding on natural of content such as Logo, Ringtone are delivered via SMS machanism. if Polyphonic, Background are delivered via WAP machanism

   Can all mobile phone brands and models use the services?
Answer: We are doing to support all of the phone available to market we need time

   How many services can be handled?
Answer: It is quite a lot of services can be handle

   How many predefined URLs must given to AIS to make the services life ?
Answer: For WAP initial we need 3 of the URLs :
  1. sp_url for authenticated purpose
  2. service_url for gathering the content from SP
  3. notify_url for notifying purpose
For IVR initial we need 2 of the URLs :
  1. sp_ivr_url for gathering the User-Agent (Optional)
  2. service_ivr_url for gathering the content from SP

   What URL can Service Provider post the parameters to?
Answer:
WAP request http://wap.mobilelife.co.th/wcstest/servlet/WapCharging?
IVR request http://wap.mobilelife.co.th/wcstest/servlet/WCSR?


   How much of the multimedia message (MMS) size can we compose?
Normally, we have two types of composing MMS message.
  1. Compose by mobile MMS phone. In this case, it is limited at 150 kBytes. That because of the handset limitation and 30 kBytes is the common size that most of the MMS phones support.
  2. Compose by MMS Application or E-mail. In this case, we can compose at 30 kBytes. That because we use the SMTP protocol for composing message, it will convert the binary message to Base64 message format.