Re: [Asterisk-Users] Asterisk Prepaid Solution
Adrian Carter wrote: Hey JP, I have just built a Joomla shopcart system for our general ordering system, and am scratching my head how to handle the backend post the order being created... can I ask, would you mind sharing some more detail on that particular aspect of your prepaid soultion ? Im not particularly interested for PrePaid, we run a Wholesale internet provider (ISP for ISP's) and want to just use Joomla/Virtuemart to manage orders from the ISPs for DSL tails and the like.. and maybe... asterisk stuff eventually (one thing at a time...) Thanks for your time Adrian Not at all, although this is OT, so I'll keep it simple. Goto /administrator/components/com_virtuemart/classes/ps_order.php Look for the order_status_update function Add your routines, based on $curr_order_status and $d["order_status"] In my case, the routine I added to the function checks if an order is confirmed, then the relevant variables are passed on to ASTCC/PP on the * server. For further details, feel free to email me. -- JP Carballo http://www.netfone2x.com Bringing the world closer. It might look like I'm doing nothing, but at the cellular level, I'm really quite busy. ___ --Bandwidth and Colocation provided by Easynews.com -- Asterisk-Users mailing list To UNSUBSCRIBE or update options visit: http://lists.digium.com/mailman/listinfo/asterisk-users
Re: [Asterisk-Users] Asterisk Prepaid Solution
I know, the recurring charge stuff is a pain right now. I have added support into ASTPP to do recurring charges. The problem is actually getting the money. I'm going to try to get something designed for that also but for now it can apply a recurring charge to a customers account. Maybe I'll make progress on the weekend. :-) Darren Wiebe [EMAIL PROTECTED] JP Carballo wrote: Darren Wiebe wrote: JP Carballo wrote: Ronald Ramos wrote: Hi All, Any solution on how I can implement prepaid billing on asterisk? But not the calling card type, just a simple Custome rwill buy credit, consume then buy again. Also, is there a solution for that when you combine asterisk with ser? Regards, Ronald Hi Ronald, Check the prepaid applications here for ideas: http://www.voip-info.org/wiki/view/Asterisk+Prepaid+Applications ASTPP, which is based on ASTCC is highly recommended. http://www.aleph-com.net/astpp Myself, I've implemented what you aim to do using ASTCC hooked to the shopping cart Virtuemart/Joomla. Customers register through Virtuemart/Joomla, then a "card" is created on ASTPP. When they buy a "refill card" through the store, their account is credited. That's cool! I have been working on integrating ASTPP with oscommerce. I had hoped to have a release out for Jan 1st but I am behind. Check out the astpp demo. www.astpp.org Thanks Darren! The backend is really a hybrid of ASTCC and ASTPP's calling card part. I remember telling you about a month ago that I had osCommerce setup and was trying to get either ASTCC or ASTPP to work with it. I gave up, lol. I was spending far too much time "patching" osCommerce. Imho, Virtuemart/Joomla is much easier to customize and maintain. The only hurdle I see is Virtuemart's current inability to handle recurring charges or monthly payments. Once a module exists for that, I can use ASTPP's postpaid capabilities. -- Darren Wiebe [EMAIL PROTECTED] Aleph Communications ASTPP - Open Source Voip Billing & Calling Cards www.aleph-com.net/astpp ___ --Bandwidth and Colocation provided by Easynews.com -- Asterisk-Users mailing list To UNSUBSCRIBE or update options visit: http://lists.digium.com/mailman/listinfo/asterisk-users
Re: [Asterisk-Users] Asterisk Prepaid Solution
Darren Wiebe wrote: JP Carballo wrote: Ronald Ramos wrote: Hi All, Any solution on how I can implement prepaid billing on asterisk? But not the calling card type, just a simple Custome rwill buy credit, consume then buy again. Also, is there a solution for that when you combine asterisk with ser? Regards, Ronald Hi Ronald, Check the prepaid applications here for ideas: http://www.voip-info.org/wiki/view/Asterisk+Prepaid+Applications ASTPP, which is based on ASTCC is highly recommended. http://www.aleph-com.net/astpp Myself, I've implemented what you aim to do using ASTCC hooked to the shopping cart Virtuemart/Joomla. Customers register through Virtuemart/Joomla, then a "card" is created on ASTPP. When they buy a "refill card" through the store, their account is credited. That's cool! I have been working on integrating ASTPP with oscommerce. I had hoped to have a release out for Jan 1st but I am behind. Check out the astpp demo. www.astpp.org Thanks Darren! The backend is really a hybrid of ASTCC and ASTPP's calling card part. I remember telling you about a month ago that I had osCommerce setup and was trying to get either ASTCC or ASTPP to work with it. I gave up, lol. I was spending far too much time "patching" osCommerce. Imho, Virtuemart/Joomla is much easier to customize and maintain. The only hurdle I see is Virtuemart's current inability to handle recurring charges or monthly payments. Once a module exists for that, I can use ASTPP's postpaid capabilities. -- JP Carballo http://www.netfone2x.com Bringing the world closer. It might look like I'm doing nothing, but at the cellular level, I'm really quite busy. ___ --Bandwidth and Colocation provided by Easynews.com -- Asterisk-Users mailing list To UNSUBSCRIBE or update options visit: http://lists.digium.com/mailman/listinfo/asterisk-users
Re: [Asterisk-Users] Asterisk Prepaid Solution
JP Carballo wrote: Ronald Ramos wrote: Hi All, Any solution on how I can implement prepaid billing on asterisk? But not the calling card type, just a simple Custome rwill buy credit, consume then buy again. Also, is there a solution for that when you combine asterisk with ser? Regards, Ronald Hi Ronald, Check the prepaid applications here for ideas: http://www.voip-info.org/wiki/view/Asterisk+Prepaid+Applications ASTPP, which is based on ASTCC is highly recommended. http://www.aleph-com.net/astpp Myself, I've implemented what you aim to do using ASTCC hooked to the shopping cart Virtuemart/Joomla. Customers register through Virtuemart/Joomla, then a "card" is created on ASTPP. When they buy a "refill card" through the store, their account is credited. That's cool! I have been working on integrating ASTPP with oscommerce. I had hoped to have a release out for Jan 1st but I am behind. Check out the astpp demo. www.astpp.org As for * on ser, you may want to visit : http://www.voip-info.org/wiki-SIP+Express+Router Good Luck, -- Darren Wiebe [EMAIL PROTECTED] Aleph Communications ASTPP - Open Source Voip Billing & Calling Cards www.aleph-com.net/astpp ___ --Bandwidth and Colocation provided by Easynews.com -- Asterisk-Users mailing list To UNSUBSCRIBE or update options visit: http://lists.digium.com/mailman/listinfo/asterisk-users
Re: [Asterisk-Users] Asterisk Prepaid Solution
Thank you all! I will check on those. Regards, Ronald JP Carballo wrote: Ronald Ramos wrote: Hi All, Any solution on how I can implement prepaid billing on asterisk? But not the calling card type, just a simple Custome rwill buy credit, consume then buy again. Also, is there a solution for that when you combine asterisk with ser? Regards, Ronald Hi Ronald, Check the prepaid applications here for ideas: http://www.voip-info.org/wiki/view/Asterisk+Prepaid+Applications ASTPP, which is based on ASTCC is highly recommended. http://www.aleph-com.net/astpp Myself, I've implemented what you aim to do using ASTCC hooked to the shopping cart Virtuemart/Joomla. Customers register through Virtuemart/Joomla, then a "card" is created on ASTPP. When they buy a "refill card" through the store, their account is credited. As for * on ser, you may want to visit : http://www.voip-info.org/wiki-SIP+Express+Router ___ --Bandwidth and Colocation provided by Easynews.com -- Asterisk-Users mailing list To UNSUBSCRIBE or update options visit: http://lists.digium.com/mailman/listinfo/asterisk-users
Re: [Asterisk-Users] Asterisk Prepaid Solution
Ronald Ramos wrote: Hi All, Any solution on how I can implement prepaid billing on asterisk? But not the calling card type, just a simple Custome rwill buy credit, consume then buy again. Also, is there a solution for that when you combine asterisk with ser? Regards, Ronald Hi Ronald, Check the prepaid applications here for ideas: http://www.voip-info.org/wiki/view/Asterisk+Prepaid+Applications ASTPP, which is based on ASTCC is highly recommended. http://www.aleph-com.net/astpp Myself, I've implemented what you aim to do using ASTCC hooked to the shopping cart Virtuemart/Joomla. Customers register through Virtuemart/Joomla, then a "card" is created on ASTPP. When they buy a "refill card" through the store, their account is credited. As for * on ser, you may want to visit : http://www.voip-info.org/wiki-SIP+Express+Router -- JP Carballo http://www.netfone2x.com Bringing the world closer. It might look like I'm doing nothing, but at the cellular level, I'm really quite busy. ___ --Bandwidth and Colocation provided by Easynews.com -- Asterisk-Users mailing list To UNSUBSCRIBE or update options visit: http://lists.digium.com/mailman/listinfo/asterisk-users
Re: [Asterisk-Users] Asterisk Prepaid Solution
Ronald Ramos a écrit : Hi All, Any solution on how I can implement prepaid billing on asterisk? But not the calling card type, just a simple Custome rwill buy credit, consume then buy again. You mean like a rechargable calling card =) Also, is there a solution for that when you combine asterisk with ser? I'm currently toying with Asterisk + SER, but it's not very obvious. I wish SER config files were as easy as Asterisk's... ___ --Bandwidth and Colocation provided by Easynews.com -- Asterisk-Users mailing list To UNSUBSCRIBE or update options visit: http://lists.digium.com/mailman/listinfo/asterisk-users