Support A2Billing :

provided by Star2Billing S.L.

Support A2Billing :
It is currently Thu Mar 28, 2024 6:42 pm
Auto Dialer Software


All times are UTC




Post new topic Reply to topic  [ 19 posts ]  Go to page 1, 2  Next
Author Message
 Post subject: PayPal balance don't update - what's wrong
PostPosted: Sun Aug 09, 2009 6:27 am 
Offline

Joined: Wed Jul 01, 2009 11:42 pm
Posts: 22
Hello. Balance not update after paypal payment. Here's a log:

[09/08/2009 07:04:03]:[checkout_process.php line:8-transactionID=7 ----EPAYMENT TRANSACTION START (ID)----]

[09/08/2009 07:04:03]:[checkout_process.php line:9-transactionKey=xxxxxxxxxxxxxxxxxxxxxxxx----EPAYMENT TRANSACTION KEY----]

[09/08/2009 07:04:03]:[checkout_process.php line:50- QUERY = UPDATE cc_epayment_log SET status = 2 WHERE id = 7]

[09/08/2009 07:04:03]:[checkout_process.php line:61- transactionID=7 EPAYMENT RESPONSE: TRANSACTIONID = 7 FROM paypal; FOR CUSTOMER ID 7; OF AMOUNT 5]

[09/08/2009 07:04:03]:[checkout_process.php line:80-OPENDING HTTP CONNECTION TO ssl://www.paypal.com]

[09/08/2009 07:04:04]:[checkout_process.php line:106-PAYPAL Transaction Verification Status: Verified ]

[09/08/2009 07:04:04]:[checkout_process.php line:179----------- Transaction Key Verified ------------]

[09/08/2009 07:04:04]:[checkout_process.php line:187-transactionID=7 ---------- TRANSACTION INFO ------------
Array
(
[0] => Array
(
[0] => 7
[id] => 7
[1] => 7
[cardid] => 7
[2] => 5
[amount] => 5
[3] => 0
[vat] => 0
[4] => paypal
[paymentmethod] => paypal
[5] =>
[cc_owner] =>
[6] =>
[cc_number] =>
[7] => -
[cc_expires] => -
[8] => 2009-08-09 07:03:02
[creationdate] => 2009-08-09 07:03:02
[9] => 0
[status] => 0
)

)
]

[09/08/2009 07:04:04]:[checkout_process.php line:322-transactionID=7 EPAYMENT ORDER STATUS = Pending]

[09/08/2009 07:04:04]:[checkout_process.php line:360-SENDING EMAIL TO CUSTOMER [email protected]]

[09/08/2009 07:04:05]:[checkout_process.php line:362-SENDING EMAIL TO CUSTOMER ENDS]

[09/08/2009 07:04:05]:[checkout_process.php line:363-transactionID=7- MAILTO:[email protected]=Payment confirmation, mtext=Thank's for payment.

Payment method: paypal system
Credit: 5 EUR


Please for help.


Top
 Profile  
 
 Post subject: Re: PayPal balance don't update - what's wrong
PostPosted: Wed May 26, 2010 2:46 pm 
Offline

Joined: Wed May 26, 2010 2:40 pm
Posts: 1
Hi

I appear to have exactly the same problem and can't find what I've done wrong. Were you able to solve this please?

Thanks
Andyc


Top
 Profile  
 
 Post subject: Re: PayPal balance don't update - what's wrong
PostPosted: Wed Jun 02, 2010 12:14 am 
Offline

Joined: Mon Apr 26, 2010 10:46 am
Posts: 12
Location: Amsterdam
Greetings

I too have exactly the same problem with Paypal. I have read 2 very detailed post in this forum, but they relate to older versions of A2Billing and our settings seem to be correct.

We are running version 1.7 and the balances don't update and we get an "Epayment Gateway Security Verification Failed" email, but all looks OK and there seems to be no errors reported in the email.

If we go to BILLING >> e-payment log, all see is an entry with the Status as "In Process".

Can any help please

Regards - Leigh


Top
 Profile  
 
 Post subject: Re: PayPal balance don't update - what's wrong
PostPosted: Wed Jun 30, 2010 3:02 pm 
Offline

Joined: Mon Apr 14, 2008 8:37 pm
Posts: 356
Location: Canada
i'm having the same issue... what could be the problem?


Top
 Profile  
 
 Post subject: Re: PayPal balance don't update - what's wrong
PostPosted: Wed Jul 14, 2010 4:50 pm 
Offline

Joined: Fri Jan 25, 2008 1:11 pm
Posts: 3
Hello,

exactly the same problem here.
Paypal sandbox seller accounts gets debited, but the customers a2b Account doesn't get credited.
Instead, a transaction in a2b is created, showing the transaction as pending.

Running on v1.3.3

a2billing.conf is here:

Code:
[epayment_method]
enable = yes
http_server = "http://<domain>"
https_server = "https://<domain>"
http_cookie_domain = <ip>
https_cookie_domain = <ip>
http_cookie_path = "/yattoovoice/"
https_cookie_path = "/yattoovoice/"
dir_ws_http_catalog = "/yattoovoice/"
dir_ws_https_catalog = "/yattoovoice/"
enable_ssl = yes
http_domain = <ip>
dir_ws_http = "/var/www/html/yattoovoice/"
purchase_amount = 5:10:20:50:100
item_name = "YattooVoice Credit Purchase"
currency_code = USD
paypal_payment_url = "https://www.sandbox.paypal.com/cgi-bin/webscr"
paypal_verify_url = "ssl://www.sandbox.paypal.com"
store_name = YattooVoice
transaction_key = <key from paypal sandbox>


It seems all working - except that the bougt credit doesn't get beyond status 'pending'
Can anyone help, please?

I have read something like all posts related to that in the board, it seems to be a quite unregular error...

Thanks lot,
Heiko


Top
 Profile  
 
 Post subject: Re: PayPal balance don't update - what's wrong
PostPosted: Mon Aug 23, 2010 12:51 pm 
Offline

Joined: Mon Aug 02, 2010 3:56 pm
Posts: 1
We've started to delve into this arena as well, and are finding the same problem that others are having.

A2B 1.7.1 pulled from svn with a single test customer that does everything we want it to do so far, except be able to accept PayPal payments. The buyer's PayPal account is debited (we did this with both sandbox and production PayPal accounts) and the seller's PayPal account is credited, but the payment comes in to A2B in "New" state. When we try to change it to "Proceed" it complains that "payment method" (which defaulted to "paypal") is not a valid number. Same for "owner."

No matter what we do to the entry, no matter what cron job we run, this doesn't seem to change, nor does it apply the payment to the account.

Documentation seems to be lacking in this area.

Do we need to downgrade to 1.7.0 or 1.4?


Top
 Profile  
 
 Post subject: Re: PayPal balance don't update - what's wrong
PostPosted: Mon Aug 23, 2010 4:57 pm 
Offline

Joined: Fri Jun 23, 2006 3:56 pm
Posts: 4065
Hi

Paypal works fine in 1.7.1, re-inspect your settings in the epaymemt system settings, and check that they are all correct, then test again with a real account.

Joe


Top
 Profile  
 
 Post subject: Re: PayPal balance don't update - what's wrong
PostPosted: Mon Sep 20, 2010 5:14 pm 
Offline

Joined: Wed Mar 31, 2010 3:45 am
Posts: 132
Location: São Paulo
Please also check your TransactionKey, it has to match the one from Paypal's


Top
 Profile  
 
 Post subject: Re: PayPal balance don't update - what's wrong
PostPosted: Thu Sep 23, 2010 8:12 am 
Offline

Joined: Wed Sep 15, 2010 9:09 am
Posts: 96
Hi all,
I have the same problem.
I have installed A2Billing 1.7.1 and Asterisk 1.4.36.
I am a customer to pay a credit 1 usd. But in the billing , it doesn't update balance and doesn't update the payment to my account.

Additional, I don't know the position of parameters (GLOBAL LIST ) in a2billing. Where are these parameters ? Because in my file configuration /etc/a2billing.conf . It has some groups as : [database], [daemon-info], [loggers], [handlers , [formatters], [logger_root], [logger_callbackLogger], [handler_consoleHandler], [handler_FileHandler], [handler_RotatingFileHandler], [formatter_callbackFormatter].

And I don't know the way to debug a2billing when I have a payment. Where is the log file of payment and how to config the position of log file ?

Thank in advance for all helps!
Best regards,
T.Q.Tuan.


Top
 Profile  
 
 Post subject: Re: PayPal balance don't update - what's wrong
PostPosted: Thu Sep 23, 2010 8:22 am 
Offline

Joined: Wed Sep 15, 2010 9:09 am
Posts: 96
And I go to go to BILLING >> e-payment log, all see is an entry with the Status as "NEW"

Please tell me the way to fix this error.

B.R
T.Q.Tuan.


Top
 Profile  
 
 Post subject: Re: PayPal balance don't update - what's wrong
PostPosted: Thu Sep 23, 2010 8:25 am 
Offline

Joined: Fri Jun 23, 2006 3:56 pm
Posts: 4065
Hi

Recheck your settings in epayment_settings carefully. If you don't run https then do not use an https link.

Joe


Top
 Profile  
 
 Post subject: Re: PayPal balance don't update - what's wrong
PostPosted: Thu Sep 23, 2010 9:25 am 
Offline

Joined: Wed Sep 15, 2010 9:09 am
Posts: 96
I think that my server runs https, because I can see this page : https://IP address/a2billing/customer/checkout_confirmation.php in browser

In this groupe : epayment_method (in Web interface, I don't know the path to this file configuration ) , I have 36 records as followings :
Code:
enable=Yes
http_server=http:// my IP address
https_server=https://my IP address
http_cookie_domain=my IP address
https_cookie_domain =my IP address
http_cookie_path = /a2billing/customer/
https_cookie_path = /a2billing/customer/
dir_ws_http_catalog =/a2billing/customer/
dir_ws_https_catalog =   /a2billing/customer/
enable_ssl = Yes
http_domain = my IP address
dir_ws_http =/a2billing/customer/
purchase_amount =1:2:5:10:20
item_name =Credit Purchase
currency_code =    USD
paypal_payment_url =    https://www.paypal.com/cgi-bin/webscr
paypal_verify_url =ssl://www.paypal.com
authorize_payment_url = https://secure.authorize.net/gateway/transact.dll
store_name =Asterisk2Billing
transaction_key    asdf1212fasd121554sd4f5s45sdf
moneybookers_secretword    
purchase_amount_agent =   100:200:500:1000
charge_paypal_fee =   No
plugnpay_payment_url =https://pay1.plugnpay.com/payment/pnpremote.cgi
http_server_agent = http:// my IP address
https_server_agent = https:// my IP address
https_cookie_domain_agent = my IP address
http_cookie_path_agent =/a2billing/agent/Public/
https_cookie_path_agent = /a2billing/agent/Public/
dir_ws_http_catalog_agent =   /a2billing/agent/Public/
dir_ws_https_catalog_agent = /a2billing/agent/Public/
paypal_subscription_amount = 10
paypal_subscription_period_number = 1
paypal_subscription_time_period =   M
paypal_subscription_enabled    = No
paypal_subscription_account    = Myaccount



Top
 Profile  
 
 Post subject: Re: PayPal balance don't update - what's wrong
PostPosted: Fri Sep 24, 2010 8:17 am 
Offline

Joined: Wed Sep 15, 2010 9:09 am
Posts: 96
Today, I have searched my log for e-payment :
Code:
[24/09/2010 09:55:30]:[checkout_process.php line:41EPAYMENT : transactionID=16 - transactionKey=fb974db2f58711de41350ae57fd68109
-POST Var
Array
(
)
]

[24/09/2010 09:55:30]:[checkout_process.php line:87- QUERY = UPDATE cc_epayment_log SET status = 2 WHERE id = 16]

[24/09/2010 09:55:30]:[checkout_process.php line:97- transactionID=16 EPAYMENT RESPONSE: TRANSACTIONID = 16 FROM paypal; FOR CUSTOMER ID 34; OF AMOUNT 2.000]

[24/09/2010 09:55:30]:[checkout_process.php line:126-OPENDING HTTP CONNECTION TO ssl://www.paypal.com]

[24/09/2010 09:55:32]:[checkout_process.php line:150-PAYPAL Transaction Verification Status: Failed
req=cmd=_notify-validate
HTTP/1.1 200 OK

Date: Fri, 24 Sep 2010 07:55:31 GMT

Server: Apache

Set-Cookie: cwrClyrK4LoCV1fydGbAxiNL6iG=7Y785GpDTacYWA_Y0Sa9FjVEnwwAAGwhsJSND3ktoyGyG34KHEstjfI0qu1Pg09_eY6CLgKNQZktFlWZ5xp_OvHqQNIPbWEVg4pjgGL4WMdBHrAhZvjeOz7aPtYNXpqzVnGEg0%7cOdhcCcrsXpa6OexTJq15fd9V8foa2rhuIxHDZOW5dfcktOSQ1n0LE6bN_eTWacPgDl3fzG%7cZaNZ_xyBo4048HpfzWX6D8jLhsU7phur9vveVjiDkBmNKorF2TElUlnqaigkbJeuNFa9e0%7c1285314931; domain=.paypal.com; path=/; Secure; HttpOnly

Set-Cookie: cookie_check=yes; expires=Mon, 21-Sep-2020 07:55:31 GMT; domain=.paypal.com; path=/; Secure; HttpOnly

Set-Cookie: navcmd=_notify-validate; domain=.paypal.com; path=/; Secure; HttpOnly

Set-Cookie: navlns=0.0; expires=Thu, 19-Sep-2030 07:55:31 GMT; domain=.paypal.com; path=/; Secure; HttpOnly

Set-Cookie: Apache=10.191.114.16.1285314931374854; path=/; expires=Thu, 11-Aug-04 01:27:15 GMT

Vary: Accept-Encoding

Strict-Transport-Security: max-age=500

Connection: close

Content-Type: text/html; charset=UTF-8



INVALID]

[24/09/2010 09:55:32]:[checkout_process.php line:241curr amount 2  usd]


It means that my transaction is failed.
And I go to go to BILLING >> e-payment log, all see is an entry with the Status as "In Process"

How do I configure that A2Billing use Paypal ?

Thank in advance for all helps!

Best regards,
T.Q.Tuan


Top
 Profile  
 
 Post subject: Re: PayPal balance don't update - what's wrong
PostPosted: Mon Sep 27, 2010 10:21 pm 
Offline

Joined: Wed Sep 15, 2010 9:09 am
Posts: 96
Now I have fixed the error verified Server with Paypal, but the balance doesn't update and in list of transactions, it has 1 record with Status : "In Pending", in list of Epayment log, this transaction is "In Process".
Is this the bug of A2Billing 1.7.1 ?

There is the log a2billing_epayment.log :
Code:
[27/09/2010 23:41:24]:[checkout_process.php line:41EPAYMENT : transactionID=23 - transactionKey=8d80a5c1034786ad88c8e0f062d98785
-POST Var
Array
(
    [transaction_subject] => Asterisk2Billing
    [txn_type] => web_accept
    [payment_date] => 14:41:19 Sep 27, 2010 PDT
    [last_name] => abc
    [residence_country] => FR
    [pending_reason] => multi_currency
    [item_name] => Asterisk2Billing
    [payment_gross] => 1.00
    [mc_currency] => USD
    [business] =>[email protected]
    [payment_type] => instant
    [protection_eligibility] => Ineligible
    [verify_sign] => ASgYoQL1c4-cmjbYORJh7yIq9HT1Ae8UzpRQ4MafwAN.RZepe14e6cGs
    [payer_status] => verified
    [tax] => 0.00
    [payer_email] => [email protected]
    [txn_id] => 0BH04299U6599254T
    [quantity] => 1
    [receiver_email] => [email protected]
    [first_name] => abc
    [payer_id] => Z8W94ZX9MTRF8
    [receiver_id] => WSZYZDWFTJ7U6
    [item_number] =>
    [handling_amount] => 0.00
    [payment_status] => Pending
    [shipping] => 0.00
    [mc_gross] => 1.00
    [custom] =>
    [charset] => windows-1252
    [notify_version] => 3.0
)
]

[27/09/2010 23:41:24]:[checkout_process.php line:87- QUERY = UPDATE cc_epayment_log SET status = 2 WHERE id = 23]

[27/09/2010 23:41:24]:[checkout_process.php line:97- transactionID=23 EPAYMENT RESPONSE: TRANSACTIONID = 23 FROM paypal; FOR CUSTOMER ID 36; OF AMOUNT 1.000]

[27/09/2010 23:41:25]:[checkout_process.php line:126-OPENDING HTTP CONNECTION TO ssl://www.paypal.com]

[27/09/2010 23:41:26]:[checkout_process.php line:145-PAYPAL Transaction Verification Status: Verified ]

[27/09/2010 23:41:26]:[checkout_process.php line:241curr amount 1 USD usd]

[27/09/2010 23:41:26]:[checkout_process.php line:267----------- Transaction Key Verified ------------]

[27/09/2010 23:41:26]:[checkout_process.php line:272-transactionID=23 ---------- TRANSACTION INFO ------------
Array
(
    [0] => Array
        (
            [0] => 23
            [id] => 23
            [1] => 36
            [cardid] => 36
            [2] => 1.000
            [amount] => 1.000
            [3] => 0
            [vat] => 0
            [4] => paypal
            [paymentmethod] => paypal
            [5] =>
            [cc_owner] =>
            [6] => XXXXXXXXXXXX
            [cc_number] => XXXXXXXXXXXX
            [7] => -
            [cc_expires] => -
            [8] => 2010-09-27 23:40:26
            [creationdate] => 2010-09-27 23:40:26
            [9] => 0
            [status] => 0
            [10] =>
            [cvv] =>
            [11] =>
            [credit_card_type] =>
            [12] => usd
            [currency] => usd
            [13] => 0
            [item_id] => 0
            [14] =>
            [item_type] =>
        )

)
]

[27/09/2010 23:41:26]:[checkout_process.php line:318-transactionID=23 ERROR CUSTOMER INFO OR ORDERSTATUS (0)
Array
(
    [transaction_subject] => Asterisk2Billing
    [txn_type] => web_accept
    [payment_date] => 14:41:19 Sep 27, 2010 PDT
    [last_name] => abc
    [residence_country] => FR
    [pending_reason] => multi_currency
    [item_name] => Asterisk2Billing
    [payment_gross] => 1.00
    [mc_currency] => USD
    [business] => [email protected]
    [payment_type] => instant
    [protection_eligibility] => Ineligible
    [verify_sign] => ASgYoQL1c4-cmjbYORJh7yIq9HT1Ae8UzpRQ4MafwAN.RZepe14e6cGs
    [payer_status] => verified
    [tax] => 0.00
    [payer_email] => [email protected]
    [txn_id] => 0BH04299U6599254T
    [quantity] => 1
    [receiver_email] => [email protected]
    [first_name] => cba
    [payer_id] => Z8W94ZX9MTRF8
    [receiver_id] => WSZYZDWFTJ7U6
    [item_number] =>
    [handling_amount] => 0.00
    [payment_status] => Pending
    [shipping] => 0.00
    [mc_gross] => 1.00
    [custom] =>
    [charset] => windows-1252
    [notify_version] => 3.0
)

]

[27/09/2010 23:41:26]:[checkout_process.php line:498- QUERY = UPDATE cc_epayment_log SET status = 1, transaction_detail ='a:30:{s:19:\"transaction_subject\";s:16:\"Asterisk2Billing\";s:8:\"txn_type\";s:10:\"web_accept\";s:12:\"payment_date\";s:25:\"14:41:19 Sep 27, 2010 PDT\";s:9:\"last_name\";s:9:\"cba\";s:17:\"residence_country\";s:2:\"FR\";s:14:\"pending_reason\";s:14:\"multi_currency\";s:9:\"item_name\";s:16:\"Asterisk2Billing\";s:13:\"payment_gross\";s:4:\"1.00\";s:11:\"mc_currency\";s:3:\"USD\";s:8:\"business\";s:17:\"[email protected]\";s:12:\"payment_type\";s:7:\"instant\";s:22:\"protection_eligibility\";s:10:\"Ineligible\";s:11:\"verify_sign\";s:56:\"ASgYoQL1c4-cmjbYORJh7yIq9HT1Ae8UzpRQ4MafwAN.RZepe14e6cGs\";s:12:\"payer_status\";s:8:\"verified\";s:3:\"tax\";s:4:\"0.00\";s:11:\"payer_email\";s:18:\"[email protected]\";s:6:\"txn_id\";s:17:\"0BH04299U6599254T\";s:8:\"quantity\";s:1:\"1\";s:14:\"receiver_email\";s:17:\"[email protected]\";s:10:\"first_name\";s:4:\"cba\";s:8:\"payer_id\";s:13:\"Z8W94ZX9MTRF8\";s:11:\"receiver_id\";s:13:\"WSZYZDWFTJ7U6\";s:11:\"item_number\";s:0:\"\";s:15:\"handling_amount\";s:4:\"0.00\";s:14:\"payment_status\";s:7:\"Pending\";s:8:\"shipping\";s:4:\"0.00\";s:8:\"mc_gross\";s:4:\"1.00\";s:6:\"custom\";s:0:\"\";s:7:\"charset\";s:12:\"windows-1252\";s:14:\"notify_version\";s:3:\"3.0\";}' WHERE id = 23]

[27/09/2010 23:41:26]:[checkout_process.php line:533-transactionID=23 EPAYMENT ORDER STATUS  = Pending]

[27/09/2010 23:41:26]:[checkout_process.php line:541-SENDING EMAIL TO CUSTOMER [email protected]]

[27/09/2010 23:41:26]:[checkout_process.php line:549-SENDING EMAIL TO CUSTOMER [email protected]]

[27/09/2010 23:41:26]:[checkout_process.php line:550-transactionID=23- MAILTO:[email protected]=PAYMENT CONFIRMATION , mtext=Thank you for shopping at ABC.



Shopping details is as below.



Item Name = balance

Item ID =

Amount = 1

Payment Method = paypal

Status = Pending





Kind regards,

ABC]

[27/09/2010 23:41:26]:[checkout_process.php line:568-transactionID=23 EPAYMENT ORDER STATUS ID = 0 Pending]

[27/09/2010 23:41:26]:[checkout_process.php line:569-transactionID=23 ----EPAYMENT TRANSACTION END----]

[27/09/2010 23:47:43]:[checkout_process.php line:41EPAYMENT : transactionID=23 - transactionKey=8d80a5c1034786ad88c8e0f062d98785
-POST Var
Array
(
    [mc_gross] => 1.00
    [settle_amount] => 0.47
    [protection_eligibility] => Ineligible
    [payer_id] => Z8W94ZX9MTRF8
    [tax] => 0.00
    [payment_date] => 14:41:19 Sep 27, 2010 PDT
    [payment_status] => Completed
    [charset] => windows-1252
    [first_name] => cba
    [mc_fee] => 0.34
    [exchange_rate] => 0.712121
    [notify_version] => 3.0
    [custom] =>
    [settle_currency] => EUR
    [payer_status] => verified
    [quantity] => 1
    [verify_sign] => AiKZhEEPLJjSIccz.2M.tbyW5YFwA5aPGp0OVr6p7N68mAFeTnbawNWe
    [payer_email] => [email protected]
    [txn_id] => 0BH04299U6599254T
    [payment_type] => instant
    [last_name] => cba
    [receiver_email] => [email protected]
    [payment_fee] => 0.34
    [receiver_id] => WSZYZDWFTJ7U6
    [txn_type] => web_accept
    [item_name] => Asterisk2Billing
    [mc_currency] => USD
    [item_number] =>
    [residence_country] => FR
    [handling_amount] => 0.00
    [transaction_subject] => Asterisk2Billing
    [payment_gross] => 1.00
    [shipping] => 0.00
)
]

[27/09/2010 23:47:43]:[checkout_process.php line:87- QUERY = UPDATE cc_epayment_log SET status = 2 WHERE id = 23]

[27/09/2010 23:47:43]:[checkout_process.php line:97- transactionID=23 EPAYMENT RESPONSE: TRANSACTIONID = 23 FROM ; FOR CUSTOMER ID ; OF AMOUNT ]

[27/09/2010 23:47:43]:[checkout_process.php line:232-NO SUCH EPAYMENT FOUND]



Top
 Profile  
 
 Post subject: Re: PayPal balance don't update - what's wrong
PostPosted: Mon Sep 27, 2010 11:51 pm 
Offline

Joined: Wed Sep 15, 2010 9:09 am
Posts: 96
I think that this error is :
Code:
[27/09/2010 23:41:26]:[checkout_process.php line:318-transactionID=23 ERROR CUSTOMER INFO OR ORDERSTATUS (0)


because the command "$orderStatus = $payment_modules->get_OrderStatus();" with $orderStatus always returns 0.
Why is the result of orderstatus?
Is it the configuration of IPN for Paypal ?

Thank in advance for all helps!
Best regards,
T.Q.Tuan


Top
 Profile  
 
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 19 posts ]  Go to page 1, 2  Next
Auto Dialer Software


All times are UTC


Who is online

Users browsing this forum: No registered users and 1 guest


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Search for:
Jump to:  
cron
Powered by phpBB © 2000, 2002, 2005, 2007 phpBB Group