Support A2Billing :

provided by Star2Billing S.L.

Support A2Billing :
It is currently Sun Apr 28, 2024 3:10 am
Predictive Dialer


All times are UTC




Post new topic Reply to topic  [ 15 posts ] 
Author Message
 Post subject: How do Agents Get Paid by Customers?
PostPosted: Tue Dec 01, 2009 3:40 pm 
Offline

Joined: Mon Apr 14, 2008 8:37 pm
Posts: 356
Location: Canada
hi all!

i have an agent that would like his customers to pay him via credit card through a2billing? is this possible? how does the agent url work? i'd like to create a website for him through the signup url, and then have his customers pay into his paypal account. is this possible?

any help or advice would be appreciated!


Top
 Profile  
 
 Post subject: Re: How do Agents Get Paid by Customers?
PostPosted: Tue Dec 01, 2009 4:00 pm 
Offline

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

In essence, the agent buys credit from you, (A2B Admin) which he can then sell to his customers.

To allow customers to pay into his paypal account would be complicated, and you may as well have them buy from your account, but if an agent has Credit card merchant account or cash taking facilities, then the above scenario should be fine.

Version 1.4.4 in trunk at the moment is having the agents section re-visited to add more functionality, so trunk testers are always appreciated.

Joe


Top
 Profile  
 
 Post subject: Re: How do Agents Get Paid by Customers?
PostPosted: Tue Dec 01, 2009 4:17 pm 
Offline

Joined: Mon Apr 14, 2008 8:37 pm
Posts: 356
Location: Canada
Ok. Thanks for the quick reply. Is it safe then to do an svn update? i'm currently still using a2b 1.4.1 if i update, will it take me to 1.4.4 or the latest stable version, 1.4.3?


Top
 Profile  
 
 Post subject: Re: How do Agents Get Paid by Customers?
PostPosted: Tue Dec 01, 2009 4:56 pm 
Offline

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

it depends on which version you are using from the SVN

Joe


Top
 Profile  
 
 Post subject: Re: How do Agents Get Paid by Customers?
PostPosted: Tue Dec 01, 2009 4:57 pm 
Offline

Joined: Mon Apr 14, 2008 8:37 pm
Posts: 356
Location: Canada
thanks for the reply... how do i find that out please?


Top
 Profile  
 
 Post subject: Re: How do Agents Get Paid by Customers?
PostPosted: Tue Dec 01, 2009 5:06 pm 
Offline

Joined: Fri Jun 23, 2006 3:56 pm
Posts: 4065
A question only you can answer - you installed it!

Joe


Top
 Profile  
 
 Post subject: Re: How do Agents Get Paid by Customers?
PostPosted: Tue Dec 01, 2009 5:20 pm 
Offline

Joined: Mon Apr 14, 2008 8:37 pm
Posts: 356
Location: Canada
oh... ok :oops: that would be 1.4.1 then? but how do i know which version of the trunk that would be?


Top
 Profile  
 
 Post subject: Re: How do Agents Get Paid by Customers?
PostPosted: Tue Dec 01, 2009 5:25 pm 
Offline

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

How did you install, from tarball or from SVN. If SVN, was it trunk, stable or a tag?

Joe


Top
 Profile  
 
 Post subject: Re: How do Agents Get Paid by Customers?
PostPosted: Tue Dec 01, 2009 10:41 pm 
Offline

Joined: Mon Apr 14, 2008 8:37 pm
Posts: 356
Location: Canada
joe, i truly appreciate all your help today. it has been a blessing. to be honest, i don't know how to check that. i might have it written down in some notes i took while installing... but i'm not too sure


Top
 Profile  
 
 Post subject: Re: How do Agents Get Paid by Customers?
PostPosted: Wed Dec 02, 2009 12:16 am 
Offline

Joined: Fri Jun 23, 2006 3:56 pm
Posts: 4065
IN the SVN, there is a version called current stable. That will always be the latest current stable version, and the version we use for commercial installs, exactly the same as everyone else, so you can run an svn update on it, and if you use symlinks and aliases in apache during the installation, then updating to the latest version is simply a case of svn update, followed by running the appropriate db update scripts, after the usual precautionary backups, and some testing on say a vmware session.

However, to upgrade, you have to know where you are at the moment, and it is only in 1.4.3.1 that we have included the version number in the db. you should NOT run db upgrade scripts twice under any circumstances.

Joe


Top
 Profile  
 
 Post subject: Re: How do Agents Get Paid by Customers?
PostPosted: Wed Dec 02, 2009 4:10 pm 
Offline

Joined: Tue Aug 19, 2008 3:49 pm
Posts: 184
jroper wrote:
IN the SVN, there is a version called current stable.
Joe



Hi Joe,

Where exactly is the version called current stable?

I think I must be looking in the wrong place.

This is the link I use. http://svn.a2billing.net/svn/asterisk2billing/

When I look in trunk or tags I do not see anything labeled current stable? Actually this link always gives me the current revision.

Kind Regards,

Les


Top
 Profile  
 
 Post subject: Re: How do Agents Get Paid by Customers?
PostPosted: Wed Dec 02, 2009 4:37 pm 
Offline

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

Run this at the command prompt

Code:
svn co --username guest --password guest http://svn.a2billing.net/svn/asterisk2billing/tags/1.4-current/


This is the version we use for commercial installs, and is always up to date with the latest current stable release, so updating is easy. (svn update)

Joe


Top
 Profile  
 
 Post subject: Re: How do Agents Get Paid by Customers?
PostPosted: Wed Dec 02, 2009 5:45 pm 
Offline

Joined: Tue Aug 19, 2008 3:49 pm
Posts: 184
jroper wrote:
Hi

Run this at the command prompt

Code:
svn co --username guest --password guest http://svn.a2billing.net/svn/asterisk2billing/tags/1.4-current/


This is the version we use for commercial installs, and is always up to date with the latest current stable release, so updating is easy. (svn update)

Joe


Hi Joe,

Thanks for the reply.

If I just go http://svn.a2billing.net/svn/asterisk2b ... 4-current/ the directory views as empty. If I go up one directory up it shows the different versions and if I click on one of those, there are files. Shouldn't something be listed in 1.4-current if I view it as I am? Are you hiding the view?

Kind Regards,

Les


Top
 Profile  
 
 Post subject: Re: How do Agents Get Paid by Customers?
PostPosted: Wed Dec 02, 2009 5:55 pm 
Offline

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

There is some internal magic that links http://svn.a2billing.net/svn/asterisk2b ... 4-current/ to the tag 1.4.3.1

When say 1.4.4 is released, then we will re-point that link to new 1.4.4 tag, but from the command line it always downloads to the same directory, which means that updating A2Billing from one stable version to the next is as simple as updating from that SVN, and then applying the database update scripts, provided you have used aliases and symlinks.

Joe


Top
 Profile  
 
 Post subject: Re: How do Agents Get Paid by Customers?
PostPosted: Wed Dec 02, 2009 6:47 pm 
Offline

Joined: Tue Aug 19, 2008 3:49 pm
Posts: 184
jroper wrote:
Hi

There is some internal magic that links http://svn.a2billing.net/svn/asterisk2b ... 4-current/ to the tag 1.4.3.1

When say 1.4.4 is released, then we will re-point that link to new 1.4.4 tag, but from the command line it always downloads to the same directory, which means that updating A2Billing from one stable version to the next is as simple as updating from that SVN, and then applying the database update scripts, provided you have used aliases and symlinks.

Joe


Hi Joe,

Thanks for the tip on the magic.

Kind Regards,

Les


Top
 Profile  
 
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 15 posts ] 
Auto Dialer Software


All times are UTC


Who is online

Users browsing this forum: No registered users and 31 guests


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:  
Powered by phpBB © 2000, 2002, 2005, 2007 phpBB Group