Finding out the phone number is not possible directly - first you have to obtain Account ID, and then, using SOAP function, you can find out the corresponding MSISDN (phone number). Account ID is included in all WAP or HTTP request headers to your site. To start seeing Account ID, please make sure that the following have been done:
PHP example:
$headers = getallheaders(); $accountId = $headers['Bite-Account-ID'];
Please ask your Bite manager if subdomain or domain you use is added to the list of domains, which can get Bite headers. Both first level domains (xxx.com) and second level domains (wap.xxx.com) are each configured separately. If you use many domains (wap1.xxx.com, wap2.xxx.com) etc, consider reducing their number.
© 2007 UAB "Bite Lietuva" Solution: Metasite Business Solutions